Home
last modified time | relevance | path

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

/external/qemu/hw/arm/
Darmv7m_nvic.c56 static inline int64_t systick_scale(nvic_state *s) in systick_scale() function
68 s->systick.tick += (s->systick.reload + 1) * systick_scale(s); in systick_reload()
142 val = ((s->systick.tick - (t + 1)) / systick_scale(s)) + 1; in nvic_readl()