Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h432 #define SUPC_VREG_RUNSTDBY_Pos 6 /**< \brief (SUPC_VREG) Run during Standby */ macro
433 #define SUPC_VREG_RUNSTDBY (_U(0x1) << SUPC_VREG_RUNSTDBY_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1505 tmp = (tmp & SUPC_VREG_RUNSTDBY) >> SUPC_VREG_RUNSTDBY_Pos; in hri_supc_get_VREG_RUNSTDBY_bit()
1515 tmp |= value << SUPC_VREG_RUNSTDBY_Pos; in hri_supc_write_VREG_RUNSTDBY_bit()