Home
last modified time | relevance | path

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/
Dstm32l1xx_hal_pcd.h723 #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/
Dstm32l0xx_hal_pcd.h667 #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/
Dstm32l4xx_hal_pcd.h1010 #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/
Dstm32l1xx_hal_pcd.c1210 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/
Dstm32l4xx_ll_usb.c2083 PCD_SET_EP_DBUF1_CNT(USBx, ep->num, ep->is_in, len); in USB_EPStartXfer()