/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_pcd.c | 932 if ((RegVal & USB_OTG_GRXSTSP_BCNT) != 0U) in HAL_PCD_IRQHandler() 935 (uint16_t)((RegVal & USB_OTG_GRXSTSP_BCNT) >> 4)); in HAL_PCD_IRQHandler() 937 ep->xfer_buff += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 938 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 944 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler()
|
D | stm32f2xx_hal_hcd.c | 1848 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_pcd.c | 1011 if ((RegVal & USB_OTG_GRXSTSP_BCNT) != 0U) in HAL_PCD_IRQHandler() 1014 (uint16_t)((RegVal & USB_OTG_GRXSTSP_BCNT) >> 4)); in HAL_PCD_IRQHandler() 1016 ep->xfer_buff += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1017 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1023 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler()
|
D | stm32f7xx_hal_hcd.c | 1854 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_pcd.c | 1070 if ((RegVal & USB_OTG_GRXSTSP_BCNT) != 0U) in HAL_PCD_IRQHandler() 1073 (uint16_t)((RegVal & USB_OTG_GRXSTSP_BCNT) >> 4)); in HAL_PCD_IRQHandler() 1075 ep->xfer_buff += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1076 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1082 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler()
|
D | stm32n6xx_hal_hcd.c | 1822 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_pcd.c | 1090 if ((RegVal & USB_OTG_GRXSTSP_BCNT) != 0U) in HAL_PCD_IRQHandler() 1093 (uint16_t)((RegVal & USB_OTG_GRXSTSP_BCNT) >> 4)); in HAL_PCD_IRQHandler() 1095 ep->xfer_buff += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1096 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1102 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler()
|
D | stm32h7xx_hal_hcd.c | 1827 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_pcd.c | 1105 if ((RegVal & USB_OTG_GRXSTSP_BCNT) != 0U) in HAL_PCD_IRQHandler() 1108 (uint16_t)((RegVal & USB_OTG_GRXSTSP_BCNT) >> 4)); in HAL_PCD_IRQHandler() 1110 ep->xfer_buff += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1111 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1117 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler()
|
D | stm32h7rsxx_hal_hcd.c | 1836 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_pcd.c | 1109 if ((RegVal & USB_OTG_GRXSTSP_BCNT) != 0U) in HAL_PCD_IRQHandler() 1112 (uint16_t)((RegVal & USB_OTG_GRXSTSP_BCNT) >> 4)); in HAL_PCD_IRQHandler() 1114 ep->xfer_buff += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1115 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1121 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler()
|
D | stm32f4xx_hal_hcd.c | 1854 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_pcd.c | 942 if ((RegVal & USB_OTG_GRXSTSP_BCNT) != 0U) in HAL_PCD_IRQHandler() 945 (uint16_t)((RegVal & USB_OTG_GRXSTSP_BCNT) >> 4)); in HAL_PCD_IRQHandler() 947 ep->xfer_buff += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 948 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 954 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler()
|
D | stm32f1xx_hal_hcd.c | 1589 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_pcd.c | 1107 if ((RegVal & USB_OTG_GRXSTSP_BCNT) != 0U) in HAL_PCD_IRQHandler() 1110 (uint16_t)((RegVal & USB_OTG_GRXSTSP_BCNT) >> 4)); in HAL_PCD_IRQHandler() 1112 ep->xfer_buff += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1113 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1119 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler()
|
D | stm32l4xx_hal_hcd.c | 1578 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_pcd.c | 1122 if ((RegVal & USB_OTG_GRXSTSP_BCNT) != 0U) in HAL_PCD_IRQHandler() 1125 (uint16_t)((RegVal & USB_OTG_GRXSTSP_BCNT) >> 4)); in HAL_PCD_IRQHandler() 1127 ep->xfer_buff += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1128 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1134 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler()
|
D | stm32h5xx_hal_hcd.c | 1844 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_pcd.c | 1122 if ((RegVal & USB_OTG_GRXSTSP_BCNT) != 0U) in HAL_PCD_IRQHandler() 1125 (uint16_t)((RegVal & USB_OTG_GRXSTSP_BCNT) >> 4)); in HAL_PCD_IRQHandler() 1127 ep->xfer_buff += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1128 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler() 1134 ep->xfer_count += (RegVal & USB_OTG_GRXSTSP_BCNT) >> 4; in HAL_PCD_IRQHandler()
|
D | stm32u5xx_hal_hcd.c | 1844 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f401xc.h | 7511 #define USB_OTG_GRXSTSP_BCNT USB_OTG_GRXSTSP_BCNT_Msk /*!< OUT EP interrup… macro
|
D | stm32f401xe.h | 7511 #define USB_OTG_GRXSTSP_BCNT USB_OTG_GRXSTSP_BCNT_Msk /*!< OUT EP interrup… macro
|
D | stm32f411xe.h | 7542 #define USB_OTG_GRXSTSP_BCNT USB_OTG_GRXSTSP_BCNT_Msk /*!< OUT EP interrup… macro
|
D | stm32f405xx.h | 13066 #define USB_OTG_GRXSTSP_BCNT USB_OTG_GRXSTSP_BCNT_Msk /*!< OUT EP interrup… macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/soc/ |
D | stm32f215xx.h | 12777 #define USB_OTG_GRXSTSP_BCNT USB_OTG_GRXSTSP_BCNT_Msk /*!< OUT EP interrup… macro
|