Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dwdt.h211 #define WDT_INTENSET_EW_Pos 0 /**< \brief (WDT_INTENSET) Early Warning Interrupt… macro
212 #define WDT_INTENSET_EW (_U(0x1) << WDT_INTENSET_EW_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_wdt_l21.h88 return (((Wdt *)hw)->INTENSET.reg & WDT_INTENSET_EW) >> WDT_INTENSET_EW_Pos; in hri_wdt_get_INTEN_EW_bit()