Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h276 ((Tc *)hw)->COUNT16.CCBUF[index].reg |= TC_COUNT16_CCBUF_CCBUF(mask); in hri_tccount16_set_CCBUF_CCBUF_bf()
285 tmp = (tmp & TC_COUNT16_CCBUF_CCBUF(mask)) >> TC_COUNT16_CCBUF_CCBUF_Pos; in hri_tccount16_get_CCBUF_CCBUF_bf()
295 tmp |= TC_COUNT16_CCBUF_CCBUF(data); in hri_tccount16_write_CCBUF_CCBUF_bf()
303 ((Tc *)hw)->COUNT16.CCBUF[index].reg &= ~TC_COUNT16_CCBUF_CCBUF(mask); in hri_tccount16_clear_CCBUF_CCBUF_bf()
310 ((Tc *)hw)->COUNT16.CCBUF[index].reg ^= TC_COUNT16_CCBUF_CCBUF(mask); in hri_tccount16_toggle_CCBUF_CCBUF_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h705 #define TC_COUNT16_CCBUF_CCBUF(value) (TC_COUNT16_CCBUF_CCBUF_Msk & ((value) << TC_COUNT16_CCBUF_CC… macro