Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h263 #define DSU_DID_PROCESSOR(value) (DSU_DID_PROCESSOR_Msk & ((value) << DSU_DID_PROCESSOR_Pos)) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h677 return (((Dsu *)hw)->DID.reg & DSU_DID_PROCESSOR(mask)) >> DSU_DID_PROCESSOR_Pos; in hri_dsu_get_DID_PROCESSOR_bf()