Searched refs:T3 (Results 1 – 3 of 3) sorted by relevance
1768 basePointer->TIMER.T3 = value; in _SI32_I2C_A_set_timer3_u8()1781 return basePointer->TIMER.T3; in _SI32_I2C_A_get_timer3_u8()1825 basePointer->TIMER.T3 = (value >> 8) & 0xFF; in _SI32_I2C_A_set_timer_high_u16()1839 return (basePointer->TIMER.T3 << 8) | basePointer->TIMER.T2; in _SI32_I2C_A_get_timer_high_u16()
1964 (basePointer->TIMER.T3 = value)1977 (basePointer->TIMER.T3)2030 basePointer->TIMER.T3 = (value >> 8) & 0xFF;\2045 ((basePointer->TIMER.T3 << 8) | basePointer->TIMER.T2)
786 volatile uint8_t T3; member