Searched refs:T3RL (Results 1 – 3 of 3) sorted by relevance
1967 basePointer->TIMERRL.T3RL = value; in _SI32_I2C_A_set_timer3_reload()1980 return basePointer->TIMERRL.T3RL; in _SI32_I2C_A_get_timer3_reload()2024 basePointer->TIMERRL.T3RL = (value >> 8) & 0xFF; in _SI32_I2C_A_set_16bit_timer_reload_high()2038 return (basePointer->TIMERRL.T3RL << 8) | basePointer->TIMERRL.T2RL; in _SI32_I2C_A_get_16bit_timer_reload_high()
2198 (basePointer->TIMERRL.T3RL = value)2211 (basePointer->TIMERRL.T3RL)2264 basePointer->TIMERRL.T3RL = (value >> 8) & 0xFF;\2279 ((basePointer->TIMERRL.T3RL << 8) | basePointer->TIMERRL.T2RL)
819 volatile uint8_t T3RL; member