Home
last modified time | relevance | path

Searched refs:GrxstspReg (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_hcd.c1581 uint32_t GrxstspReg; in HCD_RXQLVL_IRQHandler() local
1586 GrxstspReg = hhcd->Instance->GRXSTSP; in HCD_RXQLVL_IRQHandler()
1587 chnum = GrxstspReg & USB_OTG_GRXSTSP_EPNUM; in HCD_RXQLVL_IRQHandler()
1588 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1589 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_hcd.c1570 uint32_t GrxstspReg; in HCD_RXQLVL_IRQHandler() local
1575 GrxstspReg = hhcd->Instance->GRXSTSP; in HCD_RXQLVL_IRQHandler()
1576 chnum = GrxstspReg & USB_OTG_GRXSTSP_EPNUM; in HCD_RXQLVL_IRQHandler()
1577 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1578 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_hcd.c1840 uint32_t GrxstspReg; in HCD_RXQLVL_IRQHandler() local
1845 GrxstspReg = hhcd->Instance->GRXSTSP; in HCD_RXQLVL_IRQHandler()
1846 chnum = GrxstspReg & USB_OTG_GRXSTSP_EPNUM; in HCD_RXQLVL_IRQHandler()
1847 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1848 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_hcd.c1828 uint32_t GrxstspReg; in HCD_RXQLVL_IRQHandler() local
1833 GrxstspReg = hhcd->Instance->GRXSTSP; in HCD_RXQLVL_IRQHandler()
1834 chnum = GrxstspReg & USB_OTG_GRXSTSP_EPNUM; in HCD_RXQLVL_IRQHandler()
1835 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1836 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_hcd.c1846 uint32_t GrxstspReg; in HCD_RXQLVL_IRQHandler() local
1851 GrxstspReg = hhcd->Instance->GRXSTSP; in HCD_RXQLVL_IRQHandler()
1852 chnum = GrxstspReg & USB_OTG_GRXSTSP_EPNUM; in HCD_RXQLVL_IRQHandler()
1853 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1854 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_hcd.c1846 uint32_t GrxstspReg; in HCD_RXQLVL_IRQHandler() local
1851 GrxstspReg = hhcd->Instance->GRXSTSP; in HCD_RXQLVL_IRQHandler()
1852 chnum = GrxstspReg & USB_OTG_GRXSTSP_EPNUM; in HCD_RXQLVL_IRQHandler()
1853 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1854 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hcd.c1819 uint32_t GrxstspReg; in HCD_RXQLVL_IRQHandler() local
1824 GrxstspReg = hhcd->Instance->GRXSTSP; in HCD_RXQLVL_IRQHandler()
1825 chnum = GrxstspReg & USB_OTG_GRXSTSP_EPNUM; in HCD_RXQLVL_IRQHandler()
1826 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1827 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_hcd.c1814 uint32_t GrxstspReg; in HCD_RXQLVL_IRQHandler() local
1819 GrxstspReg = hhcd->Instance->GRXSTSP; in HCD_RXQLVL_IRQHandler()
1820 chnum = GrxstspReg & USB_OTG_GRXSTSP_EPNUM; in HCD_RXQLVL_IRQHandler()
1821 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1822 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c1836 uint32_t GrxstspReg; in HCD_RXQLVL_IRQHandler() local
1841 GrxstspReg = hhcd->Instance->GRXSTSP; in HCD_RXQLVL_IRQHandler()
1842 chnum = GrxstspReg & USB_OTG_GRXSTSP_EPNUM; in HCD_RXQLVL_IRQHandler()
1843 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1844 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c1836 uint32_t GrxstspReg; in HCD_RXQLVL_IRQHandler() local
1841 GrxstspReg = hhcd->Instance->GRXSTSP; in HCD_RXQLVL_IRQHandler()
1842 chnum = GrxstspReg & USB_OTG_GRXSTSP_EPNUM; in HCD_RXQLVL_IRQHandler()
1843 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1844 pktcnt = (GrxstspReg & USB_OTG_GRXSTSP_BCNT) >> 4; in HCD_RXQLVL_IRQHandler()