Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h390 #define SUPC_BOD12_LEVEL_Pos 16 /**< \brief (SUPC_BOD12) Threshold Level */ macro
391 #define SUPC_BOD12_LEVEL_Msk (_U(0x3F) << SUPC_BOD12_LEVEL_Pos)
392 #define SUPC_BOD12_LEVEL(value) (SUPC_BOD12_LEVEL_Msk & ((value) << SUPC_BOD12_LEVEL_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h1336 tmp = (tmp & SUPC_BOD12_LEVEL(mask)) >> SUPC_BOD12_LEVEL_Pos; in hri_supc_get_BOD12_LEVEL_bf()
1369 tmp = (tmp & SUPC_BOD12_LEVEL_Msk) >> SUPC_BOD12_LEVEL_Pos; in hri_supc_read_BOD12_LEVEL_bf()