Home
last modified time | relevance | path

Searched refs:WDT_FLAG_RESET_MASK (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/drivers/watchdog/
Dwdt_rpi_pico.c123 } else if ((cfg->flags & WDT_FLAG_RESET_MASK) == WDT_FLAG_RESET_NONE) { in wdt_rpi_pico_install_timeout()
132 data->reset_type = (cfg->flags & WDT_FLAG_RESET_MASK); in wdt_rpi_pico_install_timeout()
Dwdt_npm1300.c89 switch (timeout->flags & WDT_FLAG_RESET_MASK) { in wdt_npm1300_install_timeout()
Dwdt_cc13xx_cc26xx.c120 switch ((data->flags & WDT_FLAG_RESET_MASK)) { in wdt_cc13xx_cc26xx_setup()
/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dwatchdog.h50 #define WDT_FLAG_RESET_MASK (0x3 << WDT_FLAG_RESET_SHIFT) macro