Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h2276 ((Supc *)hw)->BKOUT.reg |= SUPC_BKOUT_SET(mask); in hri_supc_set_BKOUT_SET_bf()
2284 tmp = (tmp & SUPC_BKOUT_SET(mask)) >> SUPC_BKOUT_SET_Pos; in hri_supc_get_BKOUT_SET_bf()
2294 tmp |= SUPC_BKOUT_SET(data); in hri_supc_write_BKOUT_SET_bf()
2302 ((Supc *)hw)->BKOUT.reg &= ~SUPC_BKOUT_SET(mask); in hri_supc_clear_BKOUT_SET_bf()
2309 ((Supc *)hw)->BKOUT.reg ^= SUPC_BKOUT_SET(mask); in hri_supc_toggle_BKOUT_SET_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h555 #define SUPC_BKOUT_SET(value) (SUPC_BKOUT_SET_Msk & ((value) << SUPC_BKOUT_SET_Pos)) macro