/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rcc_ex.h | 546 #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)))
|
D | stm32h7rsxx_ll_rcc.h | 1081 #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/ |
D | stm32h7xx_ll_rcc.h | 1386 #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()
|
D | stm32h7xx_hal_rcc_ex.h | 1587 #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/ |
D | stm32h7rsxx_hal_rcc_ex.c | 1474 if ((RCC->CFGR & RCC_CFGR_TIMPRE) == 0U) in HAL_RCCEx_GetPeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rcc_ex.c | 1852 if ((RCC->CFGR & RCC_CFGR_TIMPRE) == 0U) in HAL_RCCEx_GetPeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/soc/ |
D | stm32h7a3xx.h | 12809 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h7b0xx.h | 13253 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h7b0xxq.h | 13265 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h7a3xxq.h | 12821 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h7b3xx.h | 13260 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h7b3xxq.h | 13272 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h730xxq.h | 15120 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h733xx.h | 15108 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h725xx.h | 14669 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h730xx.h | 15108 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h735xx.h | 15120 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h742xx.h | 13994 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h723xx.h | 14657 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h750xx.h | 14887 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
D | stm32h753xx.h | 14893 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< 0x00008000… macro
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 14643 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< TIMPRE configur… macro
|
D | stm32h7s7xx.h | 15677 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< TIMPRE configur… macro
|
D | stm32h7s3xx.h | 15275 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< TIMPRE configur… macro
|
D | stm32h7r7xx.h | 15043 #define RCC_CFGR_TIMPRE RCC_CFGR_TIMPRE_Msk /*!< TIMPRE configur… macro
|