Searched refs:TCC_WAVE_POL1_Pos (Results 1 – 2 of 2) sorted by relevance
1327 #define TCC_WAVE_POL1_Pos 17 /**< \brief (TCC_WAVE) Channel 1 Polarity */ macro1328 #define TCC_WAVE_POL1 (1 << TCC_WAVE_POL1_Pos)
8351 tmp = (tmp & TCC_WAVE_POL1) >> TCC_WAVE_POL1_Pos; in hri_tcc_get_WAVE_POL1_bit()8362 tmp |= value << TCC_WAVE_POL1_Pos; in hri_tcc_write_WAVE_POL1_bit()