Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Drstc.h146 #define RSTC_WKPOL_WKPOL_Pos 0 /**< \brief (RSTC_WKPOL) Wakeup Polarity */ macro
147 #define RSTC_WKPOL_WKPOL_Msk (_U(0xFF) << RSTC_WKPOL_WKPOL_Pos)
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.h170 tmp = (tmp & RSTC_WKPOL_WKPOL(mask)) >> RSTC_WKPOL_WKPOL_Pos; in hri_rstc_get_WKPOL_WKPOL_bf()
203 tmp = (tmp & RSTC_WKPOL_WKPOL_Msk) >> RSTC_WKPOL_WKPOL_Pos; in hri_rstc_read_WKPOL_WKPOL_bf()