Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/boards/mcxn5xxevk/
Dclock_config.c106 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFRO12M()
173 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFROHF48M()
240 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFROHF144M()
318 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockPLL150M()
410 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockPLL100M()
Dboard.c158 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_PowerMode_OD()
/hal_nxp-latest/mcux/mcux-sdk/boards/frdmmcxn236/
Dclock_config.c106 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFRO12M()
172 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFROHF48M()
238 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFROHF144M()
315 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockPLL150M()
407 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockPLL100M()
Dboard.c191 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_PowerMode_OD()
/hal_nxp-latest/mcux/mcux-sdk/boards/frdmmcxn947/
Dclock_config.c106 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFRO12M()
173 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFROHF48M()
240 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFROHF144M()
318 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockPLL150M()
410 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockPLL100M()
Dboard.c236 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_PowerMode_OD()
/hal_nxp-latest/mcux/mcux-sdk/boards/mcxn9xxevk/
Dclock_config.c106 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFRO12M()
173 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFROHF48M()
240 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockFROHF144M()
318 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockPLL150M()
410 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_BootClockPLL100M()
Dboard.c158 .DCDCDriveStrength = kSPC_DCDC_NormalDriveStrength, in BOARD_PowerMode_OD()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_spc/
Dfsl_spc.c271 …se->LP_CFG & SPC_LP_CFG_DCDC_VDD_DS_MASK) == SPC_LP_CFG_DCDC_VDD_DS(kSPC_DCDC_NormalDriveStrength)) in SPC_SetLowPowerModeBandgapmodeConfig()
1329 if (driveStrength == kSPC_DCDC_NormalDriveStrength) in SPC_SetActiveModeDCDCRegulatorDriveStrength()
1370 if ((option->DCDCDriveStrength == kSPC_DCDC_NormalDriveStrength) && in SPC_SetLowPowerModeDCDCRegulatorConfig()
1411 if (driveStrength == kSPC_DCDC_NormalDriveStrength) in SPC_SetLowPowerModeDCDCRegulatorDriveStrength()
1527 || (config->DCDCOption.DCDCDriveStrength == kSPC_DCDC_NormalDriveStrength) in SPC_SetActiveModeRegulatorsConfig()
1624 || (config->DCDCOption.DCDCDriveStrength == kSPC_DCDC_NormalDriveStrength) in SPC_SetLowPowerModeRegulatorsConfig()
Dfsl_spc.h212 kSPC_DCDC_NormalDriveStrength = 0x2U, /*!< DCDC_CORE regulator Drive Strength set to Normal. */ enumerator
/hal_nxp-latest/mcux/mcux-sdk/drivers/spc/
Dfsl_spc.h162 kSPC_DCDC_NormalDriveStrength = 0x2U, /*!< DCDC VDD regulator Drive Strength set to Normal. */ enumerator
Dfsl_spc.c257 …>LP_CFG & SPC_LP_CFG_DCDC_VDD_DS_MASK) == SPC_LP_CFG_DCDC_VDD_DS(kSPC_DCDC_NormalDriveStrength)) || in SPC_SetLowPowerModeBandgapmodeConfig()