Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_hcd.h286 void HAL_HCD_SuspendCallback(HCD_HandleTypeDef *hhcd);
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_hcd.h286 void HAL_HCD_SuspendCallback(HCD_HandleTypeDef *hhcd);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h313 void HAL_HCD_SuspendCallback(HCD_HandleTypeDef *hhcd);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h313 void HAL_HCD_SuspendCallback(HCD_HandleTypeDef *hhcd);
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c576 __weak void HAL_HCD_SuspendCallback(HCD_HandleTypeDef *hhcd) in HAL_HCD_SuspendCallback() function
853 HAL_HCD_SuspendCallback(hhcd); in HAL_HCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c547 __weak void HAL_HCD_SuspendCallback(HCD_HandleTypeDef *hhcd) in HAL_HCD_SuspendCallback() function
860 HAL_HCD_SuspendCallback(hhcd); in HAL_HCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c2500 __weak void HAL_HCD_SuspendCallback(HCD_HandleTypeDef *hhcd) in HAL_HCD_SuspendCallback() function
2777 HAL_HCD_SuspendCallback(hhcd); in HAL_HCD_IRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c2500 __weak void HAL_HCD_SuspendCallback(HCD_HandleTypeDef *hhcd) in HAL_HCD_SuspendCallback() function
2777 HAL_HCD_SuspendCallback(hhcd); in HAL_HCD_IRQHandler()