Home
last modified time | relevance | path

Searched refs:tim_arr (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/timer/
H A Dstm32f2xx_timer.c79 if (s->tim_arr == 0) { in stm32f2xx_timer_set_alarm()
86 ticks = s->tim_arr - (now_ticks - s->tick_offset); in stm32f2xx_timer_set_alarm()
112 s->tim_arr = 0; in stm32f2xx_timer_reset()
156 return s->tim_arr; in stm32f2xx_timer_read()
230 s->tim_arr = value; in stm32f2xx_timer_write()
289 VMSTATE_UINT32(tim_arr, STM32F2XXTimerState),
/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h92 uint32_t tim_arr; member