Home
last modified time | relevance | path

Searched refs:MSICFGR (Results 1 – 9 of 9) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dsystem_stm32n6xx_s.c287 if (READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSIFREQSEL) == 0UL) in SystemCoreClockUpdate()
379 if (READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSIFREQSEL) == 0UL) in SystemCoreClockUpdate()
Dsystem_stm32n6xx_fsbl.c344 if (READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSIFREQSEL) == 0UL) in SystemCoreClockUpdate()
436 if (READ_BIT(RCC->MSICFGR, RCC_MSICFGR_MSIFREQSEL) == 0UL) in SystemCoreClockUpdate()
Dstm32n645xx.h1925 …__IO uint32_t MSICFGR; /*!< RCC MSI configuration register … member
Dstm32n657xx.h2051 …__IO uint32_t MSICFGR; /*!< RCC MSI configuration register … member
Dstm32n655xx.h2023 …__IO uint32_t MSICFGR; /*!< RCC MSI configuration register … member
Dstm32n647xx.h1953 …__IO uint32_t MSICFGR; /*!< RCC MSI configuration register … member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h1976 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/
Dstm32n6xx_hal_rcc.c315 CLEAR_REG(RCC->MSICFGR); in HAL_RCC_DeInit()
1612 cfgr_value = RCC->MSICFGR; in HAL_RCC_GetOscConfig()
Dstm32n6xx_ll_rcc.c220 CLEAR_REG(RCC->MSICFGR); in LL_RCC_DeInit()