Home
last modified time | relevance | path

Searched refs:IC11CFGR (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c1065 WRITE_REG(RCC->IC11CFGR, pRCC_ClkInitStruct->IC11Selection.ClockSelection | \ in HAL_RCC_ClockConfig()
1831 cfgr_value = RCC->IC11CFGR; in HAL_RCC_GetClockConfig()
Dstm32n6xx_ll_rcc.c262 WRITE_REG(RCC->IC11CFGR, 0x00030000U); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h7196 MODIFY_REG(RCC->IC11CFGR, RCC_IC11CFGR_IC11SEL, Source); in LL_RCC_IC11_SetSource()
7210 return (uint32_t)(READ_BIT(RCC->IC11CFGR, RCC_IC11CFGR_IC11SEL)); in LL_RCC_IC11_GetSource()
7221 MODIFY_REG(RCC->IC11CFGR, RCC_IC11CFGR_IC11INT, (Divider - 1UL) << RCC_IC11CFGR_IC11INT_Pos); in LL_RCC_IC11_SetDivider()
7231 return ((READ_BIT(RCC->IC11CFGR, RCC_IC11CFGR_IC11INT) >> RCC_IC11CFGR_IC11INT_Pos) + 1UL); in LL_RCC_IC11_GetDivider()
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h1957 …__IO uint32_t IC11CFGR; /*!< RCC IC11 configuration register … member
Dstm32n657xx.h2083 …__IO uint32_t IC11CFGR; /*!< RCC IC11 configuration register … member
Dstm32n655xx.h2055 …__IO uint32_t IC11CFGR; /*!< RCC IC11 configuration register … member
Dstm32n647xx.h1985 …__IO uint32_t IC11CFGR; /*!< RCC IC11 configuration register … member