_MTP_Process::events is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

_MTP_Process::events field

References

LocationReferrerText
usbh_mtp.h:131
usbh_mtp.c:183USBH_MTP_InterfaceInit()
MTP_Handle->events.poll = phost->device.CfgDesc.Itf_Desc[interface].Ep_Desc[endpoint].bInterval;
usbh_mtp.c:232USBH_MTP_InterfaceInit()
MTP_Handle->events.state = MTP_EVENTS_INIT;
usbh_mtp.c:929USBH_MTP_Events()
switch (MTP_Handle->events.state)
usbh_mtp.c:934USBH_MTP_Events()
MTP_Handle->events.timer = phost->Timer;
usbh_mtp.c:936USBH_MTP_Events()
(uint8_t *)(void *) & (MTP_Handle->events.container),
usbh_mtp.c:941USBH_MTP_Events()
MTP_Handle->events.state = MTP_EVENTS_GETDATA;
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:955USBH_MTP_Events()
(uint8_t *)(void *) & (MTP_Handle->events.container),
usbh_mtp.c:983MTP_DecodeEvent()
code = MTP_Handle->events.container.code;
usbh_mtp.c:984MTP_DecodeEvent()
param1 = MTP_Handle->events.container.param1;

Data Use

Functions reading _MTP_Process::events
_MTP_Process::events
Type of _MTP_Process::events
_MTP_Process::events
all items filtered out