Changes between Version 7 and Version 8 of pic_driver


Ignore:
Timestamp:
Dec 10, 2016, 2:00:19 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pic_driver

    v7 v8  
    3535 === void '''_pic_enable'''( unsigned int irq_id ) ===
    3636This function enables a given external IRQ. The associated WTI maibox address is not modified.
    37  * '''irq_id''' : source PIC HWI channel
     37 * '''irq_id''' : input IRQ index.
    3838
    3939 === void '''_pic_disable'''( unsigned int irq_id) ===
    4040This function disables a given given external IRQ. The associated WTI maibox address is not modified.
    41  * '''irq_id''' : source PIC HWI channel
     41 * '''irq_id''' : input IRQ index.
    4242
    4343 === unsigned int '''_pic_get_status'''( unsigned int irq_id ) ===
    4444This function returns the status of a given HWI.
    45  * '''irq_id''' : source PIC HWI channel
     45 * '''irq_id''' : input IRQ index.