Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_spc/
Dfsl_spc.c1533 || (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()
Dfsl_spc.h467 …spc_active_mode_core_ldo_option_t CoreLDOOption; /*!< Specify Core LDO configurations in active mo… member
494 …spc_lowpower_mode_core_ldo_option_t CoreLDOOption; /*!< Specify core LDO configurations in low pow… member
/hal_nxp-latest/mcux/mcux-sdk/drivers/spc/
Dfsl_spc.h367 spc_active_mode_core_ldo_option_t CoreLDOOption; member
381 spc_lowpower_mode_core_ldo_option_t CoreLDOOption; member
Dfsl_spc.c1264 status = SPC_SetActiveModeCoreLDORegulatorConfig(base, &config->CoreLDOOption); in SPC_SetActiveModeRegulatorsConfig()
1307 status = SPC_SetLowPowerModeCoreLDORegulatorConfig(base, &config->CoreLDOOption); in SPC_SetLowPowerModeRegulatorsConfig()