mFrame
載入中...
搜尋中...
無符合項目
Balanced
Power/Performance:
// Configuration balancing power saving with functionality
LowPowerModeRegulatorsConfig balanced_config = {
.lpIREF =
true
,
// Keep IREF active for precision
.bandgapMode = BandgapMode::REDUCED_POWER,
// Moderate power reduction
.coreLDOOption = LowPowerModeCoreLdoOption::STANDARD
// Standard regulation
};
// Suitable for applications requiring fast wake-up and analog accuracy
spc_configure_low_power_regulators(&balanced_config);
產生者:
1.11.0