Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h440 #define DSU_PID1_PARTNBH_Msk (_U(0xF) << DSU_PID1_PARTNBH_Pos) macro
441 #define DSU_PID1_PARTNBH(value) (DSU_PID1_PARTNBH_Msk & ((value) << DSU_PID1_PARTNBH_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h875 return (((Dsu *)hw)->PID1.reg & DSU_PID1_PARTNBH_Msk) >> DSU_PID1_PARTNBH_Pos; in hri_dsu_read_PID1_PARTNBH_bf()