Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_wdt_l21.h228 ((Wdt *)hw)->CTRLA.reg |= WDT_CTRLA_WEN; in hri_wdt_set_CTRLA_WEN_bit()
237 tmp = (tmp & WDT_CTRLA_WEN) >> WDT_CTRLA_WEN_Pos; in hri_wdt_get_CTRLA_WEN_bit()
247 tmp &= ~WDT_CTRLA_WEN; in hri_wdt_write_CTRLA_WEN_bit()
257 ((Wdt *)hw)->CTRLA.reg &= ~WDT_CTRLA_WEN; in hri_wdt_clear_CTRLA_WEN_bit()
265 ((Wdt *)hw)->CTRLA.reg ^= WDT_CTRLA_WEN; in hri_wdt_toggle_CTRLA_WEN_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dwdt.h61 #define WDT_CTRLA_WEN (_U(0x1) << WDT_CTRLA_WEN_Pos) macro