Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h470 #define DSU_PID2_REVISION(value) (DSU_PID2_REVISION_Msk & ((value) << DSU_PID2_REVISION_Pos)) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h918 return (((Dsu *)hw)->PID2.reg & DSU_PID2_REVISION(mask)) >> DSU_PID2_REVISION_Pos; in hri_dsu_get_PID2_REVISION_bf()