Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf5020/
Dfsl_pf5020.c1733 status_t PF5020_WDOG_SetWDIMode(pf5020_handle_t *handle, pf5020_wdi_mode_t wdiMode) in PF5020_WDOG_SetWDIMode() argument
1737 return PF5020_ModifyReg(handle, PF5020_CTRL1, 0x20U, (((uint8_t)wdiMode << 5U) & 0x20U)); in PF5020_WDOG_SetWDIMode()
Dfsl_pf5020.h1439 status_t PF5020_WDOG_SetWDIMode(pf5020_handle_t *handle, pf5020_wdi_mode_t wdiMode);