Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal.c1024 assert_param(IS_SYSCFG_OTGPHY_REFERENCE_CLOCK(RefClkSelection)); in HAL_SYSCFG_SetOTGPHYReferenceClockSelection()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal.c656 assert_param(IS_SYSCFG_OTGPHY_REFERENCE_CLOCK(RefClkSelection)); in HAL_SYSCFG_SetOTGPHYReferenceClockSelection()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal.h551 #define IS_SYSCFG_OTGPHY_REFERENCE_CLOCK(__VALUE__) (((__VALUE__) == SYSCFG_OTG_HS_PHY_CLK_SELECT_1… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal.h666 #define IS_SYSCFG_OTGPHY_REFERENCE_CLOCK(__VALUE__) (((__VALUE__) == SYSCFG_OTG_HS_PHY_CLK_SELECT… macro