WINC1500 IoT Software APIs: m2m_wifi_deinit

WINC1500 IoT Software API

WINC1500 IoT Software APIs  19.5.2
WINC Software API Reference Manual
m2m_wifi_deinit

Functions

NMI_API sint8 m2m_wifi_deinit (void *arg)
 

Detailed Description

Synchronous de-initialization function to the WINC1500 driver. De-initializes the host interface and frees any resources used by the M2M_WIFI layer. This function must be called in the application closing phase to ensure that all resources have been correctly released. No arguments are expected to be passed in.

Function Documentation

◆ m2m_wifi_deinit()

NMI_API sint8 m2m_wifi_deinit ( void *  arg)

Deinitilize the WINC driver and host enterface. This function must be called at the De-initilization stage of the application. Generally This function should be the last function before switching off the chip and it should be followed only by "nm_bsp_deinit" function call. Every function call of "nm_wifi_init" should be matched with a call to nm_wifi_deinit.

Parameters
[in]argGeneric argument. Not used in the current implementation.
See also
nm_bsp_deinit nm_wifi_init
Returns
The function returns M2M_SUCCESS for successful operations and a negative value otherwise.
Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by   doxygen 1.8.13