Home
last modified time | relevance | path

Searched refs:HCD_GET_CHANNEL (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c752 if ((HCD_GET_CHANNEL(hhcd->Instance, phy_chnum) & USB_CH_VTRX) != 0U) in HAL_HCD_IRQHandler()
765 epch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HAL_HCD_IRQHandler()
773 if ((HCD_GET_CHANNEL(hhcd->Instance, phy_chnum) & USB_CH_VTTX) != 0U) in HAL_HCD_IRQHandler()
786 epch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HAL_HCD_IRQHandler()
1833 uint32_t ch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HCD_HC_IN_IRQHandler()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c761 if ((HCD_GET_CHANNEL(hhcd->Instance, phy_chnum) & USB_CH_VTRX) != 0U) in HAL_HCD_IRQHandler()
774 epch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HAL_HCD_IRQHandler()
782 if ((HCD_GET_CHANNEL(hhcd->Instance, phy_chnum) & USB_CH_VTTX) != 0U) in HAL_HCD_IRQHandler()
795 epch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HAL_HCD_IRQHandler()
1842 uint32_t ch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HCD_HC_IN_IRQHandler()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c2659 if ((HCD_GET_CHANNEL(hhcd->Instance, phy_chnum) & USB_CH_VTRX) != 0U) in HAL_HCD_IRQHandler()
2672 epch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HAL_HCD_IRQHandler()
2680 if ((HCD_GET_CHANNEL(hhcd->Instance, phy_chnum) & USB_CH_VTTX) != 0U) in HAL_HCD_IRQHandler()
2693 epch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HAL_HCD_IRQHandler()
3775 uint32_t ch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HCD_HC_IN_IRQHandler()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_hcd.h355 #define HCD_GET_CHANNEL USB_DRD_GET_CHEP macro
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h367 #define HCD_GET_CHANNEL USB_DRD_GET_CHEP macro
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h399 #define HCD_GET_CHANNEL USB_DRD_GET_CHEP macro