Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_system.h1081 __STATIC_INLINE void LL_SYSCFG_SetPMOSVddCompensationCode(uint32_t PMOSCode) in LL_SYSCFG_SetPMOSVddCompensationCode() argument
1083 MODIFY_REG(SYSCFG->CCCR, SYSCFG_CCCR_PCC1, PMOSCode << SYSCFG_CCCR_PCC1_Pos); in LL_SYSCFG_SetPMOSVddCompensationCode()
1104 __STATIC_INLINE void LL_SYSCFG_SetPMOSVddIO2CompensationCode(uint32_t PMOSCode) in LL_SYSCFG_SetPMOSVddIO2CompensationCode() argument
1106 MODIFY_REG(SYSCFG->CCCR, SYSCFG_CCCR_PCC2, PMOSCode << SYSCFG_CCCR_PCC2_Pos); in LL_SYSCFG_SetPMOSVddIO2CompensationCode()
1128 __STATIC_INLINE void LL_SYSCFG_SetPMOSVddHSPICompensationCode(uint32_t PMOSCode) in LL_SYSCFG_SetPMOSVddHSPICompensationCode() argument
1130 MODIFY_REG(SYSCFG->CCCR, SYSCFG_CCCR_PCC3, PMOSCode << SYSCFG_CCCR_PCC3_Pos); in LL_SYSCFG_SetPMOSVddHSPICompensationCode()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_system.h651 __STATIC_INLINE void LL_SYSCFG_SetPMOSVddCompensationCode(uint32_t PMOSCode) in LL_SYSCFG_SetPMOSVddCompensationCode() argument
653 MODIFY_REG(SYSCFG->CCCR, SYSCFG_CCCR_PCC1, PMOSCode << SYSCFG_CCCR_PCC1_Pos); in LL_SYSCFG_SetPMOSVddCompensationCode()
789 __STATIC_INLINE void LL_SYSCFG_SetPMOSVddIO2CompensationCode(uint32_t PMOSCode) in LL_SYSCFG_SetPMOSVddIO2CompensationCode() argument
791 MODIFY_REG(SYSCFG->CCCR, SYSCFG_CCCR_PCC2, PMOSCode << SYSCFG_CCCR_PCC2_Pos); in LL_SYSCFG_SetPMOSVddIO2CompensationCode()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_system.h1071 __STATIC_INLINE void LL_SBS_SetPMOSVddCompensationCode(uint32_t PMOSCode) in LL_SBS_SetPMOSVddCompensationCode() argument
1073 MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_APSRC1, PMOSCode << SBS_CCSWCR_SW_APSRC1_Pos); in LL_SBS_SetPMOSVddCompensationCode()
1094 __STATIC_INLINE void LL_SBS_SetPMOSVddIOCompensationCode(uint32_t PMOSCode) in LL_SBS_SetPMOSVddIOCompensationCode() argument
1096 MODIFY_REG(SBS->CCSWCR, SBS_CCSWCR_SW_APSRC2, PMOSCode << SBS_CCSWCR_SW_APSRC2_Pos); in LL_SBS_SetPMOSVddIOCompensationCode()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_system.h1046 __STATIC_INLINE void LL_SYSCFG_SetPMOSCompensationCode(uint32_t PMOSCode) in LL_SYSCFG_SetPMOSCompensationCode() argument
1048 MODIFY_REG(SYSCFG->CCCR, SYSCFG_CCCR_PCC, PMOSCode); in LL_SYSCFG_SetPMOSCompensationCode()
1071 __STATIC_INLINE void LL_SYSCFG_MMCSetPMOSCompensationCode(uint32_t PMOSCode) in LL_SYSCFG_MMCSetPMOSCompensationCode() argument
1073 MODIFY_REG(SYSCFG->CCCR, SYSCFG_CCCR_PCC_MMC, PMOSCode); in LL_SYSCFG_MMCSetPMOSCompensationCode()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_system.h816 __STATIC_INLINE void LL_SYSCFG_SetPMOSCompensationCode(uint32_t PMOSCode) in LL_SYSCFG_SetPMOSCompensationCode() argument
818 MODIFY_REG(SYSCFG->CMPCR, SYSCFG_CMPCR_RAPSRC, PMOSCode); in LL_SYSCFG_SetPMOSCompensationCode()