Home
last modified time | relevance | path

Searched refs:USB_EP_T_FIELD (Results 1 – 9 of 9) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_pcd.h353 …ne PCD_GET_EPTYPE(USBx, bEpNum) (((uint16_t)(PCD_GET_ENDPOINT((USBx), (bEpNum)))) & USB_EP_T_FIELD)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pcd.h324 #define PCD_GET_EPTYPE(USBx, bEpNum) (PCD_GET_ENDPOINT(USBx, bEpNum) & USB_EP_T_FIELD)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pcd.h539 #define PCD_GET_EPTYPE(USBx, bEpNum) (PCD_GET_ENDPOINT((USBx), (bEpNum)) & USB_EP_T_FIELD)
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7407 #define USB_EP_T_FIELD ((uint16_t)0x0600U) /*!< EndPoint TYPE … 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…
7422 #define USB_EP_T_MASK ((uint16_t) ~USB_EP_T_FIELD & USB_EPREG_MASK)
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h6314 #define USB_EP_T_FIELD USB_EP_T_FIELD_Msk /*!< EndPoint TYPE … 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…
6341 #define USB_EP_T_MASK (~USB_EP_T_FIELD & USB_EPREG_MASK)
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h6314 #define USB_EP_T_FIELD USB_EP_T_FIELD_Msk /*!< EndPoint TYPE … 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…
6341 #define USB_EP_T_MASK (~USB_EP_T_FIELD & USB_EPREG_MASK)
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7248 #define USB_EP_T_FIELD ((uint16_t)0x0600U) /*!< EndPoint TYPE … 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…
7263 #define USB_EP_T_MASK ((uint16_t) ~USB_EP_T_FIELD & USB_EPREG_MASK)
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h7154 #define USB_EP_T_FIELD USB_EP_T_FIELD_Msk /*!< EndPoint TYPE … 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…
7181 #define USB_EP_T_MASK (~USB_EP_T_FIELD & USB_EPREG_MASK)
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h7456 #define USB_EP_T_FIELD USB_EP_T_FIELD_Msk /*!< EndPoint TYPE … 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…
7483 #define USB_EP_T_MASK (~USB_EP_T_FIELD & USB_EPREG_MASK)