Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h553 #define SUPC_BKOUT_SET_Pos 16 /**< \brief (SUPC_BKOUT) Set Output */ macro
554 #define SUPC_BKOUT_SET_Msk (_U(0x3) << SUPC_BKOUT_SET_Pos)
555 #define SUPC_BKOUT_SET(value) (SUPC_BKOUT_SET_Msk & ((value) << SUPC_BKOUT_SET_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h2284 tmp = (tmp & SUPC_BKOUT_SET(mask)) >> SUPC_BKOUT_SET_Pos; in hri_supc_get_BKOUT_SET_bf()
2317 tmp = (tmp & SUPC_BKOUT_SET_Msk) >> SUPC_BKOUT_SET_Pos; in hri_supc_read_BKOUT_SET_bf()