Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1922 ((Supc *)hw)->VREF.reg |= SUPC_VREF_SEL(mask); in hri_supc_set_VREF_SEL_bf()
1930 tmp = (tmp & SUPC_VREF_SEL(mask)) >> SUPC_VREF_SEL_Pos; in hri_supc_get_VREF_SEL_bf()
1940 tmp |= SUPC_VREF_SEL(data); in hri_supc_write_VREF_SEL_bf()
1948 ((Supc *)hw)->VREF.reg &= ~SUPC_VREF_SEL(mask); in hri_supc_clear_VREF_SEL_bf()
1955 ((Supc *)hw)->VREF.reg ^= SUPC_VREF_SEL(mask); in hri_supc_toggle_VREF_SEL_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h475 #define SUPC_VREF_SEL(value) (SUPC_VREF_SEL_Msk & ((value) << SUPC_VREF_SEL_Pos)) macro