Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h421 #define DSU_PID0_PARTNBL(value) (DSU_PID0_PARTNBL_Msk & ((value) << DSU_PID0_PARTNBL_Pos)) macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h847 return (((Dsu *)hw)->PID0.reg & DSU_PID0_PARTNBL(mask)) >> DSU_PID0_PARTNBL_Pos; in hri_dsu_get_PID0_PARTNBL_bf()