Searched refs:PCD_FreeUserBuffer (Results 1 – 7 of 7) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_pcd.c | 461 PCD_FreeUserBuffer(hpcd->Instance, ep->num, PCD_EP_DBUF_OUT) in PCD_EP_ISR_Handler() 515 PCD_FreeUserBuffer(hpcd->Instance, ep->num, PCD_EP_DBUF_IN) in PCD_EP_ISR_Handler() 1221 PCD_FreeUserBuffer(hpcd->Instance, ep->num, ep->is_in) in HAL_PCD_EP_Transmit()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
| D | stm32l0xx_hal_pcd.c | 979 PCD_FreeUserBuffer(hpcd->Instance, ep->num, ep->is_in); in HAL_PCD_EP_Transmit() 1341 PCD_FreeUserBuffer(hpcd->Instance, ep->num, PCD_EP_DBUF_OUT); in PCD_EP_ISR_Handler() 1395 PCD_FreeUserBuffer(hpcd->Instance, ep->num, PCD_EP_DBUF_IN); in PCD_EP_ISR_Handler()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
| D | stm32l1xx_hal_pcd.h | 364 #define PCD_FreeUserBuffer(USBx, bEpNum, bDir)\ macro
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_hal_pcd.h | 334 #define PCD_FreeUserBuffer(USBx, bEpNum, bDir)\ macro
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_pcd.h | 548 #define PCD_FreeUserBuffer(USBx, bEpNum, bDir) do { \ macro
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_pcd.c | 2358 PCD_FreeUserBuffer(hpcd->Instance, ep->num, PCD_EP_DBUF_OUT); in PCD_EP_ISR_Handler()
|
| D | stm32l4xx_ll_usb.c | 2093 PCD_FreeUserBuffer(USBx, ep->num, ep->is_in); in USB_EPStartXfer()
|