Searched refs:VDDCCCR (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal.c | 1809 MODIFY_REG(SYSCFG->VDDCCCR, 0xFFU, ((NmosValue | (PmosValue << (4U))) | SYSCFG_VDDCCCR_CS)); in HAL_SYSCFG_ConfigVDDCompensationCell() 1815 MODIFY_REG(SYSCFG->VDDCCCR, 0x200U, 0U); in HAL_SYSCFG_ConfigVDDCompensationCell() 1827 SET_BIT(SYSCFG->VDDCCCR, SYSCFG_VDDCCCR_EN); in HAL_SYSCFG_EnableVDDCompensationCell() 1836 CLEAR_BIT(SYSCFG->VDDCCCR, SYSCFG_VDDCCCR_EN); in HAL_SYSCFG_DisableVDDCompensationCell() 1862 values = READ_REG(SYSCFG->VDDCCCR) & 0xFFU; in HAL_SYSCFG_GetVDDCompensationCell()
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 2597 …__IO uint32_t VDDCCCR; /*!< SYSCFG VDD compensation cell control register, … member
|
D | stm32n657xx.h | 2753 …__IO uint32_t VDDCCCR; /*!< SYSCFG VDD compensation cell control register, … member
|
D | stm32n655xx.h | 2724 …__IO uint32_t VDDCCCR; /*!< SYSCFG VDD compensation cell control register, … member
|
D | stm32n647xx.h | 2626 …__IO uint32_t VDDCCCR; /*!< SYSCFG VDD compensation cell control register, … member
|