Home
last modified time | relevance | path

Searched refs:HAL_HCD_PORT_ENABLED_CB_ID (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_hcd.h205 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_hcd.h205 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_hcd.h209 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_hcd.h209 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_hcd.h209 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_hcd.h209 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_hcd.h209 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_hcd.h209 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_hcd.c770 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
866 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_hcd.c759 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
855 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_hcd.h224 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_hcd.h224 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hcd.c807 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
903 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
2958 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
3055 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_hcd.c807 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
903 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
2958 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
3055 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_hcd.h251 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_hcd.h251 HAL_HCD_PORT_ENABLED_CB_ID = 0x04, /*!< USB HCD Port Enable callback ID */ enumerator
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_hcd.c817 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
913 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_hcd.c805 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
901 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_hcd.c817 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
913 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_hcd.c817 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
913 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hcd.c790 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
886 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_hcd.c785 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
881 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_hcd.c1034 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
1131 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_hcd.c1041 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_RegisterCallback()
1138 case HAL_HCD_PORT_ENABLED_CB_ID : in HAL_HCD_UnRegisterCallback()