aboutsummaryrefslogtreecommitdiff
path: root/hw/timer/renesas_tmr.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-24treewide: Remove the unnecessary space before semicolonBin Meng1-4/+4
2021-03-30hw/timer/renesas_tmr: Add default-case asserts in read_tcnt()Peter Maydell1-0/+4
2021-03-10hw/timer/renesas_tmr: Fix use of uninitialized data in read_tcnt()Peter Maydell1-4/+15
2021-03-10hw/timer/renesas_tmr: Prefix constants for CSS values with CSS_Peter Maydell1-8/+8
2020-12-18hw/timer/renesas_tmr: silence the compiler warningsChen Qun1-0/+1
2020-06-22hw/timer: RX62N 8-Bit timer (TMR)Yoshinori Sato1-0/+477