Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h489 #define DSU_PID3_CUSMOD_Msk (_U(0xF) << DSU_PID3_CUSMOD_Pos) macro
490 #define DSU_PID3_CUSMOD(value) (DSU_PID3_CUSMOD_Msk & ((value) << DSU_PID3_CUSMOD_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h946 return (((Dsu *)hw)->PID3.reg & DSU_PID3_CUSMOD_Msk) >> DSU_PID3_CUSMOD_Pos; in hri_dsu_read_PID3_CUSMOD_bf()