Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/spc/
Dfsl_spc.h328 bool stabilizeBurstFreq; /*!< Enable/Disable DCDC frequency stabilization. */ member
Dfsl_spc.c1201 …reg |= config->stabilizeBurstFreq ? SPC_DCDC_CFG_FREQ_CNTRL_ON(1U) : SPC_DCDC_CFG_FREQ_CNTRL_ON(0U… in SPC_SetDCDCBurstConfig()
/hal_nxp-latest/mcux/mcux-sdk/drivers/mcx_spc/
Dfsl_spc.h404 bool stabilizeBurstFreq; /*!< Enable/Disable DCDC frequency stabilization. */ member
Dfsl_spc.c1438 …reg |= config->stabilizeBurstFreq ? SPC_DCDC_CFG_FREQ_CNTRL_ON(1U) : SPC_DCDC_CFG_FREQ_CNTRL_ON(0U… in SPC_SetDCDCBurstConfig()