Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_system.h1147 __STATIC_INLINE void LL_SBS_SetXSPI2SwPmosComp(uint32_t Compensation) in LL_SBS_SetXSPI2SwPmosComp() argument
1149 …MODIFY_REG(SBS->CCSWVALR, SBS_CCSWVALR_XSPI2_SW_PSRC, (Compensation << SBS_CCSWVALR_XSPI2_SW_PSRC_… in LL_SBS_SetXSPI2SwPmosComp()
1168 __STATIC_INLINE void LL_SBS_SetXSPI2SwNmosComp(uint32_t Compensation) in LL_SBS_SetXSPI2SwNmosComp() argument
1170 …MODIFY_REG(SBS->CCSWVALR, SBS_CCSWVALR_XSPI2_SW_NSRC, (Compensation << SBS_CCSWVALR_XSPI2_SW_NSRC_… in LL_SBS_SetXSPI2SwNmosComp()
1189 __STATIC_INLINE void LL_SBS_SetXSPI1SwPmosComp(uint32_t Compensation) in LL_SBS_SetXSPI1SwPmosComp() argument
1191 …MODIFY_REG(SBS->CCSWVALR, SBS_CCSWVALR_XSPI1_SW_PSRC, (Compensation << SBS_CCSWVALR_XSPI1_SW_PSRC_… in LL_SBS_SetXSPI1SwPmosComp()
1210 __STATIC_INLINE void LL_SBS_SetXSPI1SwNmosComp(uint32_t Compensation) in LL_SBS_SetXSPI1SwNmosComp() argument
1212 …MODIFY_REG(SBS->CCSWVALR, SBS_CCSWVALR_XSPI1_SW_NSRC, (Compensation << SBS_CCSWVALR_XSPI1_SW_NSRC_… in LL_SBS_SetXSPI1SwNmosComp()
1231 __STATIC_INLINE void LL_SBS_SetIOSwPmosComp(uint32_t Compensation) in LL_SBS_SetIOSwPmosComp() argument
1233 MODIFY_REG(SBS->CCSWVALR, SBS_CCSWVALR_SW_PSRC, (Compensation << SBS_CCSWVALR_SW_PSRC_Pos)); in LL_SBS_SetIOSwPmosComp()
[all …]