Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pca9422/
Dfsl_pca9422.h2079 void PCA9422_SetWatchDogTimer(pca9422_handle_t *handle, pca9422_wd_timer_t wd_timer);
Dfsl_pca9422.c3446 void PCA9422_SetWatchDogTimer(pca9422_handle_t *handle, pca9422_wd_timer_t wd_timer) in PCA9422_SetWatchDogTimer() argument
3450 …sult = PCA9422_ModifyReg(handle, PCA9422_TOP_CNTL0, PCA9422_TOP_CNTL0_WD_TIMER, (uint8_t)wd_timer); in PCA9422_SetWatchDogTimer()