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_MASK, CONF_WINC_SPI_INT_PIO, pio_disable_interrupt(), pio_enable_interrupt(), and pio_get_interrupt_status().
Referenced by hif_handle_isr(), hif_set_rx_done(), and isr().