Searched refs:CCVALR (Results 1 – 14 of 14) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_system.h | 1088 return (uint32_t)((READ_BIT(SBS->CCVALR, SBS_CCVALR_XSPI2_PSRC)) >> SBS_CCVALR_XSPI2_PSRC_Pos); in LL_SBS_GetXSPI2PmosComp() 1098 return (uint32_t)((READ_BIT(SBS->CCVALR, SBS_CCVALR_XSPI2_NSRC)) >> SBS_CCVALR_XSPI2_NSRC_Pos); in LL_SBS_GetXSPI2NmosComp() 1108 return (uint32_t)((READ_BIT(SBS->CCVALR, SBS_CCVALR_XSPI1_PSRC)) >> SBS_CCVALR_XSPI1_PSRC_Pos); in LL_SBS_GetXSPI1PmosComp() 1118 return (uint32_t)((READ_BIT(SBS->CCVALR, SBS_CCVALR_XSPI1_NSRC)) >> SBS_CCVALR_XSPI1_NSRC_Pos); in LL_SBS_GetXSPI1NmosComp() 1128 return (uint32_t)((READ_BIT(SBS->CCVALR, SBS_CCVALR_PSRC)) >> SBS_CCVALR_PSRC_Pos); in LL_SBS_GetIOPmosComp() 1138 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_NSRC)); in LL_SBS_GetIONmosComp()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal.c | 854 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_ANSRC1)); in HAL_SBS_GetNMOSVddCompensationValue() 863 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_APSRC1) >> SBS_CCVALR_APSRC1_Pos); in HAL_SBS_GetPMOSVddCompensationValue() 872 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_ANSRC2) >> SBS_CCVALR_ANSRC2_Pos); in HAL_SBS_GetNMOSVddIO2CompensationValue() 882 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_APSRC2) >> SBS_CCVALR_APSRC2_Pos); in HAL_SBS_GetPMOSVddIO2CompensationValue()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_system.h | 1030 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_APSRC1)); in LL_SBS_GetPMOSVddCompensationValue() 1040 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_ANSRC1)); in LL_SBS_GetNMOSVddCompensationValue() 1050 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_APSRC2)); in LL_SBS_GetPMOSVddIO2CompensationValue() 1060 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_ANSRC2)); in LL_SBS_GetNMOSVddIO2CompensationValue()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal.c | 931 reg = (*pCode == SBS_IO_CELL_CODE) ? (SBS->CCVALR) : (SBS->CCSWVALR); in HAL_SBS_GetCompensationCell()
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 910 …__IO uint32_t CCVALR; /*!< SBS Compensation Cell Value Register, Address offset… member
|
D | stm32h523xx.h | 1090 …__IO uint32_t CCVALR; /*!< SBS Compensation Cell Value Register, Address offset… member
|
D | stm32h562xx.h | 1159 …__IO uint32_t CCVALR; /*!< SBS Compensation Cell Value Register, Address offset… member
|
D | stm32h533xx.h | 1154 …__IO uint32_t CCVALR; /*!< SBS Compensation Cell Value Register, Address offset… member
|
D | stm32h573xx.h | 1401 …__IO uint32_t CCVALR; /*!< SBS Compensation Cell Value Register, Address offset… member
|
D | stm32h563xx.h | 1337 …__IO uint32_t CCVALR; /*!< SBS Compensation Cell Value Register, Address offset… member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 1586 …__IO uint32_t CCVALR; /*!< SBS IO Compensation Cell Value register, Address of… member
|
D | stm32h7s7xx.h | 1783 …__IO uint32_t CCVALR; /*!< SBS IO Compensation Cell Value register, Address of… member
|
D | stm32h7s3xx.h | 1714 …__IO uint32_t CCVALR; /*!< SBS IO Compensation Cell Value register, Address of… member
|
D | stm32h7r7xx.h | 1653 …__IO uint32_t CCVALR; /*!< SBS IO Compensation Cell Value register, Address of… member
|