Searched refs:SBS_CompCode (Results 1 – 2 of 2) sorted by relevance
770 void HAL_SBS_VDDCompensationCodeSelect(uint32_t SBS_CompCode) in HAL_SBS_VDDCompensationCodeSelect() argument773 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() argument788 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()
790 void HAL_SBS_VDDCompensationCodeSelect(uint32_t SBS_CompCode);791 void HAL_SBS_VDDIOCompensationCodeSelect(uint32_t SBS_CompCode);