Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nm_bsp_interrupt_ctrl

Synchrnonous enable/disable interrupts fucntion.

Functions

void nm_bsp_interrupt_ctrl (uint8 u8Enable)
 Enable/Disable interrupts. More...
 

void nm_bsp_interrupt_ctrl ( uint8  u8Enable)

Enable/Disable interrupts.

Parameters
[in]u8Enable'0' disable interrupts. '1' enable interrupts
See Also
tpfNmBspIsr
Note
Implementation of this function is host dependent and called by HIF layer.
Returns
None

References CONF_WILC_SPI_INT_MASK, CONF_WILC_SPI_INT_PIO, pio_disable_interrupt(), pio_enable_interrupt(), and pio_get_interrupt_status().

Referenced by hif_isr(), hif_set_rx_done(), and isr().