HAL
USB_ReadDevInEPInterrupt() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALUSB_ReadDevInEPInterrupt()

USB_ReadDevInEPInterrupt() function

Returns Device IN EP Interrupt register

Syntax

uint32_t USB_ReadDevInEPInterrupt(const USB_OTG_GlobalTypeDef *USBx,     uint8_t epnum);
Implemented in stm32f4xx_ll_usb.c:1307

Arguments

USBx

Selected device

epnum

endpoint number This parameter can be a value from 0 to 15

Return value

Device IN EP Interrupt register

References

LocationReferrerText
stm32f4xx_ll_usb.c:1307
uint32_t USB_ReadDevInEPInterrupt(const USB_OTG_GlobalTypeDef *USBx, uint8_t epnum)
stm32f4xx_ll_usb.h:533
uint32_t USB_ReadDevInEPInterrupt(const USB_OTG_GlobalTypeDef *USBx, uint8_t epnum);
stm32f4xx_hal_pcd.c:1214HAL_PCD_IRQHandler()
epint = USB_ReadDevInEPInterrupt(hpcd->Instance, (uint8_t)epnum);

Call Tree

Functions calling USB_ReadDevInEPInterrupt()
all items filtered out
USB_ReadDevInEPInterrupt()
Data read by USB_ReadDevInEPInterrupt()
Data written by USB_ReadDevInEPInterrupt()
USB_ReadDevInEPInterrupt()::USBx_BASE
USB_ReadDevInEPInterrupt()::tmpreg
USB_ReadDevInEPInterrupt()::msk
USB_ReadDevInEPInterrupt()::emp
all items filtered out
USB_ReadDevInEPInterrupt()
USB_ReadDevInEPInterrupt()::tmpreg
USB_ReadDevInEPInterrupt()::msk
USB_ReadDevInEPInterrupt()::emp
all items filtered out
Type of USB_ReadDevInEPInterrupt()
USB_ReadDevInEPInterrupt()
uint32_t
all items filtered out