Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h99 #define DSU_STATUSA_FAIL_Pos 3 /**< \brief (DSU_STATUSA) Failure */ macro
100 #define DSU_STATUSA_FAIL (_U(0x1) << DSU_STATUSA_FAIL_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h1112 return (((Dsu *)hw)->STATUSA.reg & DSU_STATUSA_FAIL) >> DSU_STATUSA_FAIL_Pos; in hri_dsu_get_STATUSA_FAIL_bit()