Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1330 #define TCC_WAVE_POL2 (1 << TCC_WAVE_POL2_Pos) macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h8387 ((Tcc *)hw)->WAVE.reg |= TCC_WAVE_POL2; in hri_tcc_set_WAVE_POL2_bit()
8395 tmp = (tmp & TCC_WAVE_POL2) >> TCC_WAVE_POL2_Pos; in hri_tcc_get_WAVE_POL2_bit()
8405 tmp &= ~TCC_WAVE_POL2; in hri_tcc_write_WAVE_POL2_bit()
8415 ((Tcc *)hw)->WAVE.reg &= ~TCC_WAVE_POL2; in hri_tcc_clear_WAVE_POL2_bit()
8423 ((Tcc *)hw)->WAVE.reg ^= TCC_WAVE_POL2; in hri_tcc_toggle_WAVE_POL2_bit()