Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h469 #define DSU_PID2_REVISION_Msk (_U(0xF) << DSU_PID2_REVISION_Pos) macro
470 #define DSU_PID2_REVISION(value) (DSU_PID2_REVISION_Msk & ((value) << DSU_PID2_REVISION_Pos))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h923 return (((Dsu *)hw)->PID2.reg & DSU_PID2_REVISION_Msk) >> DSU_PID2_REVISION_Pos; in hri_dsu_read_PID2_REVISION_bf()