Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dsupc.h551 #define SUPC_BKOUT_CLR_Msk (_U(0x3) << SUPC_BKOUT_CLR_Pos) macro
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.h2245 tmp &= ~SUPC_BKOUT_CLR_Msk; in hri_supc_write_BKOUT_CLR_bf()
2269 tmp = (tmp & SUPC_BKOUT_CLR_Msk) >> SUPC_BKOUT_CLR_Pos; in hri_supc_read_BKOUT_CLR_bf()