Home
last modified time | relevance | path

Searched refs:PCD_TX_DTOG (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_pcd.h368 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/
Dstm32l0xx_hal_pcd.h338 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/
Dstm32l4xx_hal_pcd.h552 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/
Dstm32l1xx_hal_pcd.c1010 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/
Dstm32l0xx_hal_pcd.c769 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/
Dstm32l4xx_ll_usb.c1962 PCD_TX_DTOG(USBx, ep->num); in USB_ActivateEndpoint()
2025 PCD_TX_DTOG(USBx, ep->num); in USB_DeactivateEndpoint()