Home
last modified time | relevance | path

Searched refs:spc_dcdc_drive_strength_t (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_spc/
Dfsl_spc.h213 } spc_dcdc_drive_strength_t; typedef
361spc_dcdc_drive_strength_t DCDCDriveStrength; /*!< DCDC_CORE Regulator Drive Strength selection in …
393spc_dcdc_drive_strength_t DCDCDriveStrength; /*!< DCDC_CORE Regulator Drive Strength selection in …
2336 status_t SPC_SetActiveModeDCDCRegulatorDriveStrength(SPC_Type *base, spc_dcdc_drive_strength_t driv…
2344 static inline spc_dcdc_drive_strength_t SPC_GetActiveModeDCDCRegulatorDriveStrength(SPC_Type *base) in SPC_GetActiveModeDCDCRegulatorDriveStrength()
2346 …return (spc_dcdc_drive_strength_t)((uint32_t)((base->ACTIVE_CFG & SPC_ACTIVE_CFG_DCDC_VDD_DS_MASK)… in SPC_GetActiveModeDCDCRegulatorDriveStrength()
2377 status_t SPC_SetLowPowerModeDCDCRegulatorDriveStrength(SPC_Type *base, spc_dcdc_drive_strength_t dr…
2385 static inline spc_dcdc_drive_strength_t SPC_GetLowPowerModeDCDCRegulatorDriveStrength(SPC_Type *bas… in SPC_GetLowPowerModeDCDCRegulatorDriveStrength()
2387 return (spc_dcdc_drive_strength_t)((uint32_t)((base->LP_CFG & SPC_LP_CFG_DCDC_VDD_DS_MASK) >> in SPC_GetLowPowerModeDCDCRegulatorDriveStrength()
Dfsl_spc.c1327 status_t SPC_SetActiveModeDCDCRegulatorDriveStrength(SPC_Type *base, spc_dcdc_drive_strength_t driv… in SPC_SetActiveModeDCDCRegulatorDriveStrength()
1409 status_t SPC_SetLowPowerModeDCDCRegulatorDriveStrength(SPC_Type *base, spc_dcdc_drive_strength_t dr… in SPC_SetLowPowerModeDCDCRegulatorDriveStrength()
/hal_nxp-latest/mcux/mcux-sdk/drivers/spc/
Dfsl_spc.h164 } spc_dcdc_drive_strength_t; typedef
279spc_dcdc_drive_strength_t DCDCDriveStrength; /*!< DCDC VDD Regulator Drive Strength selection in A…
307spc_dcdc_drive_strength_t DCDCDriveStrength; /*!< DCDC VDD Regulator Drive Strength selection in L…