Searched refs:TCC_WAVE_POL3_Pos (Results 1 – 2 of 2) sorted by relevance
1331 #define TCC_WAVE_POL3_Pos 19 /**< \brief (TCC_WAVE) Channel 3 Polarity */ macro1332 #define TCC_WAVE_POL3 (1 << TCC_WAVE_POL3_Pos)
8439 tmp = (tmp & TCC_WAVE_POL3) >> TCC_WAVE_POL3_Pos; in hri_tcc_get_WAVE_POL3_bit()8450 tmp |= value << TCC_WAVE_POL3_Pos; in hri_tcc_write_WAVE_POL3_bit()