Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c1061 WRITE_REG(RCC->IC2CFGR, pRCC_ClkInitStruct->IC2Selection.ClockSelection | \ in HAL_RCC_ClockConfig()
1821 cfgr_value = RCC->IC2CFGR; in HAL_RCC_GetClockConfig()
Dstm32n6xx_ll_rcc.c253 WRITE_REG(RCC->IC2CFGR, 0x00030000U); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h6476 MODIFY_REG(RCC->IC2CFGR, RCC_IC2CFGR_IC2SEL, Source); in LL_RCC_IC2_SetSource()
6490 return (uint32_t)(READ_BIT(RCC->IC2CFGR, RCC_IC2CFGR_IC2SEL)); in LL_RCC_IC2_GetSource()
6501 MODIFY_REG(RCC->IC2CFGR, RCC_IC2CFGR_IC2INT, (Divider - 1UL) << RCC_IC2CFGR_IC2INT_Pos); in LL_RCC_IC2_SetDivider()
6511 return ((READ_BIT(RCC->IC2CFGR, RCC_IC2CFGR_IC2INT) >> RCC_IC2CFGR_IC2INT_Pos) + 1UL); in LL_RCC_IC2_GetDivider()
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h1948 …__IO uint32_t IC2CFGR; /*!< RCC IC2 configuration register … member
Dstm32n657xx.h2074 …__IO uint32_t IC2CFGR; /*!< RCC IC2 configuration register … member
Dstm32n655xx.h2046 …__IO uint32_t IC2CFGR; /*!< RCC IC2 configuration register … member
Dstm32n647xx.h1976 …__IO uint32_t IC2CFGR; /*!< RCC IC2 configuration register … member