Searched refs:USB_EP_DTOG_RX (Results 1 – 12 of 12) sorted by relevance
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_pcd.h | 553 …USB_EP_CTR_RX|USB_EP_CTR_TX|USB_EP_DTOG_RX | (((uint32_t)(PCD_GET_ENDPOINT((USBx), (bEpNum)))) & U… 563 …X_DTOG(USBx, bEpNum) if((((uint32_t)(PCD_GET_ENDPOINT((USBx), (bEpNum)))) & USB_EP_DTOG_RX) != 0)\
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_pcd.h | 509 … USB_EP_CTR_RX|USB_EP_CTR_TX|USB_EP_DTOG_RX | (PCD_GET_ENDPOINT(USBx, bEpNum) & USB_EPREG_MASK))) 519 #define PCD_CLEAR_RX_DTOG(USBx, bEpNum) if((PCD_GET_ENDPOINT(USBx, bEpNum) & USB_EP_DTOG_RX) != 0)\
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_pcd.h | 770 … PCD_SET_ENDPOINT((USBx), (bEpNum), (_wEPVal | USB_EP_CTR_RX | USB_EP_CTR_TX | USB_EP_DTOG_RX)); \ 791 if ((_wRegVal & USB_EP_DTOG_RX) != 0U)\
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ |
D | stm32l1xx_hal_pcd.c | 443 if ((PCD_GET_ENDPOINT(hpcd->Instance, ep->num)& USB_EP_DTOG_RX) == USB_EP_DTOG_RX) in PCD_EP_ISR_Handler()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ |
D | stm32l0xx_hal_pcd.c | 1323 if (PCD_GET_ENDPOINT(hpcd->Instance, ep->num) & USB_EP_DTOG_RX) in PCD_EP_ISR_Handler()
|
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ |
D | stm32l4xx_hal_pcd.c | 2340 if ((PCD_GET_ENDPOINT(hpcd->Instance, ep->num) & USB_EP_DTOG_RX) != 0U) in PCD_EP_ISR_Handler()
|
/loramac-node-3.7.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 7245 #define USB_EP_DTOG_RX ((uint16_t)0x4000U) /*!< EndPoint Data … macro
|
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 7404 #define USB_EP_DTOG_RX ((uint16_t)0x4000U) /*!< EndPoint Data … macro
|
/loramac-node-3.7.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 6305 #define USB_EP_DTOG_RX USB_EP_DTOG_RX_Msk /*!< EndPoint Data … macro
|
/loramac-node-3.7.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 6305 #define USB_EP_DTOG_RX USB_EP_DTOG_RX_Msk /*!< EndPoint Data … macro
|
/loramac-node-3.7.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 7145 #define USB_EP_DTOG_RX USB_EP_DTOG_RX_Msk /*!< EndPoint Data … macro
|
/loramac-node-3.7.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 7447 #define USB_EP_DTOG_RX USB_EP_DTOG_RX_Msk /*!< EndPoint Data … macro
|