Home
last modified time | relevance | path

Searched refs:RCC_CFGR_TIMPRE (Results 1 – 25 of 32) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rcc_ex.h546 #define RCC_TIMPRES_ENABLE RCC_CFGR_TIMPRE /*!< Timers clocks prescaler set */
1366 MODIFY_REG(RCC->CFGR, RCC_CFGR_TIMPRE, (uint32_t)(__PRESC__))
1380 #define __HAL_RCC_GET_TIMCLKPRESCALER() ((uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_TIMPRE)))
Dstm32h7rsxx_ll_rcc.h1081 #define LL_RCC_TIM_PRESCALER_ENABLE RCC_CFGR_TIMPRE
3620 MODIFY_REG(RCC->CFGR, RCC_CFGR_TIMPRE, Prescaler); in LL_RCC_SetTIMPrescaler()
3632 return (uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_TIMPRE)); in LL_RCC_GetTIMPrescaler()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h1386 #define LL_RCC_TIM_PRESCALER_FOUR_TIMES (uint32_t)(RCC_CFGR_TIMPRE)
4228 MODIFY_REG(RCC->CFGR, RCC_CFGR_TIMPRE, Prescaler); in LL_RCC_SetTIMPrescaler()
4240 return (uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_TIMPRE)); in LL_RCC_GetTIMPrescaler()
Dstm32h7xx_hal_rcc_ex.h1587 #define RCC_TIMPRES_ACTIVATED RCC_CFGR_TIMPRE
3606 #define __HAL_RCC_TIMCLKPRESCALER(__PRESC__) do {RCC->CFGR &= ~(RCC_CFGR_TIMPRE);\
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rcc_ex.c1474 if ((RCC->CFGR & RCC_CFGR_TIMPRE) == 0U) in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1852 if ((RCC->CFGR & RCC_CFGR_TIMPRE) == 0U) in HAL_RCCEx_GetPeriphCLKConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h12809 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h7b0xx.h13253 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h7b0xxq.h13265 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h7a3xxq.h12821 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h7b3xx.h13260 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h7b3xxq.h13272 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h730xxq.h15120 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h733xx.h15108 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h725xx.h14669 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h730xx.h15108 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h735xx.h15120 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h742xx.h13994 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h723xx.h14657 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h750xx.h14887 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
Dstm32h753xx.h14893 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h14643 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< TIMPRE configur… macro
Dstm32h7s7xx.h15677 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< TIMPRE configur… macro
Dstm32h7s3xx.h15275 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< TIMPRE configur… macro
Dstm32h7r7xx.h15043 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< TIMPRE configur… macro

12