Home
last modified time | relevance | path

Searched refs:CCSWVALR (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_system.h1149 …MODIFY_REG(SBS->CCSWVALR, SBS_CCSWVALR_XSPI2_SW_PSRC, (Compensation << SBS_CCSWVALR_XSPI2_SW_PSRC_… in LL_SBS_SetXSPI2SwPmosComp()
1159 …return (uint32_t)((READ_BIT(SBS->CCSWVALR, SBS_CCSWVALR_XSPI2_SW_PSRC)) >> SBS_CCSWVALR_XSPI2_SW_P… in LL_SBS_GetXSPI2SwPmosComp()
1170 …MODIFY_REG(SBS->CCSWVALR, SBS_CCSWVALR_XSPI2_SW_NSRC, (Compensation << SBS_CCSWVALR_XSPI2_SW_NSRC_… in LL_SBS_SetXSPI2SwNmosComp()
1180 …return (uint32_t)((READ_BIT(SBS->CCSWVALR, SBS_CCSWVALR_XSPI2_SW_NSRC)) >> SBS_CCSWVALR_XSPI2_SW_N… in LL_SBS_GetXSPI2SwNmosComp()
1191 …MODIFY_REG(SBS->CCSWVALR, SBS_CCSWVALR_XSPI1_SW_PSRC, (Compensation << SBS_CCSWVALR_XSPI1_SW_PSRC_… in LL_SBS_SetXSPI1SwPmosComp()
1201 …return (uint32_t)((READ_BIT(SBS->CCSWVALR, SBS_CCSWVALR_XSPI1_SW_PSRC)) >> SBS_CCSWVALR_XSPI1_SW_P… in LL_SBS_GetXSPI1SwPmosComp()
1212 …MODIFY_REG(SBS->CCSWVALR, SBS_CCSWVALR_XSPI1_SW_NSRC, (Compensation << SBS_CCSWVALR_XSPI1_SW_NSRC_… in LL_SBS_SetXSPI1SwNmosComp()
1222 …return (uint32_t)((READ_BIT(SBS->CCSWVALR, SBS_CCSWVALR_XSPI1_SW_NSRC)) >> SBS_CCSWVALR_XSPI1_SW_N… in LL_SBS_GetXSPI1SwNmosComp()
1233 MODIFY_REG(SBS->CCSWVALR, SBS_CCSWVALR_SW_PSRC, (Compensation << SBS_CCSWVALR_SW_PSRC_Pos)); in LL_SBS_SetIOSwPmosComp()
1243 return (uint32_t)((READ_BIT(SBS->CCSWVALR, SBS_CCSWVALR_SW_PSRC)) >> SBS_CCSWVALR_SW_PSRC_Pos); in LL_SBS_GetIOSwPmosComp()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal.c898 …MODIFY_REG(SBS->CCSWVALR, (0xFFU << offset), ((NmosValue << offset) | (PmosValue << (offset + 4U))… in HAL_SBS_ConfigCompensationCell()
931 reg = (*pCode == SBS_IO_CELL_CODE) ? (SBS->CCVALR) : (SBS->CCSWVALR); in HAL_SBS_GetCompensationCell()
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h1587 …__IO uint32_t CCSWVALR; /*!< SBS IO Compensation Cell Software Value register, Address of… member
Dstm32h7s7xx.h1784 …__IO uint32_t CCSWVALR; /*!< SBS IO Compensation Cell Software Value register, Address of… member
Dstm32h7s3xx.h1715 …__IO uint32_t CCSWVALR; /*!< SBS IO Compensation Cell Software Value register, Address of… member
Dstm32h7r7xx.h1654 …__IO uint32_t CCSWVALR; /*!< SBS IO Compensation Cell Software Value register, Address of… member