Synchronous enable/disable of WINC to host interrupts.
Functions | |
void | nm_bsp_interrupt_ctrl (uint8 u8Enable) |
Enable/Disable interrupts from the WINC. More... | |
void nm_bsp_interrupt_ctrl | ( | uint8 | u8Enable | ) |
Enable/Disable interrupts from the WINC.
This function can be used to enable/disable the WINC to host interrupts, depending on how the driver is implemented. It is an internal driver function and shouldn't be called by the application.
[in] | u8Enable |
|
References CONF_WINC_SPI_INT_EIC, EXTINT_CALLBACK_TYPE_DETECT, extint_chan_disable_callback(), and extint_chan_enable_callback().
Referenced by hif_handle_isr(), hif_set_rx_done(), and isr().