Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_usb.h573 #define USB_DRD_GET_CHEP_RX_CNT(USBx, bEpChNum) (((USB_DRD_PMA_BUFF + (bEpChNum))->RXBD &… macro
578 #define USB_DRD_GET_EP_RX_CNT USB_DRD_GET_CHEP_RX_CNT
579 #define USB_DRD_GET_CH_RX_CNT USB_DRD_GET_CHEP_RX_CNT
666 #define USB_DRD_GET_CHEP_DBUF1_CNT(USBx, bEpChNum) (USB_DRD_GET_CHEP_RX_CNT((USBx), (bEpChNum)))
Dstm32u0xx_hal_pcd.h553 return (uint16_t)USB_DRD_GET_CHEP_RX_CNT((Instance), (bEpNum)); in PCD_GET_EP_RX_CNT()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_usb.h733 #define USB_DRD_GET_CHEP_RX_CNT(USBx, bEpChNum) (((USB_DRD_PMA_BUFF + (bEpChNum))->RXBD &… macro
738 #define USB_DRD_GET_EP_RX_CNT USB_DRD_GET_CHEP_RX_CNT
739 #define USB_DRD_GET_CH_RX_CNT USB_DRD_GET_CHEP_RX_CNT
826 #define USB_DRD_GET_CHEP_DBUF1_CNT(USBx, bEpChNum) (USB_DRD_GET_CHEP_RX_CNT((USBx), (bEpChNum)))
Dstm32c0xx_hal_hcd.h524 return (uint16_t)USB_DRD_GET_CHEP_RX_CNT((Instance), (bChNum)); in HCD_GET_CH_RX_CNT()
Dstm32c0xx_hal_pcd.h545 return (uint16_t)USB_DRD_GET_CHEP_RX_CNT((Instance), (bEpNum)); in PCD_GET_EP_RX_CNT()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_usb.h736 #define USB_DRD_GET_CHEP_RX_CNT(USBx, bEpChNum) (((USB_DRD_PMA_BUFF + (bEpChNum))->RXBD &… macro
741 #define USB_DRD_GET_EP_RX_CNT USB_DRD_GET_CHEP_RX_CNT
742 #define USB_DRD_GET_CH_RX_CNT USB_DRD_GET_CHEP_RX_CNT
829 #define USB_DRD_GET_CHEP_DBUF1_CNT(USBx, bEpChNum) (USB_DRD_GET_CHEP_RX_CNT((USBx), (bEpChNum)))
Dstm32g0xx_hal_hcd.h520 return (uint16_t)USB_DRD_GET_CHEP_RX_CNT((Instance), (bChNum)); in HCD_GET_CH_RX_CNT()
Dstm32g0xx_hal_pcd.h545 return (uint16_t)USB_DRD_GET_CHEP_RX_CNT((Instance), (bEpNum)); in PCD_GET_EP_RX_CNT()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_usb.h976 #define USB_DRD_GET_CHEP_RX_CNT(USBx, bEpChNum) (((USB_DRD_PMA_BUFF + (bEpChNum))->RXBD &… macro
981 #define USB_DRD_GET_EP_RX_CNT USB_DRD_GET_CHEP_RX_CNT
982 #define USB_DRD_GET_CH_RX_CNT USB_DRD_GET_CHEP_RX_CNT
1069 #define USB_DRD_GET_CHEP_DBUF1_CNT(USBx, bEpChNum) (USB_DRD_GET_CHEP_RX_CNT((USBx), (bEpChNum)))
Dstm32h5xx_hal_hcd.h551 return (uint16_t)USB_DRD_GET_CHEP_RX_CNT((Instance), (bChNum)); in HCD_GET_CH_RX_CNT()
Dstm32h5xx_hal_pcd.h607 return (uint16_t)USB_DRD_GET_CHEP_RX_CNT((Instance), (bEpNum)); in PCD_GET_EP_RX_CNT()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_usb.h976 #define USB_DRD_GET_CHEP_RX_CNT(USBx, bEpChNum) (((USB_DRD_PMA_BUFF + (bEpChNum))->RXBD &… macro
981 #define USB_DRD_GET_EP_RX_CNT USB_DRD_GET_CHEP_RX_CNT
982 #define USB_DRD_GET_CH_RX_CNT USB_DRD_GET_CHEP_RX_CNT
1069 #define USB_DRD_GET_CHEP_DBUF1_CNT(USBx, bEpChNum) (USB_DRD_GET_CHEP_RX_CNT((USBx), (bEpChNum)))
Dstm32u5xx_hal_pcd.h599 return (uint16_t)USB_DRD_GET_CHEP_RX_CNT((Instance), (bEpNum)); in PCD_GET_EP_RX_CNT()
Dstm32u5xx_hal_hcd.h551 return (uint16_t)USB_DRD_GET_CHEP_RX_CNT((Instance), (bChNum)); in HCD_GET_CH_RX_CNT()