Home
last modified time | relevance | path

Searched refs:RCC_MSICFGR_MSIFREQSEL (Results 1 – 8 of 8) 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.h25284 #define RCC_MSICFGR_MSIFREQSEL RCC_MSICFGR_MSIFREQSEL_Msk /*!< MSI oscil… macro
Dstm32n657xx.h26433 #define RCC_MSICFGR_MSIFREQSEL RCC_MSICFGR_MSIFREQSEL_Msk /*!< MSI oscil… macro
Dstm32n655xx.h26191 #define RCC_MSICFGR_MSIFREQSEL RCC_MSICFGR_MSIFREQSEL_Msk /*!< MSI oscil… macro
Dstm32n647xx.h25526 #define RCC_MSICFGR_MSIFREQSEL RCC_MSICFGR_MSIFREQSEL_Msk /*!< MSI oscil… macro
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h194 #define LL_RCC_MSI_FREQ_16MHZ RCC_MSICFGR_MSIFREQSEL
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()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c1613 pRCC_OscInitStruct->MSIFrequency = (cfgr_value & RCC_MSICFGR_MSIFREQSEL); in HAL_RCC_GetOscConfig()