Searched refs:CCSWCR (Results 1 – 8 of 8) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_system.h | 1073 MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_APSRC1, PMOSCode << SBS_CCSWCR_SW_APSRC1_Pos); in LL_SBS_SetPMOSVddCompensationCode() 1083 return (uint32_t)(READ_BIT(SBS->CCSWCR, SBS_CCSWCR_SW_APSRC1)); in LL_SBS_GetPMOSVddCompensationCode() 1096 MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_APSRC2, PMOSCode << SBS_CCSWCR_SW_APSRC2_Pos); in LL_SBS_SetPMOSVddIOCompensationCode() 1106 return (uint32_t)(READ_BIT(SBS->CCSWCR, SBS_CCSWCR_SW_APSRC2)); in LL_SBS_GetPMOSVddIOCompensationCode() 1119 MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC1, NMOSCode << SBS_CCSWCR_SW_ANSRC1_Pos); in LL_SBS_SetNMOSVddCompensationCode() 1129 return (uint32_t)(READ_BIT(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC1)); in LL_SBS_GetNMOSVddCompensationCode() 1142 MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC2, NMOSCode << SBS_CCSWCR_SW_ANSRC2_Pos); in LL_SBS_SetNMOSVddIOCompensationCode() 1153 return (uint32_t)(READ_BIT(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC2)); in LL_SBS_GetNMOSVddIOCompensationCode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal.c | 825 …MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC1 | SBS_CCSWCR_SW_APSRC1, (((uint32_t)(SBS_PMOSCode) <<… in HAL_SBS_VDDCompensationCodeConfig() 844 …MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_ANSRC2 | SBS_CCSWCR_SW_APSRC2, (((uint32_t)(SBS_PMOSCode) <<… in HAL_SBS_VDDIOCompensationCodeConfig()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 911 …__IO uint32_t CCSWCR; /*!< SBS Compensation Cell for I/Os sw code Register, Address offset… member
|
D | stm32h523xx.h | 1091 …__IO uint32_t CCSWCR; /*!< SBS Compensation Cell for I/Os sw code Register, Address offset… member
|
D | stm32h562xx.h | 1160 …__IO uint32_t CCSWCR; /*!< SBS Compensation Cell for I/Os sw code Register, Address offset… member
|
D | stm32h533xx.h | 1155 …__IO uint32_t CCSWCR; /*!< SBS Compensation Cell for I/Os sw code Register, Address offset… member
|
D | stm32h573xx.h | 1402 …__IO uint32_t CCSWCR; /*!< SBS Compensation Cell for I/Os sw code Register, Address offset… member
|
D | stm32h563xx.h | 1338 …__IO uint32_t CCSWCR; /*!< SBS Compensation Cell for I/Os sw code Register, Address offset… member
|