Searched refs:WDT_FLAG_RESET_MASK (Results 1 – 4 of 4) sorted by relevance
123 } 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()
89 switch (timeout->flags & WDT_FLAG_RESET_MASK) { in wdt_npm1300_install_timeout()
120 switch ((data->flags & WDT_FLAG_RESET_MASK)) { in wdt_cc13xx_cc26xx_setup()
50 #define WDT_FLAG_RESET_MASK (0x3 << WDT_FLAG_RESET_SHIFT) macro