Home
last modified time | relevance | path

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/
Dstm32l1xx_hal_pcd.c414 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/
Dstm32l1xx_hal_pcd.h589 #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/
Dstm32l0xx_hal_pcd.h604 #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/
Dstm32l0xx_hal_pcd.c748 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/
Dstm32l4xx_hal_pcd.h931 #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/
Dstm32l4xx_ll_usb.c1941 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()
Dstm32l4xx_hal_pcd.c2312 PCD_SET_EP_RX_CNT(hpcd->Instance, PCD_ENDP0, ep->maxpacket); in PCD_EP_ISR_Handler()