Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tc_l21.h1848 ((Tc *)hw)->COUNT8.WAVE.reg |= TC_WAVE_WAVEGEN(mask); in hri_tc_set_WAVE_WAVEGEN_bf()
1856 tmp = (tmp & TC_WAVE_WAVEGEN(mask)) >> TC_WAVE_WAVEGEN_Pos; in hri_tc_get_WAVE_WAVEGEN_bf()
1866 tmp |= TC_WAVE_WAVEGEN(data); in hri_tc_write_WAVE_WAVEGEN_bf()
1874 ((Tc *)hw)->COUNT8.WAVE.reg &= ~TC_WAVE_WAVEGEN(mask); in hri_tc_clear_WAVE_WAVEGEN_bf()
1881 ((Tc *)hw)->COUNT8.WAVE.reg ^= TC_WAVE_WAVEGEN(mask); in hri_tc_toggle_WAVE_WAVEGEN_bf()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtc.h442 #define TC_WAVE_WAVEGEN(value) (TC_WAVE_WAVEGEN_Msk & ((value) << TC_WAVE_WAVEGEN_Pos)) macro