Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal.c770 void HAL_SBS_VDDCompensationCodeSelect(uint32_t SBS_CompCode) in HAL_SBS_VDDCompensationCodeSelect() argument
773 assert_param(IS_SBS_VDD_CODE_SELECT(SBS_CompCode)); in HAL_SBS_VDDCompensationCodeSelect()
774 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_CS1, (uint32_t)(SBS_CompCode)); in HAL_SBS_VDDCompensationCodeSelect()
785 void HAL_SBS_VDDIOCompensationCodeSelect(uint32_t SBS_CompCode) in HAL_SBS_VDDIOCompensationCodeSelect() argument
788 assert_param(IS_SBS_VDDIO_CODE_SELECT(SBS_CompCode)); in HAL_SBS_VDDIOCompensationCodeSelect()
789 MODIFY_REG(SBS->CCCSR, SBS_CCCSR_CS2, (uint32_t)(SBS_CompCode)); in HAL_SBS_VDDIOCompensationCodeSelect()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal.h790 void HAL_SBS_VDDCompensationCodeSelect(uint32_t SBS_CompCode);
791 void HAL_SBS_VDDIOCompensationCodeSelect(uint32_t SBS_CompCode);