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

Function

Function
[BSP]

Modules

 nm_bsp_init
 

Initialization for BSP (Board Support Package) such as Reset and Chip Enable Pins for WINC, delays, register ISR, enable/disable IRQ for WINC, ...etc.


 nm_bsp_deinit
 

De-initialization for BSP ((Board Support Package)).


 nm_bsp_reset
 

Resetting WINC1500 SoC by setting CHIP_EN and RESET_N signals low, then after specific delay the function will put CHIP_EN high then RESET_N high, for the timing between signals please review the WINC data-sheet.


 nm_bsp_sleep
 

Sleep in units of milliseconds.


 nm_bsp_register_isr
 

Register ISR (Interrupt Service Routine) in the initialization of HIF (Host Interface) Layer.


 nm_bsp_interrupt_ctrl
 

Synchronous enable/disable interrupts function.