Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1577 ((Supc *)hw)->VREG.reg |= SUPC_VREG_SEL(mask); in hri_supc_set_VREG_SEL_bf()
1585 tmp = (tmp & SUPC_VREG_SEL(mask)) >> SUPC_VREG_SEL_Pos; in hri_supc_get_VREG_SEL_bf()
1595 tmp |= SUPC_VREG_SEL(data); in hri_supc_write_VREG_SEL_bf()
1603 ((Supc *)hw)->VREG.reg &= ~SUPC_VREG_SEL(mask); in hri_supc_clear_VREG_SEL_bf()
1610 ((Supc *)hw)->VREG.reg ^= SUPC_VREG_SEL(mask); in hri_supc_toggle_VREG_SEL_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h423 #define SUPC_VREG_SEL(value) (SUPC_VREG_SEL_Msk & ((value) << SUPC_VREG_SEL_Pos)) macro