Searched refs:CCCSR (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
D | stm32h5xx_hal.c | 697 SET_BIT(SBS->CCCSR, SBS_CCCSR_EN1) ; in HAL_SBS_EnableVddIO1CompensationCell() 708 CLEAR_BIT(SBS->CCCSR, SBS_CCCSR_EN1); in HAL_SBS_DisableVddIO1CompensationCell() 719 SET_BIT(SBS->CCCSR, SBS_CCCSR_EN2) ; in HAL_SBS_EnableVddIO2CompensationCell() 730 CLEAR_BIT(SBS->CCCSR, SBS_CCCSR_EN2); in HAL_SBS_DisableVddIO2CompensationCell() 745 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_CS1, (uint32_t)(SBS_CompCode)); in HAL_SBS_VDDCompensationCodeSelect() 760 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_CS2, (uint32_t)(SBS_CompCode)); in HAL_SBS_VDDIOCompensationCodeSelect() 770 return ((READ_BIT(SBS->CCCSR, SBS_CCCSR_RDY1) == SBS_CCCSR_RDY1) ? 1UL : 0UL); in HAL_SBS_GetVddIO1CompensationCellReadyFlag() 780 return ((READ_BIT(SBS->CCCSR, SBS_CCCSR_RDY2) == SBS_CCCSR_RDY2) ? 1UL : 0UL); in HAL_SBS_GetVddIO2CompensationCellReadyFlag()
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/Device/Include/ |
D | stm32u585xx.h | 1241 …__IO uint32_t CCCSR; /*!< SYSCFG Conpensaion Cell Control&Status register, Address offset: … member
|
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/Device/Include/ |
D | stm32h573xx.h | 1397 …__IO uint32_t CCCSR; /*!< SBS Compensation Cell Control & Status Register, Address offset… member
|