Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h130 #define DSU_STATUSB_DBGPRES_Pos 1 /**< \brief (DSU_STATUSB) Debugger Present */ macro
131 #define DSU_STATUSB_DBGPRES (_U(0x1) << DSU_STATUSB_DBGPRES_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h594 return (((Dsu *)hw)->STATUSB.reg & DSU_STATUSB_DBGPRES) >> DSU_STATUSB_DBGPRES_Pos; in hri_dsu_get_STATUSB_DBGPRES_bit()