Home
last modified time | relevance | path

Searched refs:PCD_FreeUserBuffer (Results 1 – 7 of 7) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_pcd.c461 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/
Dstm32l0xx_hal_pcd.c979 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/
Dstm32l1xx_hal_pcd.h364 #define PCD_FreeUserBuffer(USBx, bEpNum, bDir)\ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pcd.h334 #define PCD_FreeUserBuffer(USBx, bEpNum, bDir)\ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pcd.h548 #define PCD_FreeUserBuffer(USBx, bEpNum, bDir) do { \ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_pcd.c2358 PCD_FreeUserBuffer(hpcd->Instance, ep->num, PCD_EP_DBUF_OUT); in PCD_EP_ISR_Handler()
Dstm32l4xx_ll_usb.c2093 PCD_FreeUserBuffer(USBx, ep->num, ep->is_in); in USB_EPStartXfer()