Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h259 #define SUPC_BOD33_STDBYCFG_Pos 5 /**< \brief (SUPC_BOD33) Configuration in Standby … macro
260 #define SUPC_BOD33_STDBYCFG (_U(0x1) << SUPC_BOD33_STDBYCFG_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h607 tmp = (tmp & SUPC_BOD33_STDBYCFG) >> SUPC_BOD33_STDBYCFG_Pos; in hri_supc_get_BOD33_STDBYCFG_bit()
617 tmp |= value << SUPC_BOD33_STDBYCFG_Pos; in hri_supc_write_BOD33_STDBYCFG_bit()