Searched refs:USB_EP_CTR_RX (Results  1 – 12 of 12) sorted by relevance
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ | 
| D | stm32l1xx_hal_pcd.h | 413    PCD_SET_ENDPOINT((USBx), (bEpNum), (((uint32_t)(_wRegVal)) | USB_EP_CTR_RX|USB_EP_CTR_TX));\ 437     PCD_SET_ENDPOINT((USBx), (bEpNum), (((uint32_t)(_wRegVal)) | USB_EP_CTR_RX|USB_EP_CTR_TX)); \ 472     PCD_SET_ENDPOINT((USBx), (bEpNum), _wRegVal | USB_EP_CTR_RX|USB_EP_CTR_TX);    \ 513 …(USB_EP_CTR_RX|USB_EP_CTR_TX|((((uint32_t)(PCD_GET_ENDPOINT((USBx), (bEpNum)))) | USB_EP_KIND) & U… 515 …(USB_EP_CTR_RX|USB_EP_CTR_TX|((((uint32_t)(PCD_GET_ENDPOINT((USBx), (bEpNum)))) & USB_EPKIND_MASK)… 553 …USB_EP_CTR_RX|USB_EP_CTR_TX|USB_EP_DTOG_RX | (((uint32_t)(PCD_GET_ENDPOINT((USBx), (bEpNum)))) & U… 555 …USB_EP_CTR_RX|USB_EP_CTR_TX|USB_EP_DTOG_TX | (((uint32_t)(PCD_GET_ENDPOINT((USBx), (bEpNum)))) & U… 580 …USB_EP_CTR_RX|USB_EP_CTR_TX|(((uint32_t)(PCD_GET_ENDPOINT((USBx), (bEpNum)))) & USB_EPREG_MASK) | …
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ | 
| D | stm32l0xx_hal_pcd.h | 380    PCD_SET_ENDPOINT(USBx, bEpNum, (_wRegVal | USB_EP_CTR_RX|USB_EP_CTR_TX));    \ 400     PCD_SET_ENDPOINT(USBx, bEpNum, (_wRegVal | USB_EP_CTR_RX|USB_EP_CTR_TX)); \ 427     PCD_SET_ENDPOINT(USBx, bEpNum, _wRegVal | USB_EP_CTR_RX|USB_EP_CTR_TX);    \ 469 …  (USB_EP_CTR_RX|USB_EP_CTR_TX|((PCD_GET_ENDPOINT(USBx, bEpNum) | USB_EP_KIND) & USB_EPREG_MASK)))) 471 …                 (USB_EP_CTR_RX|USB_EP_CTR_TX|(PCD_GET_ENDPOINT(USBx, bEpNum) & USB_EPKIND_MASK)))) 509 …   USB_EP_CTR_RX|USB_EP_CTR_TX|USB_EP_DTOG_RX | (PCD_GET_ENDPOINT(USBx, bEpNum) & USB_EPREG_MASK))) 511 …   USB_EP_CTR_RX|USB_EP_CTR_TX|USB_EP_DTOG_TX | (PCD_GET_ENDPOINT(USBx, bEpNum) & USB_EPREG_MASK))) 532     USB_EP_CTR_RX|USB_EP_CTR_TX|(PCD_GET_ENDPOINT(USBx, bEpNum) & USB_EPREG_MASK) | bAddr)
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ | 
| D | stm32l4xx_hal_pcd.h | 604    PCD_SET_ENDPOINT((USBx), (bEpNum), (_wRegVal | USB_EP_CTR_RX | USB_EP_CTR_TX)); \ 628     PCD_SET_ENDPOINT((USBx), (bEpNum), (_wRegVal | USB_EP_CTR_RX | USB_EP_CTR_TX)); \ 664     PCD_SET_ENDPOINT((USBx), (bEpNum), _wRegVal | USB_EP_CTR_RX|USB_EP_CTR_TX); \ 708     PCD_SET_ENDPOINT((USBx), (bEpNum), (_wRegVal | USB_EP_CTR_RX | USB_EP_CTR_TX | USB_EP_KIND)); \ 716     PCD_SET_ENDPOINT((USBx), (bEpNum), (_wRegVal | USB_EP_CTR_RX | USB_EP_CTR_TX)); \ 770 …  PCD_SET_ENDPOINT((USBx), (bEpNum), (_wEPVal | USB_EP_CTR_RX | USB_EP_CTR_TX | USB_EP_DTOG_RX)); \ 778 …  PCD_SET_ENDPOINT((USBx), (bEpNum), (_wEPVal | USB_EP_CTR_RX | USB_EP_CTR_TX | USB_EP_DTOG_TX)); \ 820     PCD_SET_ENDPOINT((USBx), (bEpNum), (_wRegVal | USB_EP_CTR_RX | USB_EP_CTR_TX)); \
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/ | 
| D | stm32l1xx_hal_pcd.c | 399         else if ((wEPVal & USB_EP_CTR_RX) != 0)  in PCD_EP_ISR_Handler() 426       if ((wEPVal & USB_EP_CTR_RX) != 0)  in PCD_EP_ISR_Handler()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/ | 
| D | stm32l0xx_hal_pcd.c | 1279         else if ((wEPVal & USB_EP_CTR_RX) != 0U)  in PCD_EP_ISR_Handler() 1306       if ((wEPVal & USB_EP_CTR_RX) != 0U)  in PCD_EP_ISR_Handler()
  | 
