Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_dsu_l21.h501 ((Dsu *)hw)->DCFG[index].reg |= DSU_DCFG_DCFG(mask); in hri_dsu_set_DCFG_DCFG_bf()
509 tmp = (tmp & DSU_DCFG_DCFG(mask)) >> DSU_DCFG_DCFG_Pos; in hri_dsu_get_DCFG_DCFG_bf()
519 tmp |= DSU_DCFG_DCFG(data); in hri_dsu_write_DCFG_DCFG_bf()
527 ((Dsu *)hw)->DCFG[index].reg &= ~DSU_DCFG_DCFG(mask); in hri_dsu_clear_DCFG_DCFG_bf()
534 ((Dsu *)hw)->DCFG[index].reg ^= DSU_DCFG_DCFG(mask); in hri_dsu_toggle_DCFG_DCFG_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Ddsu.h289 #define DSU_DCFG_DCFG(value) (DSU_DCFG_DCFG_Msk & ((value) << DSU_DCFG_DCFG_Pos)) macro