Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

nm_bsp_interrupt_ctrl

nm_bsp_interrupt_ctrl
[Function]

Synchronous enable/disable interrupts function. More...

Functions

void nm_bsp_interrupt_ctrl (uint8 u8Enable)
 Enable/Disable interrupts This function can be used to enable/disable the WINC to host interrupt as the depending on how the driver is implemented. It an internal driver function and shouldn't be called by the application.

Detailed Description

Synchronous enable/disable interrupts function.


Function Documentation

void nm_bsp_interrupt_ctrl ( uint8  u8Enable )

Enable/Disable interrupts This function can be used to enable/disable the WINC to host interrupt as the depending on how the driver is implemented. It an internal driver function and shouldn't be called by the application.

Precondition:
The interrupt must be registered using nm_bsp_register_isr first.
Parameters:
[in]u8Enable'0' disable interrupts. '1' enable interrupts
See also:
tpfNmBspIsr, nm_bsp_register_isr
Note:
Implementation of this function is host dependent and called by HIF layer.
Returns:
None