1.1.1.8 WDRV_WINC_Reinitialize
C
void WDRV_WINC_Reinitialize
(
SYS_MODULE_OBJ object,
const SYS_MODULE_INIT *const init
)Description
This is the function that re-initializes the WINC. It is called by the system.
Precondition
WDRV_WINC_Initialize must have been called.
Parameters
| Parameters | Description |
|---|---|
| object | Driver object handle, returned from WDRV_WINC_Initialize. |
| init | Pointer to initialization data, currently not used. |
Returns
None.
Remarks
None.
