Lines Matching refs:i32Vddf
1015 int32_t i32Vddf = MCUCTRL->SIMOBUCK1_b.MEMACTIVETRIM; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj() local
1016 i32ActualCode = i32Vddf; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj()
1017 i32Vddf += vddx_code; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj()
1022 if (i32Vddf < 0) in am_hal_pwrctrl_simobuck_vddx_active_trim_adj()
1024 i32Vddf = 0; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj()
1026 … else if (i32Vddf > (MCUCTRL_SIMOBUCK1_MEMACTIVETRIM_Msk >> MCUCTRL_SIMOBUCK1_MEMACTIVETRIM_Pos)) in am_hal_pwrctrl_simobuck_vddx_active_trim_adj()
1028 i32Vddf = (MCUCTRL_SIMOBUCK1_MEMACTIVETRIM_Msk >> MCUCTRL_SIMOBUCK1_MEMACTIVETRIM_Pos); in am_hal_pwrctrl_simobuck_vddx_active_trim_adj()
1031 i32ActualCode = i32Vddf - i32ActualCode; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj()
1032 MCUCTRL->SIMOBUCK1_b.MEMACTIVETRIM = i32Vddf; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj()
1079 int32_t i32Vddf = MCUCTRL->LDOREG2_b.MEMLDOACTIVETRIM; in am_hal_pwrctrl_ldo_vddx_active_trim_adj() local
1080 i32ActualCode = i32Vddf; in am_hal_pwrctrl_ldo_vddx_active_trim_adj()
1081 i32Vddf += vddx_code; in am_hal_pwrctrl_ldo_vddx_active_trim_adj()
1086 if (i32Vddf < 0) in am_hal_pwrctrl_ldo_vddx_active_trim_adj()
1088 i32Vddf = 0; in am_hal_pwrctrl_ldo_vddx_active_trim_adj()
1090 … else if (i32Vddf > (MCUCTRL_LDOREG2_MEMLDOACTIVETRIM_Msk >> MCUCTRL_LDOREG2_MEMLDOACTIVETRIM_Pos)) in am_hal_pwrctrl_ldo_vddx_active_trim_adj()
1092 … i32Vddf = (MCUCTRL_LDOREG2_MEMLDOACTIVETRIM_Msk >> MCUCTRL_LDOREG2_MEMLDOACTIVETRIM_Pos); in am_hal_pwrctrl_ldo_vddx_active_trim_adj()
1095 i32ActualCode = i32Vddf - i32ActualCode; in am_hal_pwrctrl_ldo_vddx_active_trim_adj()
1096 MCUCTRL->LDOREG2_b.MEMLDOACTIVETRIM = i32Vddf; in am_hal_pwrctrl_ldo_vddx_active_trim_adj()
1152 int32_t i32Vddf = simobuck_vddx_default_trim_get(AM_HAL_BURST_VDDF); in am_hal_pwrctrl_simobuck_vddx_active_trim_adj_default() local
1153 i32ActualCode = i32Vddf; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj_default()
1154 i32Vddf += vddx_code; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj_default()
1159 if (i32Vddf < 0) in am_hal_pwrctrl_simobuck_vddx_active_trim_adj_default()
1161 i32Vddf = 0; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj_default()
1163 … else if (i32Vddf > (MCUCTRL_SIMOBUCK1_MEMACTIVETRIM_Msk >> MCUCTRL_SIMOBUCK1_MEMACTIVETRIM_Pos)) in am_hal_pwrctrl_simobuck_vddx_active_trim_adj_default()
1165 i32Vddf = (MCUCTRL_SIMOBUCK1_MEMACTIVETRIM_Msk >> MCUCTRL_SIMOBUCK1_MEMACTIVETRIM_Pos); in am_hal_pwrctrl_simobuck_vddx_active_trim_adj_default()
1168 i32ActualCode = i32Vddf - i32ActualCode; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj_default()
1169 MCUCTRL->SIMOBUCK1_b.MEMACTIVETRIM = i32Vddf; in am_hal_pwrctrl_simobuck_vddx_active_trim_adj_default()
1225 int32_t i32Vddf = ldo_vddx_default_trim_get(AM_HAL_BURST_VDDF); in am_hal_pwrctrl_ldo_vddx_active_trim_adj_default() local
1226 i32ActualCode = i32Vddf; in am_hal_pwrctrl_ldo_vddx_active_trim_adj_default()
1227 i32Vddf += vddx_code; in am_hal_pwrctrl_ldo_vddx_active_trim_adj_default()
1232 if (i32Vddf < 0) in am_hal_pwrctrl_ldo_vddx_active_trim_adj_default()
1234 i32Vddf = 0; in am_hal_pwrctrl_ldo_vddx_active_trim_adj_default()
1236 … else if (i32Vddf > (MCUCTRL_LDOREG2_MEMLDOACTIVETRIM_Msk >> MCUCTRL_LDOREG2_MEMLDOACTIVETRIM_Pos)) in am_hal_pwrctrl_ldo_vddx_active_trim_adj_default()
1238 … i32Vddf = (MCUCTRL_LDOREG2_MEMLDOACTIVETRIM_Msk >> MCUCTRL_LDOREG2_MEMLDOACTIVETRIM_Pos); in am_hal_pwrctrl_ldo_vddx_active_trim_adj_default()
1241 i32ActualCode = i32Vddf - i32ActualCode; in am_hal_pwrctrl_ldo_vddx_active_trim_adj_default()
1242 MCUCTRL->LDOREG2_b.MEMLDOACTIVETRIM = i32Vddf; in am_hal_pwrctrl_ldo_vddx_active_trim_adj_default()