Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/pca9420/
Dfsl_pca9420.h76 #define PCA9420_MODECFG_0_SHIP_EN_MASK (0x80U) macro
Dfsl_pca9420.c285 …i].shipModeEnable = (pca9420_ship_en_t)(uint8_t)(modeCfg[i * 4U] & PCA9420_MODECFG_0_SHIP_EN_MASK); in PCA9420_ReadModeConfigs()