Home
last modified time | relevance | path

Searched refs:DacLowPowerClockSelection (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c1683 assert_param(IS_RCC_DACLPCLKSOURCE(pPeriphClkInit->DacLowPowerClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1685 switch (pPeriphClkInit->DacLowPowerClockSelection) in HAL_RCCEx_PeriphCLKConfig()
1706 __HAL_RCC_DAC_LP_CONFIG(pPeriphClkInit->DacLowPowerClockSelection); in HAL_RCCEx_PeriphCLKConfig()
2702 pPeriphClkInit->DacLowPowerClockSelection = __HAL_RCC_GET_DAC_LP_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h309 …uint32_t DacLowPowerClockSelection; /*!< Specifies DAC low-power clock source used in Sample and … member