Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_wdt_l21.h183 ((Wdt *)hw)->CTRLA.reg |= WDT_CTRLA_ENABLE; in hri_wdt_set_CTRLA_ENABLE_bit()
192 tmp = (tmp & WDT_CTRLA_ENABLE) >> WDT_CTRLA_ENABLE_Pos; in hri_wdt_get_CTRLA_ENABLE_bit()
202 tmp &= ~WDT_CTRLA_ENABLE; in hri_wdt_write_CTRLA_ENABLE_bit()
212 ((Wdt *)hw)->CTRLA.reg &= ~WDT_CTRLA_ENABLE; in hri_wdt_clear_CTRLA_ENABLE_bit()
220 ((Wdt *)hw)->CTRLA.reg ^= WDT_CTRLA_ENABLE; in hri_wdt_toggle_CTRLA_ENABLE_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dwdt.h59 #define WDT_CTRLA_ENABLE (_U(0x1) << WDT_CTRLA_ENABLE_Pos) macro