Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.h466 #define ABIST1_PASS_MASK (0x1 << ABIST1_PASS_SHIFT) macro
467 #define ABIST1_PASS (ABIST1_PASS_MASK)
Dwdt_nxp_fs26.c678 if ((rx_frame.data & (ABIST1_PASS_MASK | LBIST_STATUS_MASK)) in wdt_nxp_fs26_init()