Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h535 #define DSU_CID1_CCLASS(value) (DSU_CID1_CCLASS_Msk & ((value) << DSU_CID1_CCLASS_Pos)) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h1007 return (((Dsu *)hw)->CID1.reg & DSU_CID1_CCLASS(mask)) >> DSU_CID1_CCLASS_Pos; in hri_dsu_get_CID1_CCLASS_bf()