Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h2324 ((Supc *)hw)->BKOUT.reg |= SUPC_BKOUT_RTCTGL(mask); in hri_supc_set_BKOUT_RTCTGL_bf()
2332 tmp = (tmp & SUPC_BKOUT_RTCTGL(mask)) >> SUPC_BKOUT_RTCTGL_Pos; in hri_supc_get_BKOUT_RTCTGL_bf()
2342 tmp |= SUPC_BKOUT_RTCTGL(data); in hri_supc_write_BKOUT_RTCTGL_bf()
2350 ((Supc *)hw)->BKOUT.reg &= ~SUPC_BKOUT_RTCTGL(mask); in hri_supc_clear_BKOUT_RTCTGL_bf()
2357 ((Supc *)hw)->BKOUT.reg ^= SUPC_BKOUT_RTCTGL(mask); in hri_supc_toggle_BKOUT_RTCTGL_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h558 #define SUPC_BKOUT_RTCTGL(value) (SUPC_BKOUT_RTCTGL_Msk & ((value) << SUPC_BKOUT_RTCTGL_Pos)) macro