Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dsystem_stm32wb0x.c289 …MODIFY_REG(PWR->ENGTRIM, PWR_ENGTRIM_SMPS_TRIM, ((smpsOutVoltage << PWR_ENGTRIM_SMPS_TRIM_Pos) & P… in SystemInit()
Dstm32wb05.h3615 #define PWR_ENGTRIM_SMPS_TRIM PWR_ENGTRIM_SMPS_TRIM_Msk macro
Dstm32wb07.h3907 #define PWR_ENGTRIM_SMPS_TRIM PWR_ENGTRIM_SMPS_TRIM_Msk macro
Dstm32wb09.h3661 #define PWR_ENGTRIM_SMPS_TRIM PWR_ENGTRIM_SMPS_TRIM_Msk macro
Dstm32wb06.h3907 #define PWR_ENGTRIM_SMPS_TRIM PWR_ENGTRIM_SMPS_TRIM_Msk macro
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_pwr.h2985 …MODIFY_REG(PWR->ENGTRIM, PWR_ENGTRIM_SMPS_TRIM, ((trim << PWR_ENGTRIM_SMPS_TRIM_Pos) & PWR_ENGTRIM… in LL_PWR_SetSMPSTrim()
2998 return (uint32_t)(READ_BIT(PWR->ENGTRIM, PWR_ENGTRIM_SMPS_TRIM) >> PWR_ENGTRIM_SMPS_TRIM_Pos); in LL_PWR_GetSMPSTrim()