Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/pca9420/
Dfsl_pca9420.c112 config->modeSel = kPCA9420_ModeSelPin; in PCA9420_GetDefaultModeConfig()
228 …* 4U] = (uint8_t)(((uint32_t)(configs[i].shipModeEnable)) | ((uint32_t)(configs[i].modeSel)) | in PCA9420_WriteModeConfigs()
286 …configs[i].modeSel = (pca9420_mode_sel_t)(uint8_t)(modeCfg[i * 4U] & PCA9420_MODECFG_0_MODE_CTR… in PCA9420_ReadModeConfigs()
Dfsl_pca9420.h494 pca9420_mode_sel_t modeSel; member