/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rcc_ex.h | 273 #define RCC_TIMICCLKSOURCE_HSI_DIV256 RCC_CCIPR1_TIMICSEL /*!< HSI/256 selected for Timer… 576 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL, (__TIMIC_CLKSOURCE__)) 583 #define __HAL_RCC_GET_TIMIC_SOURCE() READ_BIT(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL)
|
D | stm32wbaxx_ll_rcc.h | 526 #define LL_RCC_TIMIC_CLKSOURCE_HSI_DIV256 RCC_CCIPR1_TIMICSEL /*!< HSI/256 selected for TIM16/… 2070 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL, TIMICSource); in LL_RCC_SetTIMICClockSource() 2082 return (uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL)); in LL_RCC_GetTIMICClockSource()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc_ex.h | 1154 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL,(0x00000000)); \ 1156 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL,(uint32_t)(__TIMICSOURCE__));\ 1162 #define __HAL_RCC_TIMIC_CLK_DISABLE() MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL,(0x00000000))
|
D | stm32u5xx_ll_rcc.h | 3454 MODIFY_REG(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL, TIMICSource); in LL_RCC_SetTIMICClockSource() 3470 return (uint32_t)(READ_BIT(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL)); in LL_RCC_GetTIMICClockSource()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rcc_ex.h | 1383 #define __HAL_RCC_TIMIC_ENABLE() SET_BIT(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL) /*!< HSI/1024, CSI/… 1384 #define __HAL_RCC_TIMIC_DISABLE() CLEAR_BIT(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL) /*!< No clock avail…
|
D | stm32h5xx_ll_rcc.h | 3682 SET_BIT(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL); in LL_RCC_TIMIC_Enable() 3692 CLEAR_BIT(RCC->CCIPR1, RCC_CCIPR1_TIMICSEL); in LL_RCC_TIMIC_Disable()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rcc_ex.c | 475 PeriphClkInit->TimIcClockSelection = (tmpreg & RCC_CCIPR1_TIMICSEL); in HAL_RCCEx_GetPeriphCLKConfig()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 6438 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
D | stm32wba52xx.h | 10307 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
D | stm32wba54xx.h | 10615 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
D | stm32wba5mxx.h | 10633 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
D | stm32wba55xx.h | 10633 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9217 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
D | stm32h523xx.h | 13664 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
D | stm32h562xx.h | 14582 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
D | stm32h533xx.h | 14213 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
D | stm32h573xx.h | 17224 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
D | stm32h563xx.h | 16675 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk macro
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 15680 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk /*!< TIMICSEL[… macro
|
D | stm32u535xx.h | 15131 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk /*!< TIMICSEL[… macro
|
D | stm32u575xx.h | 16640 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk /*!< TIMICSEL[… macro
|
D | stm32u585xx.h | 17247 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk /*!< TIMICSEL[… macro
|
D | stm32u595xx.h | 17725 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk /*!< TIMICSEL[… macro
|
D | stm32u5a5xx.h | 18332 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk /*!< TIMICSEL[… macro
|
D | stm32u5f7xx.h | 19315 #define RCC_CCIPR1_TIMICSEL RCC_CCIPR1_TIMICSEL_Msk /*!< TIMICSEL[… macro
|