Searched refs:CoreLDOOption (Results 1 – 4 of 4) sorted by relevance
1533 || (config->CoreLDOOption.CoreLDODriveStrength == kSPC_CoreLDO_NormalDriveStrength) in SPC_SetActiveModeRegulatorsConfig()1559 …if ((activeModeVDValue != 0UL) && (config->CoreLDOOption.CoreLDODriveStrength == kSPC_CoreLDO_LowD… in SPC_SetActiveModeRegulatorsConfig()1567 if ((uint8_t)config->DCDCOption.DCDCVoltage != (uint8_t)config->CoreLDOOption.CoreLDOVoltage) in SPC_SetActiveModeRegulatorsConfig()1592 (void)SPC_SetActiveModeCoreLDORegulatorConfig(base, &config->CoreLDOOption); in SPC_SetActiveModeRegulatorsConfig()1630 || (config->CoreLDOOption.CoreLDODriveStrength == kSPC_CoreLDO_NormalDriveStrength) in SPC_SetLowPowerModeRegulatorsConfig()1647 …if ((lpModeVDValue != 0UL) && (config->CoreLDOOption.CoreLDODriveStrength == kSPC_CoreLDO_LowDrive… in SPC_SetLowPowerModeRegulatorsConfig()1655 if ((uint8_t)config->DCDCOption.DCDCVoltage != (uint8_t)config->CoreLDOOption.CoreLDOVoltage) in SPC_SetLowPowerModeRegulatorsConfig()1677 (void)SPC_SetLowPowerModeCoreLDORegulatorConfig(base, &config->CoreLDOOption); in SPC_SetLowPowerModeRegulatorsConfig()
467 …spc_active_mode_core_ldo_option_t CoreLDOOption; /*!< Specify Core LDO configurations in active mo… member494 …spc_lowpower_mode_core_ldo_option_t CoreLDOOption; /*!< Specify core LDO configurations in low pow… member
367 spc_active_mode_core_ldo_option_t CoreLDOOption; member381 spc_lowpower_mode_core_ldo_option_t CoreLDOOption; member
1264 status = SPC_SetActiveModeCoreLDORegulatorConfig(base, &config->CoreLDOOption); in SPC_SetActiveModeRegulatorsConfig()1307 status = SPC_SetLowPowerModeCoreLDORegulatorConfig(base, &config->CoreLDOOption); in SPC_SetLowPowerModeRegulatorsConfig()