Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h434 #define SUPC_VREG_LPEFF_Pos 8 /**< \brief (SUPC_VREG) Low Power Efficiency */ macro
435 #define SUPC_VREG_LPEFF (_U(0x1) << SUPC_VREG_LPEFF_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1545 tmp = (tmp & SUPC_VREG_LPEFF) >> SUPC_VREG_LPEFF_Pos; in hri_supc_get_VREG_LPEFF_bit()
1555 tmp |= value << SUPC_VREG_LPEFF_Pos; in hri_supc_write_VREG_LPEFF_bit()