Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_rstc_l21.h162 ((Rstc *)hw)->WKPOL.reg |= RSTC_WKPOL_WKPOL(mask); in hri_rstc_set_WKPOL_WKPOL_bf()
170 tmp = (tmp & RSTC_WKPOL_WKPOL(mask)) >> RSTC_WKPOL_WKPOL_Pos; in hri_rstc_get_WKPOL_WKPOL_bf()
180 tmp |= RSTC_WKPOL_WKPOL(data); in hri_rstc_write_WKPOL_WKPOL_bf()
188 ((Rstc *)hw)->WKPOL.reg &= ~RSTC_WKPOL_WKPOL(mask); in hri_rstc_clear_WKPOL_WKPOL_bf()
195 ((Rstc *)hw)->WKPOL.reg ^= RSTC_WKPOL_WKPOL(mask); in hri_rstc_toggle_WKPOL_WKPOL_bf()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Drstc.h148 #define RSTC_WKPOL_WKPOL(value) (RSTC_WKPOL_WKPOL_Msk & ((value) << RSTC_WKPOL_WKPOL_Pos)) macro