Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h351 #define SUPC_BOD12_RUNSTDBY_Pos 6 /**< \brief (SUPC_BOD12) Run during Standby */ macro
352 #define SUPC_BOD12_RUNSTDBY (_U(0x1) << SUPC_BOD12_RUNSTDBY_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1160 tmp = (tmp & SUPC_BOD12_RUNSTDBY) >> SUPC_BOD12_RUNSTDBY_Pos; in hri_supc_get_BOD12_RUNSTDBY_bit()
1170 tmp |= value << SUPC_BOD12_RUNSTDBY_Pos; in hri_supc_write_BOD12_RUNSTDBY_bit()