Power Configuration:
LowPowerModeRegulatorsConfig ultra_low_power = {
.lpIREF = false,
.bandgapMode = BandgapMode::DISABLED,
.coreLDOOption = LowPowerModeCoreLdoOption::MINIMAL_REGULATION
};
if (can_use_ultra_low_power_mode()) {
spc_configure_low_power_regulators(&ultra_low_power);
}