Home
last modified time | relevance | path

Searched refs:enableSw2Out (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/pca9420/
Dfsl_pca9420.c127 config->enableSw2Out = true; in PCA9420_GetDefaultModeConfig()
233 … (configs[i].enableSw2Out ? (uint32_t)kPCA9420_RegulatorSwitch2 : 0U) | in PCA9420_WriteModeConfigs()
294 …configs[i].enableSw2Out = ((modeCfg[i * 4U + 2U] & ((uint8_t)kPCA9420_RegulatorSwitch2)) != 0U) ? … in PCA9420_ReadModeConfigs()
Dfsl_pca9420.h502 bool enableSw2Out; member