Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_timebase_tim_template.c105 if (__HAL_RCC_GET_TIMCLKPRESCALER() == RCC_TIMPRES_DISABLE) in HAL_InitTick()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h1380 #define __HAL_RCC_GET_TIMCLKPRESCALER() ((uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_TIMPRE))) macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rcc_ex.h2447 #define __HAL_RCC_GET_TIMCLKPRESCALER() LL_RCC_GetTIMPrescaler() macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc_ex.c2504 PeriphClkInit->TIMPresSelection = __HAL_RCC_GET_TIMCLKPRESCALER(); in HAL_RCCEx_GetPeriphCLKConfig()