Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1332 #define TCC_WAVE_POL3 (1 << TCC_WAVE_POL3_Pos) macro
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h8431 ((Tcc *)hw)->WAVE.reg |= TCC_WAVE_POL3; in hri_tcc_set_WAVE_POL3_bit()
8439 tmp = (tmp & TCC_WAVE_POL3) >> TCC_WAVE_POL3_Pos; in hri_tcc_get_WAVE_POL3_bit()
8449 tmp &= ~TCC_WAVE_POL3; in hri_tcc_write_WAVE_POL3_bit()
8459 ((Tcc *)hw)->WAVE.reg &= ~TCC_WAVE_POL3; in hri_tcc_clear_WAVE_POL3_bit()
8467 ((Tcc *)hw)->WAVE.reg ^= TCC_WAVE_POL3; in hri_tcc_toggle_WAVE_POL3_bit()