Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1417 ((Supc *)hw)->VREG.reg |= SUPC_VREG_ENABLE; in hri_supc_set_VREG_ENABLE_bit()
1424 tmp = ((Supc *)hw)->VREG.reg; in hri_supc_get_VREG_ENABLE_bit()
1433 tmp = ((Supc *)hw)->VREG.reg; in hri_supc_write_VREG_ENABLE_bit()
1436 ((Supc *)hw)->VREG.reg = tmp; in hri_supc_write_VREG_ENABLE_bit()
1443 ((Supc *)hw)->VREG.reg &= ~SUPC_VREG_ENABLE; in hri_supc_clear_VREG_ENABLE_bit()
1450 ((Supc *)hw)->VREG.reg ^= SUPC_VREG_ENABLE; in hri_supc_toggle_VREG_ENABLE_bit()
1457 ((Supc *)hw)->VREG.reg |= SUPC_VREG_STDBYPL0; in hri_supc_set_VREG_STDBYPL0_bit()
1464 tmp = ((Supc *)hw)->VREG.reg; in hri_supc_get_VREG_STDBYPL0_bit()
1473 tmp = ((Supc *)hw)->VREG.reg; in hri_supc_write_VREG_STDBYPL0_bit()
1476 ((Supc *)hw)->VREG.reg = tmp; in hri_supc_write_VREG_STDBYPL0_bit()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h589 __IO SUPC_VREG_Type VREG; /**< \brief Offset: 0x18 (R/W 32) VREG Control */ member