Home
last modified time | relevance | path

Searched refs:wAddr (Results 1 – 14 of 14) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_usb.h473 #define USB_DRD_SET_CHEP_TX_ADDRESS(USBx, bEpChNum, wAddr) \ argument
479 (USB_DRD_PMA_BUFF + (bEpChNum))->TXBD |= (uint32_t)(((uint32_t)(wAddr) >> 2U) << 2U); \
483 #define USB_DRD_SET_CHEP_RX_ADDRESS(USBx, bEpChNum, wAddr) \ argument
489 (USB_DRD_PMA_BUFF + (bEpChNum))->RXBD |= (uint32_t)(((uint32_t)(wAddr) >> 2U) << 2U); \
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_usb.h633 #define USB_DRD_SET_CHEP_TX_ADDRESS(USBx, bEpChNum, wAddr) \ argument
639 (USB_DRD_PMA_BUFF + (bEpChNum))->TXBD |= (uint32_t)(((uint32_t)(wAddr) >> 2U) << 2U); \
643 #define USB_DRD_SET_CHEP_RX_ADDRESS(USBx, bEpChNum, wAddr) \ argument
649 (USB_DRD_PMA_BUFF + (bEpChNum))->RXBD |= (uint32_t)(((uint32_t)(wAddr) >> 2U) << 2U); \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_usb.h633 #define USB_DRD_SET_CHEP_TX_ADDRESS(USBx, bEpChNum, wAddr) \ argument
639 (USB_DRD_PMA_BUFF + (bEpChNum))->TXBD |= (uint32_t)(((uint32_t)(wAddr) >> 2U) << 2U); \
643 #define USB_DRD_SET_CHEP_RX_ADDRESS(USBx, bEpChNum, wAddr) \ argument
649 (USB_DRD_PMA_BUFF + (bEpChNum))->RXBD |= (uint32_t)(((uint32_t)(wAddr) >> 2U) << 2U); \
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_pcd.h747 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) \ argument
754 *_wRegVal = ((wAddr) >> 1) << 1; \
757 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) \ argument
764 *_wRegVal = ((wAddr) >> 1) << 1; \
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_pcd.h747 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) \ argument
754 *_wRegVal = ((wAddr) >> 1) << 1; \
757 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) \ argument
764 *_wRegVal = ((wAddr) >> 1) << 1; \
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_pcd.h747 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) \ argument
754 *_wRegVal = ((wAddr) >> 1) << 1; \
757 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) \ argument
764 *_wRegVal = ((wAddr) >> 1) << 1; \
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_pcd.h742 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) \ argument
749 *_wRegVal = ((wAddr) >> 1) << 1; \
752 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) \ argument
759 *_wRegVal = ((wAddr) >> 1) << 1; \
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_pcd.h742 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) \ argument
749 *_wRegVal = ((wAddr) >> 1) << 1; \
752 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) \ argument
759 *_wRegVal = ((wAddr) >> 1) << 1; \
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_pcd.h747 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) \ argument
754 *_wRegVal = ((wAddr) >> 1) << 1; \
757 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) \ argument
764 *_wRegVal = ((wAddr) >> 1) << 1; \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_pcd.h747 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) \ argument
754 *_wRegVal = ((wAddr) >> 1) << 1; \
757 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) \ argument
764 *_wRegVal = ((wAddr) >> 1) << 1; \
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_pcd.h808 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) \ argument
815 *_wRegVal = ((wAddr) >> 1) << 1; \
818 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) \ argument
825 *_wRegVal = ((wAddr) >> 1) << 1; \
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_pcd.h805 #define PCD_SET_EP_TX_ADDRESS(USBx, bEpNum, wAddr) \ argument
812 *_wRegVal = ((wAddr) >> 1) << 1; \
815 #define PCD_SET_EP_RX_ADDRESS(USBx, bEpNum, wAddr) \ argument
822 *_wRegVal = ((wAddr) >> 1) << 1; \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_usb.h876 #define USB_DRD_SET_CHEP_TX_ADDRESS(USBx, bEpChNum, wAddr) \ argument
882 (USB_DRD_PMA_BUFF + (bEpChNum))->TXBD |= (uint32_t)(((uint32_t)(wAddr) >> 2U) << 2U); \
886 #define USB_DRD_SET_CHEP_RX_ADDRESS(USBx, bEpChNum, wAddr) \ argument
892 (USB_DRD_PMA_BUFF + (bEpChNum))->RXBD |= (uint32_t)(((uint32_t)(wAddr) >> 2U) << 2U); \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_usb.h876 #define USB_DRD_SET_CHEP_TX_ADDRESS(USBx, bEpChNum, wAddr) \ argument
882 (USB_DRD_PMA_BUFF + (bEpChNum))->TXBD |= (uint32_t)(((uint32_t)(wAddr) >> 2U) << 2U); \
886 #define USB_DRD_SET_CHEP_RX_ADDRESS(USBx, bEpChNum, wAddr) \ argument
892 (USB_DRD_PMA_BUFF + (bEpChNum))->RXBD |= (uint32_t)(((uint32_t)(wAddr) >> 2U) << 2U); \