Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h287 #define DSU_DCFG_DCFG_Pos 0 /**< \brief (DSU_DCFG) Device Configuration */ macro
288 #define DSU_DCFG_DCFG_Msk (_U(0xFFFFFFFF) << DSU_DCFG_DCFG_Pos)
289 #define DSU_DCFG_DCFG(value) (DSU_DCFG_DCFG_Msk & ((value) << DSU_DCFG_DCFG_Pos))
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h509 tmp = (tmp & DSU_DCFG_DCFG(mask)) >> DSU_DCFG_DCFG_Pos; in hri_dsu_get_DCFG_DCFG_bf()
542 tmp = (tmp & DSU_DCFG_DCFG_Msk) >> DSU_DCFG_DCFG_Pos; in hri_dsu_read_DCFG_DCFG_bf()