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

_MTP_Process::NotificationPipe field

Syntax

uint8_t NotificationPipe;

References

LocationReferrerText
usbh_mtp.h:121
uint8_t NotificationPipe;
usbh_mtp.c:182USBH_MTP_InterfaceInit()
MTP_Handle->NotificationPipe = USBH_AllocPipe(phost, MTP_Handle->NotificationEp);
usbh_mtp.c:186USBH_MTP_InterfaceInit()
(void)USBH_OpenPipe(phost, MTP_Handle->NotificationPipe, MTP_Handle->NotificationEp,
usbh_mtp.c:190USBH_MTP_InterfaceInit()
(void)USBH_LL_SetToggle(phost, MTP_Handle->NotificationPipe, 0U);
usbh_mtp.c:347USBH_MTP_InterfaceDeInit()
if (MTP_Handle->NotificationPipe != 0U)
usbh_mtp.c:349USBH_MTP_InterfaceDeInit()
(void)USBH_ClosePipe(phost, MTP_Handle->NotificationPipe);
usbh_mtp.c:350USBH_MTP_InterfaceDeInit()
(void)USBH_FreePipe(phost, MTP_Handle->NotificationPipe);
usbh_mtp.c:351USBH_MTP_InterfaceDeInit()
MTP_Handle->NotificationPipe = 0U; /* Reset the Channel as Free */
usbh_mtp.c:938USBH_MTP_Events()
MTP_Handle->NotificationPipe);
usbh_mtp.c:945USBH_MTP_Events()
if (USBH_LL_GetURBState(phost, MTP_Handle->NotificationPipe) == USBH_URB_DONE)
usbh_mtp.c:957USBH_MTP_Events()
MTP_Handle->NotificationPipe);

Data Use

Functions writing _MTP_Process::NotificationPipe
Functions reading _MTP_Process::NotificationPipe
_MTP_Process::NotificationPipe
Type of _MTP_Process::NotificationPipe
_MTP_Process::NotificationPipe
uint8_t
all items filtered out