Changes between Version 2 and Version 3 of pic_device_api


Ignore:
Timestamp:
Nov 6, 2016, 11:52:34 PM (7 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pic_device_api

    v2 v3  
    3030
    3131This function mask a PIC input IRQ identified by its index. The <irq_id> argument is the input IRQ index.
    32 
    33 /*****************************************************************************************
    34  * This function mask a PIC input IRQ identified by its index.
    35  *****************************************************************************************
    36  * @ irq_id    : input IRQ index.
    37  * @ returns 0 if success / returns EINVAL if input IRQ not found.
    38  ****************************************************************************************/
    39 void dev_pic_unbind_irq( uint32_t   irq_id );
    40