Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h430 #define SUPC_VREG_STDBYPL0_Pos 5 /**< \brief (SUPC_VREG) Standby in PL0 */ macro
431 #define SUPC_VREG_STDBYPL0 (_U(0x1) << SUPC_VREG_STDBYPL0_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1465 tmp = (tmp & SUPC_VREG_STDBYPL0) >> SUPC_VREG_STDBYPL0_Pos; in hri_supc_get_VREG_STDBYPL0_bit()
1475 tmp |= value << SUPC_VREG_STDBYPL0_Pos; in hri_supc_write_VREG_STDBYPL0_bit()