Home
last modified time | relevance | path

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

/hal_ambiq-3.6.0/mcu/apollo4p/hal/
Dam_hal_pwrctrl.c1678 crypto_boost_trims( bool bBoost, int32_t i32VddActAdj ) in crypto_boost_trims() argument
1685 if ( (bBoost && g_bBoostForCryptoApplied) || (!bBoost && !g_bBoostForCryptoApplied) ) in crypto_boost_trims()
1692 g_bBoostForCryptoApplied = bBoost; in crypto_boost_trims()
1697 g_i32LatestVddfActTrim = bBoost ? g_i32LatestVddfActTrim + i32VddActAdj in crypto_boost_trims()
1713 g_i32LatestLDOActTrim = bBoost ? g_i32LatestLDOActTrim + i32VddActAdj in crypto_boost_trims()
1726 if ( bBoost ) in crypto_boost_trims()