Searched refs:T0 (Results 1 – 3 of 3) sorted by relevance
1684 basePointer->TIMER.T0 = value; in _SI32_I2C_A_set_timer0_u8()1697 return basePointer->TIMER.T0; in _SI32_I2C_A_get_timer0_u8()1797 basePointer->TIMER.T0 = (value ) & 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()
1868 (basePointer->TIMER.T0 = value)1881 (basePointer->TIMER.T0)1997 basePointer->TIMER.T0 = (value ) & 0xFF;\2011 ((basePointer->TIMER.T1 << 8) | basePointer->TIMER.T0)
780 volatile uint8_t T0; member