Searched refs:PCD_SET_EP_DBUF1_CNT (Results 1 – 5 of 5) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
| D | stm32l1xx_hal_pcd.h | 723 #define PCD_SET_EP_DBUF1_CNT(USBx, bEpNum, bDir, wCount) { \ macro 736 PCD_SET_EP_DBUF1_CNT((USBx), (bEpNum), (bDir), (wCount)) \
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_hal_pcd.h | 667 #define PCD_SET_EP_DBUF1_CNT(USBx, bEpNum, bDir, wCount) { \ macro 678 PCD_SET_EP_DBUF1_CNT(USBx, bEpNum, bDir, wCount); \
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_pcd.h | 1010 #define PCD_SET_EP_DBUF1_CNT(USBx, bEpNum, bDir, wCount) do { \ macro 1033 PCD_SET_EP_DBUF1_CNT((USBx), (bEpNum), (bDir), (wCount)); \
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_pcd.c | 1210 PCD_SET_EP_DBUF1_CNT(hpcd->Instance, ep->num, ep->is_in, len) in HAL_PCD_EP_Transmit()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_ll_usb.c | 2083 PCD_SET_EP_DBUF1_CNT(USBx, ep->num, ep->is_in, len); in USB_EPStartXfer()
|