Home
last modified time | relevance | path

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

/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c53 if (s->tim_dier & TIM_DIER_UIE && s->tim_cr1 & TIM_CR1_CEN) { in stm32f2xx_timer_interrupt()
83 DB_PRINT("Alarm set at: 0x%x\n", s->tim_cr1); in stm32f2xx_timer_set_alarm()
102 s->tim_cr1 = 0; in stm32f2xx_timer_reset()
133 return s->tim_cr1; in stm32f2xx_timer_read()
191 s->tim_cr1 = value; in stm32f2xx_timer_write()
279 VMSTATE_UINT32(tim_cr1, STM32F2XXTimerState),
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h82 uint32_t tim_cr1; member