Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_pcd.h451 _wRegVal = PCD_GET_ENDPOINT((USBx), (bEpNum)) & (USB_EPRX_DTOGMASK |USB_EPTX_STAT) ;\
482 …D_GET_EP_TX_STATUS(USBx, bEpNum) (((uint32_t)(PCD_GET_ENDPOINT((USBx), (bEpNum)))) & USB_EPTX_STAT)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pcd.h414 _wRegVal = PCD_GET_ENDPOINT(USBx, bEpNum) & (USB_EPRX_DTOGMASK |USB_EPTX_STAT) ;\
437 …efine PCD_GET_EP_TX_STATUS(USBx, bEpNum) ((uint16_t)PCD_GET_ENDPOINT(USBx, bEpNum) & USB_EPTX_STAT)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pcd.h642 _wRegVal = PCD_GET_ENDPOINT((USBx), (bEpNum)) & (USB_EPRX_DTOGMASK | USB_EPTX_STAT); \
674 …D_GET_EP_TX_STATUS(USBx, bEpNum) ((uint16_t)PCD_GET_ENDPOINT((USBx), (bEpNum)) & USB_EPTX_STAT)
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h7411 #define USB_EPTX_STAT ((uint16_t)0x0030U) /*!< EndPoint TX ST… macro
7432 #define USB_EPTX_DTOGMASK (USB_EPTX_STAT|USB_EPREG_MASK)
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/
Dstm32l151xba.h6326 #define USB_EPTX_STAT USB_EPTX_STAT_Msk /*!< EndPoint TX ST… macro
6351 #define USB_EPTX_DTOGMASK (USB_EPTX_STAT|USB_EPREG_MASK)
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/
Dstm32l151xba.h6326 #define USB_EPTX_STAT USB_EPTX_STAT_Msk /*!< EndPoint TX ST… macro
6351 #define USB_EPTX_DTOGMASK (USB_EPTX_STAT|USB_EPREG_MASK)
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h7252 #define USB_EPTX_STAT ((uint16_t)0x0030U) /*!< EndPoint TX ST… macro
7273 #define USB_EPTX_DTOGMASK (USB_EPTX_STAT|USB_EPREG_MASK)
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/
Dstm32l152xc.h7166 #define USB_EPTX_STAT USB_EPTX_STAT_Msk /*!< EndPoint TX ST… macro
7191 #define USB_EPTX_DTOGMASK (USB_EPTX_STAT|USB_EPREG_MASK)
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h7468 #define USB_EPTX_STAT USB_EPTX_STAT_Msk /*!< EndPoint TX ST… macro
7493 #define USB_EPTX_DTOGMASK (USB_EPTX_STAT|USB_EPREG_MASK)