Searched refs:CCVALR (Results 1 – 6 of 6) sorted by relevance
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal.c | 828 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_ANSRC1)); in HAL_SBS_GetNMOSVddCompensationValue() 838 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_APSRC1) >> SBS_CCVALR_APSRC1_Pos); in HAL_SBS_GetPMOSVddCompensationValue() 848 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_ANSRC2) >> SBS_CCVALR_ANSRC2_Pos); in HAL_SBS_GetNMOSVddIO2CompensationValue() 859 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_APSRC2) >> SBS_CCVALR_APSRC2_Pos); in HAL_SBS_GetPMOSVddIO2CompensationValue()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_system.h | 980 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_APSRC1)); in LL_SBS_GetPMOSVddCompensationValue() 990 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_ANSRC1)); in LL_SBS_GetNMOSVddCompensationValue() 1000 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_APSRC2)); in LL_SBS_GetPMOSVddIO2CompensationValue() 1010 return (uint32_t)(READ_BIT(SBS->CCVALR, SBS_CCVALR_ANSRC2)); in LL_SBS_GetNMOSVddIO2CompensationValue()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 911 …__IO uint32_t CCVALR; /*!< SBS Compensation Cell Value Register, Address offset… member
|
D | stm32h562xx.h | 1144 …__IO uint32_t CCVALR; /*!< SBS Compensation Cell Value Register, Address offset… member
|
D | stm32h563xx.h | 1322 …__IO uint32_t CCVALR; /*!< SBS Compensation Cell Value Register, Address offset… member
|
D | stm32h573xx.h | 1399 …__IO uint32_t CCVALR; /*!< SBS Compensation Cell Value Register, Address offset… member
|