Searched refs:PCD_RX_DTOG (Results 1 – 6 of 6) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
| D | stm32l1xx_hal_pcd.h | 372 PCD_RX_DTOG((USBx), (bEpNum));\ 552 #define PCD_RX_DTOG(USBx, bEpNum) (PCD_SET_ENDPOINT((USBx), (bEpNum), \ macro 565 PCD_RX_DTOG((USBx),(bEpNum));\
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_hal_pcd.h | 342 PCD_RX_DTOG(USBx, bEpNum);\ 508 #define PCD_RX_DTOG(USBx, bEpNum) (PCD_SET_ENDPOINT(USBx, bEpNum, \ macro 520 PCD_RX_DTOG(USBx, bEpNum)
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_pcd.h | 557 PCD_RX_DTOG((USBx), (bEpNum)); \ 765 #define PCD_RX_DTOG(USBx, bEpNum) do { \ macro 793 PCD_RX_DTOG((USBx), (bEpNum)); \
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_pcd.c | 1020 PCD_RX_DTOG(hpcd->Instance, ep->num); in HAL_PCD_EP_Open() 1091 PCD_RX_DTOG(hpcd->Instance, ep->num); in HAL_PCD_EP_Close()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
| D | stm32l0xx_hal_pcd.c | 779 PCD_RX_DTOG(hpcd->Instance, ep->num); in HAL_PCD_EP_Open() 850 PCD_RX_DTOG(hpcd->Instance, ep->num); in HAL_PCD_EP_Close()
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_ll_usb.c | 1972 PCD_RX_DTOG(USBx, ep->num); in USB_ActivateEndpoint() 2035 PCD_RX_DTOG(USBx, ep->num); in USB_DeactivateEndpoint()
|