Home
last modified time | relevance | path

Searched refs:T3RL (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/si32/si32Hal/SI32_Modules/
DSI32_I2C_A_Type.c1967 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()
DSI32_I2C_A_Type.h2198 (basePointer->TIMERRL.T3RL = value)
2211 (basePointer->TIMERRL.T3RL)
2264 basePointer->TIMERRL.T3RL = (value >> 8) & 0xFF;\
2279 ((basePointer->TIMERRL.T3RL << 8) | basePointer->TIMERRL.T2RL)
DSI32_I2C_A_Registers.h819 volatile uint8_t T3RL; member