Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.c353 } while ((now < timeout) && (regval & FS_STATES_MASK) != FS_STATES_INIT_FS); in fs26_poll_for_init_fs_state()
380 if (current_state < FS_STATES_INIT_FS) { in fs26_goto_init_fs_state()
383 } else if (current_state == FS_STATES_INIT_FS) { in fs26_goto_init_fs_state()
Dwdt_nxp_fs26.h537 #define FS_STATES_INIT_FS (0x9 << FS_STATES_SHIFT) macro