Searched refs:MSICFGR (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | system_stm32n6xx_s.c | 287 if (READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSIFREQSEL) == 0UL) in SystemCoreClockUpdate() 379 if (READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSIFREQSEL) == 0UL) in SystemCoreClockUpdate()
|
D | system_stm32n6xx_fsbl.c | 344 if (READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSIFREQSEL) == 0UL) in SystemCoreClockUpdate() 436 if (READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSIFREQSEL) == 0UL) in SystemCoreClockUpdate()
|
D | stm32n645xx.h | 1925 …__IO uint32_t MSICFGR; /*!< RCC MSI configuration register … member
|
D | stm32n657xx.h | 2051 …__IO uint32_t MSICFGR; /*!< RCC MSI configuration register … member
|
D | stm32n655xx.h | 2023 …__IO uint32_t MSICFGR; /*!< RCC MSI configuration register … member
|
D | stm32n647xx.h | 1953 …__IO uint32_t MSICFGR; /*!< RCC MSI configuration register … member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_rcc.h | 1976 MODIFY_REG(RCC->MSICFGR, RCC_MSICFGR_MSIFREQSEL, Value); in LL_RCC_MSI_SetFrequency() 1988 return (READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSIFREQSEL)); in LL_RCC_MSI_GetFrequency() 2001 return (uint32_t)(READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSICAL) >> RCC_MSICFGR_MSICAL_Pos); in LL_RCC_MSI_GetCalibration() 2015 MODIFY_REG(RCC->MSICFGR, RCC_MSICFGR_MSITRIM, Value << RCC_MSICFGR_MSITRIM_Pos); in LL_RCC_MSI_SetCalibTrimming() 2025 return (uint32_t)(READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSITRIM) >> RCC_MSICFGR_MSITRIM_Pos); in LL_RCC_MSI_GetCalibTrimming()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rcc.c | 315 CLEAR_REG(RCC->MSICFGR); in HAL_RCC_DeInit() 1612 cfgr_value = RCC->MSICFGR; in HAL_RCC_GetOscConfig()
|
D | stm32n6xx_ll_rcc.c | 220 CLEAR_REG(RCC->MSICFGR); in LL_RCC_DeInit()
|