Searched refs:CCSWCR (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_system.h | 1082 MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_APSRC1, PMOSCode << SBS_CCSWCR_SW_APSRC1_Pos); in LL_SBS_SetPMOSVddCompensationCode() 1092 return (uint32_t)(READ_BIT(SBS->CCSWCR, SBS_CCSWCR_SW_APSRC1)); in LL_SBS_GetPMOSVddCompensationCode() 1105 MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_APSRC2, PMOSCode << SBS_CCSWCR_SW_APSRC2_Pos); in LL_SBS_SetPMOSVddIOCompensationCode() 1116 return (uint32_t)(READ_BIT(SBS->CCSWCR, SBS_CCSWCR_SW_APSRC2)); in LL_SBS_GetPMOSVddIOCompensationCode() 1129 MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC1, NMOSCode << SBS_CCSWCR_SW_ANSRC1_Pos); in LL_SBS_SetNMOSVddCompensationCode() 1139 return (uint32_t)(READ_BIT(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC1)); in LL_SBS_GetNMOSVddCompensationCode() 1152 MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC2, NMOSCode << SBS_CCSWCR_SW_ANSRC2_Pos); in LL_SBS_SetNMOSVddIOCompensationCode() 1163 return (uint32_t)(READ_BIT(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC2)); in LL_SBS_GetNMOSVddIOCompensationCode()
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal.c | 794 …MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC1 | SBS_CCSWCR_SW_APSRC1, (((uint32_t)(SBS_PMOSCode) <<… in HAL_SBS_VDDCompensationCodeConfig() 813 …MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC2 | SBS_CCSWCR_SW_APSRC2, (((uint32_t)(SBS_PMOSCode) <<… in HAL_SBS_VDDIOCompensationCodeConfig()
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 912 …__IO uint32_t CCSWCR; /*!< SBS Compensation Cell for I/Os sw code Register, Address offset… member
|
D | stm32h562xx.h | 1145 …__IO uint32_t CCSWCR; /*!< SBS Compensation Cell for I/Os sw code Register, Address offset… member
|
D | stm32h563xx.h | 1323 …__IO uint32_t CCSWCR; /*!< SBS Compensation Cell for I/Os sw code Register, Address offset… member
|
D | stm32h573xx.h | 1400 …__IO uint32_t CCSWCR; /*!< SBS Compensation Cell for I/Os sw code Register, Address offset… member
|