Home
last modified time | relevance | path

Searched refs:SBS_CompCode (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal.c741 void HAL_SBS_VDDCompensationCodeSelect(uint32_t SBS_CompCode) in HAL_SBS_VDDCompensationCodeSelect() argument
744 assert_param(IS_SBS_VDD_CODE_SELECT(SBS_CompCode)); in HAL_SBS_VDDCompensationCodeSelect()
745 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_CS1, (uint32_t)(SBS_CompCode)); in HAL_SBS_VDDCompensationCodeSelect()
756 void HAL_SBS_VDDIOCompensationCodeSelect(uint32_t SBS_CompCode) in HAL_SBS_VDDIOCompensationCodeSelect() argument
759 assert_param(IS_SBS_VDDIO_CODE_SELECT(SBS_CompCode)); in HAL_SBS_VDDIOCompensationCodeSelect()
760 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_CS2, (uint32_t)(SBS_CompCode)); in HAL_SBS_VDDIOCompensationCodeSelect()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal.h785 void HAL_SBS_VDDCompensationCodeSelect(uint32_t SBS_CompCode);
786 void HAL_SBS_VDDIOCompensationCodeSelect(uint32_t SBS_CompCode);