Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1315 #define TCC_WAVE_CICCEN0 (1 << TCC_WAVE_CICCEN0_Pos) macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h8123 ((Tcc *)hw)->WAVE.reg |= TCC_WAVE_CICCEN0; in hri_tcc_set_WAVE_CICCEN0_bit()
8131 tmp = (tmp & TCC_WAVE_CICCEN0) >> TCC_WAVE_CICCEN0_Pos; in hri_tcc_get_WAVE_CICCEN0_bit()
8141 tmp &= ~TCC_WAVE_CICCEN0; in hri_tcc_write_WAVE_CICCEN0_bit()
8151 ((Tcc *)hw)->WAVE.reg &= ~TCC_WAVE_CICCEN0; in hri_tcc_clear_WAVE_CICCEN0_bit()
8159 ((Tcc *)hw)->WAVE.reg ^= TCC_WAVE_CICCEN0; in hri_tcc_toggle_WAVE_CICCEN0_bit()