Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h492 #define DSU_PID3_REVAND_Msk (_U(0xF) << DSU_PID3_REVAND_Pos) macro
493 #define DSU_PID3_REVAND(value) (DSU_PID3_REVAND_Msk & ((value) << DSU_PID3_REVAND_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h956 return (((Dsu *)hw)->PID3.reg & DSU_PID3_REVAND_Msk) >> DSU_PID3_REVAND_Pos; in hri_dsu_read_PID3_REVAND_bf()