Searched refs:RCC_CCIPR4_SYSTICKSEL (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_cortex.c | 440 MODIFY_REG(RCC->CCIPR4, RCC_CCIPR4_SYSTICKSEL, (0x00000000U)); in HAL_SYSTICK_CLKSourceConfig() 445 MODIFY_REG(RCC->CCIPR4, RCC_CCIPR4_SYSTICKSEL, RCC_CCIPR4_SYSTICKSEL_0); in HAL_SYSTICK_CLKSourceConfig() 450 MODIFY_REG(RCC->CCIPR4, RCC_CCIPR4_SYSTICKSEL, RCC_CCIPR4_SYSTICKSEL_1); in HAL_SYSTICK_CLKSourceConfig() 480 systick_rcc_source = READ_BIT(RCC->CCIPR4, RCC_CCIPR4_SYSTICKSEL); in HAL_SYSTICK_GetCLKSourceConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 2216 MODIFY_REG(RCC->CCIPR4, RCC_CCIPR4_SYSTICKSEL, SystickSource); in LL_RCC_SetSystickClockSource() 2296 return (uint32_t)(READ_BIT(RCC->CCIPR4, RCC_CCIPR4_SYSTICKSEL)); in LL_RCC_GetSystickClockSource()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9267 #define RCC_CCIPR4_SYSTICKSEL RCC_CCIPR4_SYSTICKSEL_Msk macro
|
D | stm32h523xx.h | 13727 #define RCC_CCIPR4_SYSTICKSEL RCC_CCIPR4_SYSTICKSEL_Msk macro
|
D | stm32h562xx.h | 14701 #define RCC_CCIPR4_SYSTICKSEL RCC_CCIPR4_SYSTICKSEL_Msk macro
|
D | stm32h533xx.h | 14276 #define RCC_CCIPR4_SYSTICKSEL RCC_CCIPR4_SYSTICKSEL_Msk macro
|
D | stm32h573xx.h | 17343 #define RCC_CCIPR4_SYSTICKSEL RCC_CCIPR4_SYSTICKSEL_Msk macro
|
D | stm32h563xx.h | 16794 #define RCC_CCIPR4_SYSTICKSEL RCC_CCIPR4_SYSTICKSEL_Msk macro
|