Home
last modified time | relevance | path

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

/hal_ambiq-3.6.0/mcu/apollo4p/hal/
Dam_hal_pwrctrl.c1680 int32_t i32VddfActTrim, i32LDOActTrim; in crypto_boost_trims() local
1699 i32VddfActTrim = g_i32LatestVddfActTrim; in crypto_boost_trims()
1701 if ( i32VddfActTrim < 0 ) in crypto_boost_trims()
1703 i32VddfActTrim = 0; in crypto_boost_trims()
1705 else if ( i32VddfActTrim > MAX_ACTTRIMVDDF ) in crypto_boost_trims()
1707 i32VddfActTrim = MAX_ACTTRIMVDDF; in crypto_boost_trims()
1731 MCUCTRL->SIMOBUCK12_b.ACTTRIMVDDF = i32VddfActTrim; in crypto_boost_trims()
1750 MCUCTRL->SIMOBUCK12_b.ACTTRIMVDDF = i32VddfActTrim; in crypto_boost_trims()