Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h304 #define SUPC_BOD33_LEVEL_Pos 16 /**< \brief (SUPC_BOD33) Threshold Level for VDD */ macro
305 #define SUPC_BOD33_LEVEL_Msk (_U(0x3F) << SUPC_BOD33_LEVEL_Pos)
306 #define SUPC_BOD33_LEVEL(value) (SUPC_BOD33_LEVEL_Msk & ((value) << SUPC_BOD33_LEVEL_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h903 tmp = (tmp & SUPC_BOD33_LEVEL(mask)) >> SUPC_BOD33_LEVEL_Pos; in hri_supc_get_BOD33_LEVEL_bf()
936 tmp = (tmp & SUPC_BOD33_LEVEL_Msk) >> SUPC_BOD33_LEVEL_Pos; in hri_supc_read_BOD33_LEVEL_bf()