_USBH_HandleTypeDef::Timer is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

_USBH_HandleTypeDef::Timer field

Syntax

__IO uint32_t Timer;

References

LocationReferrerText
usbh_def.h:475
__IO uint32_t Timer;
usbh_audio.c:1624USBH_AUDIO_Control()
if ((phost->Timer & 1U) == 0U)
usbh_audio.c:1626USBH_AUDIO_Control()
AUDIO_Handle->control.timer = phost->Timer;
usbh_audio.c:1649USBH_AUDIO_Control()
if ((phost->Timer - AUDIO_Handle->control.timer) >= AUDIO_Handle->control.Poll)
usbh_audio.c:1651USBH_AUDIO_Control()
AUDIO_Handle->control.timer = phost->Timer;
usbh_audio.c:1780USBH_AUDIO_Transmit()
if ((phost->Timer & 1U) == 0U)
usbh_audio.c:1782USBH_AUDIO_Transmit()
AUDIO_Handle->headphone.timer = phost->Timer;
usbh_audio.c:1811USBH_AUDIO_Transmit()
((phost->Timer - AUDIO_Handle->headphone.timer) >= AUDIO_Handle->headphone.Poll))
usbh_audio.c:1813USBH_AUDIO_Transmit()
AUDIO_Handle->headphone.timer = phost->Timer;
usbh_core.c:238DeInitStateMachine()
phost->Timer = 0U;
usbh_core.c:1189USBH_LL_SetTimer()
phost->Timer = time;
usbh_core.c:1201USBH_LL_IncTimer()
phost->Timer++;
usbh_ctlreq.c:898USBH_HandleControl()
phost->Control.timer = (uint16_t)phost->Timer;
usbh_ctlreq.c:963USBH_HandleControl()
phost->Control.timer = (uint16_t)phost->Timer;
usbh_ctlreq.c:1040USBH_HandleControl()
phost->Control.timer = (uint16_t)phost->Timer;
usbh_ctlreq.c:1099USBH_HandleControl()
phost->Control.timer = (uint16_t)phost->Timer;
usbh_hid.c:442USBH_HID_Process()
if ((phost->Timer & 1U) != 0U)
usbh_hid.c:463USBH_HID_Process()
HID_Handle->timer = phost->Timer;
usbh_hid.c:522USBH_HID_SOFProcess()
if ((phost->Timer - HID_Handle->timer) >= HID_Handle->poll)
usbh_msc.c:359USBH_MSC_Process()
MSC_Handle->timer = phost->Timer;
usbh_msc.c:470USBH_MSC_Process()
if ((phost->Timer - MSC_Handle->timer) < 10000U)
usbh_msc.c:796USBH_MSC_Read()
timeout = phost->Timer;
usbh_msc.c:800USBH_MSC_Read()
if (((phost->Timer - timeout) > (10000U * length)) || (phost->device.is_connected == 0U))
usbh_msc.c:843USBH_MSC_Write()
timeout = phost->Timer;
usbh_msc.c:846USBH_MSC_Write()
if (((phost->Timer - timeout) > (10000U * length)) || (phost->device.is_connected == 0U))
usbh_mtp.c:631USBH_MTP_GetNumObjects()
uint32_t timeout = phost->Timer;
usbh_mtp.c:640USBH_MTP_GetNumObjects()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:664USBH_MTP_GetObjectHandles()
uint32_t timeout = phost->Timer;
usbh_mtp.c:674USBH_MTP_GetObjectHandles()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:696USBH_MTP_GetObjectInfo()
uint32_t timeout = phost->Timer;
usbh_mtp.c:702USBH_MTP_GetObjectInfo()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:724USBH_MTP_DeleteObject()
uint32_t timeout = phost->Timer;
usbh_mtp.c:730USBH_MTP_DeleteObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:753USBH_MTP_GetObject()
uint32_t timeout = phost->Timer;
usbh_mtp.c:759USBH_MTP_GetObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:784USBH_MTP_GetPartialObject()
uint32_t timeout = phost->Timer;
usbh_mtp.c:791USBH_MTP_GetPartialObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:815USBH_MTP_GetObjectPropsSupported()
uint32_t timeout = phost->Timer;
usbh_mtp.c:822USBH_MTP_GetObjectPropsSupported()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:845USBH_MTP_GetObjectPropDesc()
uint32_t timeout = phost->Timer;
usbh_mtp.c:851USBH_MTP_GetObjectPropDesc()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:874USBH_MTP_GetObjectPropList()
uint32_t timeout = phost->Timer;
usbh_mtp.c:881USBH_MTP_GetObjectPropList()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:904USBH_MTP_SendObject()
uint32_t timeout = phost->Timer;
usbh_mtp.c:910USBH_MTP_SendObject()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))
usbh_mtp.c:932USBH_MTP_Events()
if ((phost->Timer & 1U) == 0U)
usbh_mtp.c:934USBH_MTP_Events()
MTP_Handle->events.timer = phost->Timer;
usbh_mtp.c:950USBH_MTP_Events()
if ((phost->Timer - MTP_Handle->events.timer) >= MTP_Handle->events.poll)
usbh_mtp.c:952USBH_MTP_Events()
MTP_Handle->events.timer = phost->Timer;
usbh_mtp.c:1070USBH_MTP_GetDevicePropDesc()
uint32_t timeout = phost->Timer;
usbh_mtp.c:1076USBH_MTP_GetDevicePropDesc()
if (((phost->Timer - timeout) > 5000U) || (phost->device.is_connected == 0U))