Searched refs:USB_ReadPacket (Results 1 – 8 of 8) sorted by relevance
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/ |
H A D | stm32l4xx_ll_usb.h | 554 void *USB_ReadPacket(USB_OTG_GlobalTypeDef *USBx, uint8_t *dest, uint16_t len); 607 void *USB_ReadPacket(USB_TypeDef *USBx, uint8_t *dest, uint16_t len);
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/ |
H A D | stm32f4xx_ll_usb.h | 449 void *USB_ReadPacket(USB_OTG_GlobalTypeDef *USBx, uint8_t *dest, uint16_t len);
|
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/ |
H A D | stm32f4xx_hal_pcd.c | 1087 (void)USB_ReadPacket(USBx, ep->xfer_buff, in HAL_PCD_IRQHandler() 1096 (void)USB_ReadPacket(USBx, (uint8_t *)hpcd->Setup, 8U); in HAL_PCD_IRQHandler()
|
H A D | stm32f4xx_hal_hcd.c | 1550 (void)USB_ReadPacket(hhcd->Instance, hhcd->hc[ch_num].xfer_buff, (uint16_t)pktcnt); in HCD_RXQLVL_IRQHandler()
|
H A D | stm32f4xx_ll_usb.c | 983 void *USB_ReadPacket(USB_OTG_GlobalTypeDef *USBx, uint8_t *dest, uint16_t len) in USB_ReadPacket() function
|
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/ |
H A D | stm32l4xx_hal_pcd.c | 1082 (void)USB_ReadPacket(USBx, ep->xfer_buff, in HAL_PCD_IRQHandler() 1091 (void)USB_ReadPacket(USBx, (uint8_t *)hpcd->Setup, 8U); in HAL_PCD_IRQHandler()
|
H A D | stm32l4xx_ll_usb.c | 858 void *USB_ReadPacket(USB_OTG_GlobalTypeDef *USBx, uint8_t *dest, uint16_t len) in USB_ReadPacket() function 2276 void *USB_ReadPacket(USB_TypeDef *USBx, uint8_t *dest, uint16_t len) in USB_ReadPacket() function
|
H A D | stm32l4xx_hal_hcd.c | 1495 (void)USB_ReadPacket(hhcd->Instance, hhcd->hc[ch_num].xfer_buff, (uint16_t)pktcnt); in HCD_RXQLVL_IRQHandler()
|