Driver I/O interface setting API **. More...
| Functions | |
| int32_t | MX_WIFI_RegisterBusIO (MX_WIFIObject_t *Obj, IO_Init_Func IO_Init, IO_DeInit_Func IO_DeInit, IO_Delay_Func IO_Delay, IO_Send_Func IO_Send, IO_Receive_Func IO_Receive) | 
| Register low level IO interface.  More... | |
| int32_t | MX_WIFI_HardResetModule (MX_WIFIObject_t *Obj) | 
| Reset wifi module by hardware IO.  More... | |
Driver I/O interface setting API **.
| int32_t MX_WIFI_HardResetModule | ( | MX_WIFIObject_t * | Obj | ) | 
Reset wifi module by hardware IO.
| Obj | wifi object handle. | 
| MX_WIFI_STATUS_OK | success | 
| others | failure< status code. | 
| int32_t MX_WIFI_RegisterBusIO | ( | MX_WIFIObject_t * | Obj, | 
| IO_Init_Func | IO_Init, | ||
| IO_DeInit_Func | IO_DeInit, | ||
| IO_Delay_Func | IO_Delay, | ||
| IO_Send_Func | IO_Send, | ||
| IO_Receive_Func | IO_Receive | ||
| ) | 
Register low level IO interface.
| Obj | wifi object handle. | 
| IO_Init | IO init function | 
| IO_DeInit | IO de-init function | 
| IO_Delay | IO delay function in ms | 
| IO_Send | IO send data function | 
| IO_Receive | IO receive data function | 
| MX_WIFI_STATUS_OK | success | 
| others | failure< status code. |