| /loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/ | 
| D | stm32l4xx_hal_pcd.c | 2293         else if ((wEPVal & USB_EP_CTR_RX) != 0U)  in PCD_EP_ISR_Handler() 2323       if ((wEPVal & USB_EP_CTR_RX) != 0U)  in PCD_EP_ISR_Handler()
  | 
| /loramac-node-latest/src/boards/NucleoL073/cmsis/ | 
| D | stm32l073xx.h | 7403 #define USB_EP_CTR_RX                         ((uint16_t)0x8000U)              /*!<  EndPoint Corre…  macro 7415 #define USB_EPREG_MASK     (USB_EP_CTR_RX|USB_EP_SETUP|USB_EP_T_FIELD|USB_EP_KIND|USB_EP_CTR_TX|USB…
  | 
| /loramac-node-latest/src/boards/SKiM980A/cmsis/ | 
| D | stm32l151xba.h | 6302 #define USB_EP_CTR_RX                         USB_EP_CTR_RX_Msk                /*!<  EndPoint Corre…  macro 6332 #define  USB_EPREG_MASK     (USB_EP_CTR_RX|USB_EP_SETUP|USB_EP_T_FIELD|USB_EP_KIND|USB_EP_CTR_TX|US…
  | 
| /loramac-node-latest/src/boards/SKiM880B/cmsis/ | 
| D | stm32l151xba.h | 6302 #define USB_EP_CTR_RX                         USB_EP_CTR_RX_Msk                /*!<  EndPoint Corre…  macro 6332 #define  USB_EPREG_MASK     (USB_EP_CTR_RX|USB_EP_SETUP|USB_EP_T_FIELD|USB_EP_KIND|USB_EP_CTR_TX|US…
  | 
| /loramac-node-latest/src/boards/B-L072Z-LRWAN1/cmsis/ | 
| D | stm32l072xx.h | 7244 #define USB_EP_CTR_RX                         ((uint16_t)0x8000U)              /*!<  EndPoint Corre…  macro 7256 #define USB_EPREG_MASK     (USB_EP_CTR_RX|USB_EP_SETUP|USB_EP_T_FIELD|USB_EP_KIND|USB_EP_CTR_TX|USB…
  | 
| /loramac-node-latest/src/boards/NAMote72/cmsis/ | 
| D | stm32l152xc.h | 7142 #define USB_EP_CTR_RX                         USB_EP_CTR_RX_Msk                /*!<  EndPoint Corre…  macro 7172 #define  USB_EPREG_MASK     (USB_EP_CTR_RX|USB_EP_SETUP|USB_EP_T_FIELD|USB_EP_KIND|USB_EP_CTR_TX|US…
  | 
| /loramac-node-latest/src/boards/NucleoL152/cmsis/ | 
| D | stm32l152xe.h | 7444 #define USB_EP_CTR_RX                         USB_EP_CTR_RX_Msk                /*!<  EndPoint Corre…  macro 7474 #define  USB_EPREG_MASK     (USB_EP_CTR_RX|USB_EP_SETUP|USB_EP_T_FIELD|USB_EP_KIND|USB_EP_CTR_TX|US…
  |