Home
last modified time | relevance | path

Searched refs:OTGPHYConfig (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal.c993 void HAL_SYSCFG_EnableOTGPHY(uint32_t OTGPHYConfig) in HAL_SYSCFG_EnableOTGPHY() argument
996 assert_param(IS_SYSCFG_OTGPHY_CONFIG(OTGPHYConfig)); in HAL_SYSCFG_EnableOTGPHY()
998 MODIFY_REG(SYSCFG->OTGHSPHYCR, SYSCFG_OTGHSPHYCR_EN, OTGPHYConfig); in HAL_SYSCFG_EnableOTGPHY()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal.c625 void HAL_SYSCFG_EnableOTGPHY(uint32_t OTGPHYConfig) in HAL_SYSCFG_EnableOTGPHY() argument
628 assert_param(IS_SYSCFG_OTGPHY_CONFIG(OTGPHYConfig)); in HAL_SYSCFG_EnableOTGPHY()
630 MODIFY_REG(SYSCFG->OTGHSPHYCR, SYSCFG_OTGHSPHYCR_EN, OTGPHYConfig); in HAL_SYSCFG_EnableOTGPHY()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal.h653 void HAL_SYSCFG_EnableOTGPHY(uint32_t OTGPHYConfig);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal.h777 void HAL_SYSCFG_EnableOTGPHY(uint32_t OTGPHYConfig);