Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1537 ((Supc *)hw)->VREG.reg |= SUPC_VREG_LPEFF; in hri_supc_set_VREG_LPEFF_bit()
1545 tmp = (tmp & SUPC_VREG_LPEFF) >> SUPC_VREG_LPEFF_Pos; in hri_supc_get_VREG_LPEFF_bit()
1554 tmp &= ~SUPC_VREG_LPEFF; in hri_supc_write_VREG_LPEFF_bit()
1563 ((Supc *)hw)->VREG.reg &= ~SUPC_VREG_LPEFF; in hri_supc_clear_VREG_LPEFF_bit()
1570 ((Supc *)hw)->VREG.reg ^= SUPC_VREG_LPEFF; in hri_supc_toggle_VREG_LPEFF_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h435 #define SUPC_VREG_LPEFF (_U(0x1) << SUPC_VREG_LPEFF_Pos) macro