Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h443 #define DSU_PID1_JEPIDCL_Msk (_U(0xF) << DSU_PID1_JEPIDCL_Pos) macro
444 #define DSU_PID1_JEPIDCL(value) (DSU_PID1_JEPIDCL_Msk & ((value) << DSU_PID1_JEPIDCL_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h885 return (((Dsu *)hw)->PID1.reg & DSU_PID1_JEPIDCL_Msk) >> DSU_PID1_JEPIDCL_Pos; in hri_dsu_read_PID1_JEPIDCL_bf()