Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h420 #define DSU_PID0_PARTNBL_Msk (_U(0xFF) << DSU_PID0_PARTNBL_Pos) macro
421 #define DSU_PID0_PARTNBL(value) (DSU_PID0_PARTNBL_Msk & ((value) << DSU_PID0_PARTNBL_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h852 return (((Dsu *)hw)->PID0.reg & DSU_PID0_PARTNBL_Msk) >> DSU_PID0_PARTNBL_Pos; in hri_dsu_read_PID0_PARTNBL_bf()