Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/components/pca9420/
Dfsl_pca9420.c116 config->wdogTimerCfg = kPCA9420_WdTimerDisabled; in PCA9420_GetDefaultModeConfig()
236 …modeCfg[i * 4U + 3U] = (uint8_t)(((uint32_t)(configs[i].wdogTimerCfg)) | ((uint32_t)(configs[i].ld… in PCA9420_WriteModeConfigs()
298 …configs[i].wdogTimerCfg = (pca9420_wd_timer_t)(uint8_t)(modeCfg[i * 4U + 3U] & PCA9420_MODECFG_3_W… in PCA9420_ReadModeConfigs()
Dfsl_pca9420.h496 pca9420_wd_timer_t wdogTimerCfg; member