Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h556 #define SUPC_BKOUT_RTCTGL_Pos 24 /**< \brief (SUPC_BKOUT) RTC Toggle Output */ macro
557 #define SUPC_BKOUT_RTCTGL_Msk (_U(0x3) << SUPC_BKOUT_RTCTGL_Pos)
558 #define SUPC_BKOUT_RTCTGL(value) (SUPC_BKOUT_RTCTGL_Msk & ((value) << SUPC_BKOUT_RTCTGL_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h2332 tmp = (tmp & SUPC_BKOUT_RTCTGL(mask)) >> SUPC_BKOUT_RTCTGL_Pos; in hri_supc_get_BKOUT_RTCTGL_bf()
2365 tmp = (tmp & SUPC_BKOUT_RTCTGL_Msk) >> SUPC_BKOUT_RTCTGL_Pos; in hri_supc_read_BKOUT_RTCTGL_bf()