Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rcc.c1063 WRITE_REG(RCC->IC6CFGR, pRCC_ClkInitStruct->IC6Selection.ClockSelection | \ in HAL_RCC_ClockConfig()
1826 cfgr_value = RCC->IC6CFGR; in HAL_RCC_GetClockConfig()
Dstm32n6xx_ll_rcc.c257 WRITE_REG(RCC->IC6CFGR, 0x00030000U); in LL_RCC_DeInit()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rcc.h6796 MODIFY_REG(RCC->IC6CFGR, RCC_IC6CFGR_IC6SEL, Source); in LL_RCC_IC6_SetSource()
6810 return (uint32_t)(READ_BIT(RCC->IC6CFGR, RCC_IC6CFGR_IC6SEL)); in LL_RCC_IC6_GetSource()
6821 MODIFY_REG(RCC->IC6CFGR, RCC_IC6CFGR_IC6INT, (Divider - 1UL) << RCC_IC6CFGR_IC6INT_Pos); in LL_RCC_IC6_SetDivider()
6831 return ((READ_BIT(RCC->IC6CFGR, RCC_IC6CFGR_IC6INT) >> RCC_IC6CFGR_IC6INT_Pos) + 1UL); in LL_RCC_IC6_GetDivider()
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h1952 …__IO uint32_t IC6CFGR; /*!< RCC IC6 configuration register … member
Dstm32n657xx.h2078 …__IO uint32_t IC6CFGR; /*!< RCC IC6 configuration register … member
Dstm32n655xx.h2050 …__IO uint32_t IC6CFGR; /*!< RCC IC6 configuration register … member
Dstm32n647xx.h1980 …__IO uint32_t IC6CFGR; /*!< RCC IC6 configuration register … member