Home
last modified time | relevance | path

Searched refs:DTS_REFCLKSEL_PCLK (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_dts.h176 #define DTS_REFCLKSEL_PCLK (0UL) /*!< High speed REF clock (PCLK) */ macro
493 ((__SEL__) == DTS_REFCLKSEL_PCLK))
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_dts.h173 #define DTS_REFCLKSEL_PCLK (0UL) /*!< High speed REF clock (PCLK) */ macro
469 ((__SEL__) == DTS_REFCLKSEL_PCLK))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_dts.h173 #define DTS_REFCLKSEL_PCLK (0UL) /*!< High speed REF clock (PCLK) */ macro
497 ((__SEL__) == DTS_REFCLKSEL_PCLK))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_dts.c284 if (hdts->Init.RefClock == DTS_REFCLKSEL_PCLK) in HAL_DTS_Init()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_dts.c177 if (hdts->Init.RefClock == DTS_REFCLKSEL_PCLK) in HAL_DTS_Init()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_dts.c286 if (hdts->Init.RefClock == DTS_REFCLKSEL_PCLK) in HAL_DTS_Init()