DeInitStateMachine() is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

DeInitStateMachine() function

DeInitStateMachine De-Initialize the Host state machine.

Syntax

static USBH_StatusTypeDef DeInitStateMachine(USBH_HandleTypeDef *phost);
Implemented in usbh_core.c:220

Arguments

phost

Host Handle

Return value

USBH Status

References

LocationReferrerText
usbh_core.c:220
static USBH_StatusTypeDef DeInitStateMachine(USBH_HandleTypeDef *phost)
usbh_core.c:77
static USBH_StatusTypeDef DeInitStateMachine(USBH_HandleTypeDef *phost);
usbh_core.c:114USBH_Init()
(void)DeInitStateMachine(phost);
usbh_core.c:179USBH_DeInit()
(void)DeInitStateMachine(phost);
usbh_core.c:796USBH_Process()
(void)DeInitStateMachine(phost);