Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Drstc.h147 #define RSTC_WKPOL_WKPOL_Msk (_U(0xFF) << RSTC_WKPOL_WKPOL_Pos) macro
148 #define RSTC_WKPOL_WKPOL(value) (RSTC_WKPOL_WKPOL_Msk & ((value) << RSTC_WKPOL_WKPOL_Pos))
/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_rstc_l21.h179 tmp &= ~RSTC_WKPOL_WKPOL_Msk; in hri_rstc_write_WKPOL_WKPOL_bf()
203 tmp = (tmp & RSTC_WKPOL_WKPOL_Msk) >> RSTC_WKPOL_WKPOL_Pos; in hri_rstc_read_WKPOL_WKPOL_bf()