Searched refs:PCD_SET_EP_RX_CNT (Results 1 – 7 of 7) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_pcd.c | 414 PCD_SET_EP_RX_CNT(hpcd->Instance, PCD_ENDP0, ep->maxpacket) in PCD_EP_ISR_Handler() 989 PCD_SET_EP_RX_CNT(hpcd->Instance, ep->num, ep->maxpacket) in HAL_PCD_EP_Open() 1141 PCD_SET_EP_RX_CNT(hpcd->Instance, ep->num, len) in HAL_PCD_EP_Receive()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
| D | stm32l1xx_hal_pcd.h | 589 #define PCD_SET_EP_RX_CNT(USBx, bEpNum,wCount) {\ macro 726 PCD_SET_EP_RX_CNT((USBx), (bEpNum),(wCount)) \
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_hal_pcd.h | 604 #define PCD_SET_EP_RX_CNT(USBx, bEpNum,wCount) do {\ macro 670 {PCD_SET_EP_RX_CNT(USBx, bEpNum,wCount);}\
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
| D | stm32l0xx_hal_pcd.c | 748 PCD_SET_EP_RX_CNT(hpcd->Instance, ep->num, ep->maxpacket); in HAL_PCD_EP_Open() 900 PCD_SET_EP_RX_CNT(hpcd->Instance, ep->num, len); in HAL_PCD_EP_Receive() 1294 PCD_SET_EP_RX_CNT(hpcd->Instance, PCD_ENDP0, ep->maxpacket); in PCD_EP_ISR_Handler()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_pcd.h | 931 #define PCD_SET_EP_RX_CNT(USBx, bEpNum, wCount) do { \ macro 1017 PCD_SET_EP_RX_CNT((USBx), (bEpNum), (wCount)); \
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_ll_usb.c | 1941 PCD_SET_EP_RX_CNT(USBx, ep->num, ep->maxpacket); in USB_ActivateEndpoint() 2116 PCD_SET_EP_RX_CNT(USBx, ep->num, len); in USB_EPStartXfer()
|
| D | stm32l4xx_hal_pcd.c | 2312 PCD_SET_EP_RX_CNT(hpcd->Instance, PCD_ENDP0, ep->maxpacket); in PCD_EP_ISR_Handler()
|