Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1762 ((Supc *)hw)->VREF.reg |= SUPC_VREF_TSEN; in hri_supc_set_VREF_TSEN_bit()
1769 tmp = ((Supc *)hw)->VREF.reg; in hri_supc_get_VREF_TSEN_bit()
1778 tmp = ((Supc *)hw)->VREF.reg; in hri_supc_write_VREF_TSEN_bit()
1781 ((Supc *)hw)->VREF.reg = tmp; in hri_supc_write_VREF_TSEN_bit()
1788 ((Supc *)hw)->VREF.reg &= ~SUPC_VREF_TSEN; in hri_supc_clear_VREF_TSEN_bit()
1795 ((Supc *)hw)->VREF.reg ^= SUPC_VREF_TSEN; in hri_supc_toggle_VREF_TSEN_bit()
1802 ((Supc *)hw)->VREF.reg |= SUPC_VREF_VREFOE; in hri_supc_set_VREF_VREFOE_bit()
1809 tmp = ((Supc *)hw)->VREF.reg; in hri_supc_get_VREF_VREFOE_bit()
1818 tmp = ((Supc *)hw)->VREF.reg; in hri_supc_write_VREF_VREFOE_bit()
1821 ((Supc *)hw)->VREF.reg = tmp; in hri_supc_write_VREF_VREFOE_bit()
[all …]
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h590 __IO SUPC_VREF_Type VREF; /**< \brief Offset: 0x1C (R/W 32) VREF Control */ member