Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h309 #define DSU_ENTRY_FMT_Pos 1 /**< \brief (DSU_ENTRY) Format */ macro
310 #define DSU_ENTRY_FMT (_U(0x1) << DSU_ENTRY_FMT_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h705 return (((Dsu *)hw)->ENTRY[index].reg & DSU_ENTRY_FMT) >> DSU_ENTRY_FMT_Pos; in hri_dsu_get_ENTRY_FMT_bit()