Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h469 #define SUPC_VREF_RUNSTDBY_Pos 6 /**< \brief (SUPC_VREF) Run during Standby */ macro
470 #define SUPC_VREF_RUNSTDBY (_U(0x1) << SUPC_VREF_RUNSTDBY_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1850 tmp = (tmp & SUPC_VREF_RUNSTDBY) >> SUPC_VREF_RUNSTDBY_Pos; in hri_supc_get_VREF_RUNSTDBY_bit()
1860 tmp |= value << SUPC_VREF_RUNSTDBY_Pos; in hri_supc_write_VREF_RUNSTDBY_bit()