Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/watchdog/
Dwdt_nxp_fs26.h261 #define WD_FS_REACTION_SHIFT (8) macro
262 #define WD_FS_REACTION_MASK (0x3 << WD_FS_REACTION_SHIFT)
263 #define WD_FS_REACTION_NO_ACTION (0x0 << WD_FS_REACTION_SHIFT)
264 #define WD_FS_REACTION_FS0B (0x1 << WD_FS_REACTION_SHIFT)
265 #define WD_FS_REACTION_RSTB_FS0B (0x2 << WD_FS_REACTION_SHIFT)
Dwdt_nxp_fs26.c447 | ((data->fs_reaction << WD_FS_REACTION_SHIFT) & WD_FS_REACTION_MASK); in wdt_nxp_fs26_setup()
527 data->fs_reaction = WD_FS_REACTION_RSTB_FS0B >> WD_FS_REACTION_SHIFT; in wdt_nxp_fs26_install_timeout()
531 data->fs_reaction = WD_FS_REACTION_NO_ACTION >> WD_FS_REACTION_SHIFT; in wdt_nxp_fs26_install_timeout()