Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h550 #define SUPC_BKOUT_CLR_Pos 8 /**< \brief (SUPC_BKOUT) Clear Output */ macro
551 #define SUPC_BKOUT_CLR_Msk (_U(0x3) << SUPC_BKOUT_CLR_Pos)
552 #define SUPC_BKOUT_CLR(value) (SUPC_BKOUT_CLR_Msk & ((value) << SUPC_BKOUT_CLR_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_supc_l21.h2236 tmp = (tmp & SUPC_BKOUT_CLR(mask)) >> SUPC_BKOUT_CLR_Pos; in hri_supc_get_BKOUT_CLR_bf()
2269 tmp = (tmp & SUPC_BKOUT_CLR_Msk) >> SUPC_BKOUT_CLR_Pos; in hri_supc_read_BKOUT_CLR_bf()