/hal_stm32-latest/stm32cube/stm32mp1xx/soc/ |
D | system_stm32mp1xx.c | 209 SystemCoreClock = (HSI_VALUE >> (RCC->HSICFGR & RCC_HSICFGR_HSIDIV)); in SystemCoreClockUpdate() 232 pll3vco *= (float)((HSI_VALUE >> (RCC->HSICFGR & RCC_HSICFGR_HSIDIV)) / pll3m); in SystemCoreClockUpdate()
|
D | stm32mp151dxx_ca7.h | 23079 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp151fxx_cm4.h | 23242 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp151axx_ca7.h | 23079 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp151axx_cm4.h | 23045 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp151dxx_cm4.h | 23045 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp151cxx_ca7.h | 23276 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp151cxx_cm4.h | 23242 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp151fxx_ca7.h | 23276 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp153axx_ca7.h | 24630 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp153axx_cm4.h | 24596 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp153cxx_ca7.h | 24827 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp153cxx_cm4.h | 24793 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp153dxx_ca7.h | 24630 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp153dxx_cm4.h | 24596 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp153fxx_ca7.h | 24827 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp153fxx_cm4.h | 24793 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
D | stm32mp157axx_ca7.h | 25853 #define RCC_HSICFGR_HSIDIV RCC_HSICFGR_HSIDIV_Msk … macro
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | system_stm32n6xx_s.c | 283 sysclk = HSI_VALUE >> ((RCC->HSICFGR & RCC_HSICFGR_HSIDIV) >> RCC_HSICFGR_HSIDIV_Pos); in SystemCoreClockUpdate() 376 sysclk = HSI_VALUE >> ((RCC->HSICFGR & RCC_HSICFGR_HSIDIV) >> RCC_HSICFGR_HSIDIV_Pos); in SystemCoreClockUpdate()
|
D | system_stm32n6xx_fsbl.c | 340 sysclk = HSI_VALUE >> ((RCC->HSICFGR & RCC_HSICFGR_HSIDIV) >> RCC_HSICFGR_HSIDIV_Pos); in SystemCoreClockUpdate() 433 sysclk = HSI_VALUE >> ((RCC->HSICFGR & RCC_HSICFGR_HSIDIV) >> RCC_HSICFGR_HSIDIV_Pos); in SystemCoreClockUpdate()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_rcc.h | 185 #define LL_RCC_HSI_DIV_8 RCC_HSICFGR_HSIDIV 1844 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSIDIV, Divider); in LL_RCC_HSI_SetDivider() 1858 return (READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSIDIV)); in LL_RCC_HSI_GetDivider()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rcc.h | 1655 MODIFY_REG(RCC->HSICFGR, RCC_HSICFGR_HSIDIV, Divider); in LL_RCC_HSI_SetDivider() 1669 return (READ_BIT(RCC->HSICFGR, RCC_HSICFGR_HSIDIV)); in LL_RCC_HSI_GetDivider()
|
D | stm32mp1xx_hal_rcc.h | 2892 do{ MODIFY_REG( RCC->HSICFGR, RCC_HSICFGR_HSIDIV , (__RCC_HSIDIV__) );\ 2903 #define __HAL_RCC_GET_HSI_DIV() ((uint32_t)(RCC->HSICFGR & RCC_HSICFGR_HSIDIV ))
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rcc.c | 1627 pRCC_OscInitStruct->HSIDiv = (cfgr_value & RCC_HSICFGR_HSIDIV); in HAL_RCC_GetOscConfig()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_rcc.c | 385 CLEAR_BIT(RCC->HSICFGR, RCC_HSICFGR_HSIDIV); in HAL_RCC_DeInit()
|