Searched refs:T1 (Results 1 – 3 of 3) sorted by relevance
1712 basePointer->TIMER.T1 = value; in _SI32_I2C_A_set_timer1_u8()1725 return basePointer->TIMER.T1; in _SI32_I2C_A_get_timer1_u8()1796 basePointer->TIMER.T1 = (value >> 8) & 0xFF; in _SI32_I2C_A_set_timer_low_u16()1810 return (basePointer->TIMER.T1 << 8) | basePointer->TIMER.T0; in _SI32_I2C_A_get_timer_low_u16()
1900 (basePointer->TIMER.T1 = value)1913 (basePointer->TIMER.T1)1996 basePointer->TIMER.T1 = (value >> 8) & 0xFF;\2011 ((basePointer->TIMER.T1 << 8) | basePointer->TIMER.T0)
782 volatile uint8_t T1; member