Mistake on this page?
Report an issue in GitHub or email us
Functions
Driver_I/O

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...
 

Detailed Description

Driver I/O interface setting API **.

Function Documentation

int32_t MX_WIFI_HardResetModule ( MX_WIFIObject_t Obj)

Reset wifi module by hardware IO.

Parameters
Objwifi object handle.
Returns
result
Return values
MX_WIFI_STATUS_OKsuccess
othersfailure< 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.

Parameters
Objwifi object handle.
IO_InitIO init function
IO_DeInitIO de-init function
IO_DelayIO delay function in ms
IO_SendIO send data function
IO_ReceiveIO receive data function
Returns
result
Return values
MX_WIFI_STATUS_OKsuccess
othersfailure< status code.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.