Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h243 #define DSU_DID_REVISION(value) (DSU_DID_REVISION_Msk & ((value) << DSU_DID_REVISION_Pos)) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h637 return (((Dsu *)hw)->DID.reg & DSU_DID_REVISION(mask)) >> DSU_DID_REVISION_Pos; in hri_dsu_get_DID_REVISION_bf()