Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h546 #define RCC_TIMPRES_ENABLE RCC_CFGR_TIMPRE /*!< Timers clocks prescaler set */ macro
1948 ((__VALUE__) == RCC_TIMPRES_ENABLE))
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1480 PeriphClkInit->TIMPresSelection = RCC_TIMPRES_ENABLE; in HAL_RCCEx_GetPeriphCLKConfig()