Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1144 assert_param(IS_RCC_DAC1CLKSOURCE(pPeriphClkInit->Dac1ClockSelection)); in HAL_RCCEx_PeriphCLKConfig()
1147 __HAL_RCC_DAC1_CONFIG(pPeriphClkInit->Dac1ClockSelection); in HAL_RCCEx_PeriphCLKConfig()
1442 pPeriphClkInit->Dac1ClockSelection = __HAL_RCC_GET_DAC1_SOURCE(); in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h247 uint32_t Dac1ClockSelection; /*!< Specifies DAC1 interface clock source. member