Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/pca9420/
Dfsl_pca9420.c110 config->shipModeEnable = kPCA9420_ShipModeDisabled; in PCA9420_GetDefaultModeConfig()
228 …modeCfg[i * 4U] = (uint8_t)(((uint32_t)(configs[i].shipModeEnable)) | ((uint32_t)(configs[i].… in PCA9420_WriteModeConfigs()
285 …configs[i].shipModeEnable = (pca9420_ship_en_t)(uint8_t)(modeCfg[i * 4U] & PCA9420_MODECFG_0_SHIP_… in PCA9420_ReadModeConfigs()
Dfsl_pca9420.h493 pca9420_ship_en_t shipModeEnable; member