Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h1229 #define __HAL_RCC_GET_ADC_DIVIDER() (LL_RCC_GetADCPrescaler() + 1U) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c2426 PeriphClkInit->AdcDivider = __HAL_RCC_GET_ADC_DIVIDER(); in HAL_RCCEx_GetPeriphCLKConfig()
3489 return (adc_frequency / __HAL_RCC_GET_ADC_DIVIDER()); in RCCEx_GetADCCLKFreq()