Home
last modified time | relevance | path

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

/hal_stm32-latest/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()
1876 uint32_t ch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HCD_HC_IN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_hcd.h375 #define HCD_GET_CHANNEL USB_DRD_GET_CHEP macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_hcd.h372 #define HCD_GET_CHANNEL USB_DRD_GET_CHEP macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h402 #define HCD_GET_CHANNEL USB_DRD_GET_CHEP macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h402 #define HCD_GET_CHANNEL USB_DRD_GET_CHEP macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c1875 uint32_t ch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HCD_HC_IN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c3800 uint32_t ch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HCD_HC_IN_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c3800 uint32_t ch_reg = HCD_GET_CHANNEL(hhcd->Instance, phy_chnum); in HCD_HC_IN_IRQHandler()