Searched refs:PCD_TX_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 | 368 PCD_TX_DTOG((USBx), (bEpNum));\ 554 #define PCD_TX_DTOG(USBx, bEpNum) (PCD_SET_ENDPOINT((USBx), (bEpNum), \ macro 569 PCD_TX_DTOG((USBx),(bEpNum));\
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
| D | stm32l0xx_hal_pcd.h | 338 PCD_TX_DTOG(USBx, bEpNum);\ 510 #define PCD_TX_DTOG(USBx, bEpNum) (PCD_SET_ENDPOINT(USBx, bEpNum, \ macro 522 PCD_TX_DTOG(USBx, bEpNum)
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
| D | stm32l4xx_hal_pcd.h | 552 PCD_TX_DTOG((USBx), (bEpNum)); \ 773 #define PCD_TX_DTOG(USBx, bEpNum) do { \ macro 804 PCD_TX_DTOG((USBx), (bEpNum)); \
|
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
| D | stm32l1xx_hal_pcd.c | 1010 PCD_TX_DTOG(hpcd->Instance, ep->num); in HAL_PCD_EP_Open() 1081 PCD_TX_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 | 769 PCD_TX_DTOG(hpcd->Instance, ep->num); in HAL_PCD_EP_Open() 840 PCD_TX_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 | 1962 PCD_TX_DTOG(USBx, ep->num); in USB_ActivateEndpoint() 2025 PCD_TX_DTOG(USBx, ep->num); in USB_DeactivateEndpoint()
|