Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h2180 ((Supc *)hw)->BKOUT.reg |= SUPC_BKOUT_EN(mask); in hri_supc_set_BKOUT_EN_bf()
2188 tmp = (tmp & SUPC_BKOUT_EN(mask)) >> SUPC_BKOUT_EN_Pos; in hri_supc_get_BKOUT_EN_bf()
2198 tmp |= SUPC_BKOUT_EN(data); in hri_supc_write_BKOUT_EN_bf()
2206 ((Supc *)hw)->BKOUT.reg &= ~SUPC_BKOUT_EN(mask); in hri_supc_clear_BKOUT_EN_bf()
2213 ((Supc *)hw)->BKOUT.reg ^= SUPC_BKOUT_EN(mask); in hri_supc_toggle_BKOUT_EN_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h549 #define SUPC_BKOUT_EN(value) (SUPC_BKOUT_EN_Msk & ((value) << SUPC_BKOUT_EN_Pos)) macro