Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h353 #define SUPC_BOD12_ACTCFG_Pos 8 /**< \brief (SUPC_BOD12) Configuration in Active m… macro
354 #define SUPC_BOD12_ACTCFG (_U(0x1) << SUPC_BOD12_ACTCFG_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1200 tmp = (tmp & SUPC_BOD12_ACTCFG) >> SUPC_BOD12_ACTCFG_Pos; in hri_supc_get_BOD12_ACTCFG_bit()
1210 tmp |= value << SUPC_BOD12_ACTCFG_Pos; in hri_supc_write_BOD12_ACTCFG_bit()