Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h128 #define DSU_STATUSB_PROT_Pos 0 /**< \brief (DSU_STATUSB) Protected */ macro
129 #define DSU_STATUSB_PROT (_U(0x1) << DSU_STATUSB_PROT_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h589 return (((Dsu *)hw)->STATUSB.reg & DSU_STATUSB_PROT) >> DSU_STATUSB_PROT_Pos; in hri_dsu_get_STATUSB_PROT_bit()