Home
last modified time | relevance | path

Searched refs:WDT_INTFLAG_EW (Results 1 – 12 of 12) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/wdt/
A Dwdt.h374 WDT_module->INTFLAG.reg = WDT_INTFLAG_EW; in wdt_is_syncing()
390 return (WDT_module->INTFLAG.reg & WDT_INTFLAG_EW); in wdt_is_syncing()
/bsp/microchip/samc21/bsp/hri/
A Dhri_wdt_c21.h74 return (((Wdt *)hw)->INTFLAG.reg & WDT_INTFLAG_EW) >> WDT_INTFLAG_EW_Pos; in hri_wdt_get_INTFLAG_EW_bit()
79 ((Wdt *)hw)->INTFLAG.reg = WDT_INTFLAG_EW; in hri_wdt_clear_INTFLAG_EW_bit()
84 return (((Wdt *)hw)->INTFLAG.reg & WDT_INTFLAG_EW) >> WDT_INTFLAG_EW_Pos; in hri_wdt_get_interrupt_EW_bit()
89 ((Wdt *)hw)->INTFLAG.reg = WDT_INTFLAG_EW; in hri_wdt_clear_interrupt_EW_bit()
/bsp/microchip/same54/bsp/hri/
A Dhri_wdt_e54.h74 return (((Wdt *)hw)->INTFLAG.reg & WDT_INTFLAG_EW) >> WDT_INTFLAG_EW_Pos; in hri_wdt_get_INTFLAG_EW_bit()
79 ((Wdt *)hw)->INTFLAG.reg = WDT_INTFLAG_EW; in hri_wdt_clear_INTFLAG_EW_bit()
84 return (((Wdt *)hw)->INTFLAG.reg & WDT_INTFLAG_EW) >> WDT_INTFLAG_EW_Pos; in hri_wdt_get_interrupt_EW_bit()
89 ((Wdt *)hw)->INTFLAG.reg = WDT_INTFLAG_EW; in hri_wdt_clear_interrupt_EW_bit()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hri/
A Dhri_wdt_d51.h74 return (((Wdt *)hw)->INTFLAG.reg & WDT_INTFLAG_EW) >> WDT_INTFLAG_EW_Pos; in hri_wdt_get_INTFLAG_EW_bit()
79 ((Wdt *)hw)->INTFLAG.reg = WDT_INTFLAG_EW; in hri_wdt_clear_INTFLAG_EW_bit()
84 return (((Wdt *)hw)->INTFLAG.reg & WDT_INTFLAG_EW) >> WDT_INTFLAG_EW_Pos; in hri_wdt_get_interrupt_EW_bit()
89 ((Wdt *)hw)->INTFLAG.reg = WDT_INTFLAG_EW; in hri_wdt_clear_interrupt_EW_bit()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hri/
A Dhri_wdt_d51.h74 return (((Wdt *)hw)->INTFLAG.reg & WDT_INTFLAG_EW) >> WDT_INTFLAG_EW_Pos; in hri_wdt_get_INTFLAG_EW_bit()
79 ((Wdt *)hw)->INTFLAG.reg = WDT_INTFLAG_EW; in hri_wdt_clear_INTFLAG_EW_bit()
84 return (((Wdt *)hw)->INTFLAG.reg & WDT_INTFLAG_EW) >> WDT_INTFLAG_EW_Pos; in hri_wdt_get_interrupt_EW_bit()
89 ((Wdt *)hw)->INTFLAG.reg = WDT_INTFLAG_EW; in hri_wdt_clear_interrupt_EW_bit()
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd21/include/component/
A Dwdt.h245 #define WDT_INTFLAG_EW (0x1ul << WDT_INTFLAG_EW_Pos) macro
/bsp/samd21/sam_d2x_asflib/sam0/utils/cmsis/samd20/include/component/
A Dwdt.h248 #define WDT_INTFLAG_EW (0x1ul << WDT_INTFLAG_EW_Pos) macro
/bsp/microchip/samc21/bsp/samc21/include/component/
A Dwdt.h231 #define WDT_INTFLAG_EW (_U_(0x1) << WDT_INTFLAG_EW_Pos) macro
/bsp/microchip/same54/bsp/include/component/
A Dwdt.h231 #define WDT_INTFLAG_EW (_U_(0x1) << WDT_INTFLAG_EW_Pos) macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/samd51a/include/component/
A Dwdt.h231 #define WDT_INTFLAG_EW (_U_(0x1) << WDT_INTFLAG_EW_Pos) macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/samd51a/include/component/
A Dwdt.h231 #define WDT_INTFLAG_EW (_U_(0x1) << WDT_INTFLAG_EW_Pos) macro
/bsp/microchip/saml10/bsp/include/component/
A Dwdt.h254 #define WDT_INTFLAG_EW WDT_INTFLAG_EW_Msk /**< \de… macro

Completed in 44 milliseconds