Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_hcd.c1579 uint32_t pktsts; in HCD_RXQLVL_IRQHandler() local
1588 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1591 switch (pktsts) in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_hcd.c1568 uint32_t pktsts; in HCD_RXQLVL_IRQHandler() local
1577 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1580 switch (pktsts) in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_hcd.c1838 uint32_t pktsts; in HCD_RXQLVL_IRQHandler() local
1847 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1850 switch (pktsts) in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_hcd.c1826 uint32_t pktsts; in HCD_RXQLVL_IRQHandler() local
1835 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1838 switch (pktsts) in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_hcd.c1844 uint32_t pktsts; in HCD_RXQLVL_IRQHandler() local
1853 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1856 switch (pktsts) in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_hcd.c1844 uint32_t pktsts; in HCD_RXQLVL_IRQHandler() local
1853 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1856 switch (pktsts) in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hcd.c1817 uint32_t pktsts; in HCD_RXQLVL_IRQHandler() local
1826 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1829 switch (pktsts) in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_hcd.c1812 uint32_t pktsts; in HCD_RXQLVL_IRQHandler() local
1821 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1824 switch (pktsts) in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c1834 uint32_t pktsts; in HCD_RXQLVL_IRQHandler() local
1843 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1846 switch (pktsts) in HCD_RXQLVL_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c1834 uint32_t pktsts; in HCD_RXQLVL_IRQHandler() local
1843 pktsts = (GrxstspReg & USB_OTG_GRXSTSP_PKTSTS) >> 17; in HCD_RXQLVL_IRQHandler()
1846 switch (pktsts) in HCD_RXQLVL_IRQHandler()