Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h534 #define DSU_CID1_CCLASS_Msk (_U(0xF) << DSU_CID1_CCLASS_Pos) macro
535 #define DSU_CID1_CCLASS(value) (DSU_CID1_CCLASS_Msk & ((value) << DSU_CID1_CCLASS_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h1012 return (((Dsu *)hw)->CID1.reg & DSU_CID1_CCLASS_Msk) >> DSU_CID1_CCLASS_Pos; in hri_dsu_read_CID1_CCLASS_bf()