]> Git Repo - qemu.git/commit
hw/timer: RX62N compare match timer (CMT)
authorYoshinori Sato <[email protected]>
Wed, 20 Mar 2019 14:16:05 +0000 (23:16 +0900)
committerPhilippe Mathieu-Daudé <[email protected]>
Mon, 22 Jun 2020 16:37:12 +0000 (18:37 +0200)
commitc7f37bafde83a73eedc3bd6e029abba745871dea
tree49129044a1ec4a77d223912ef7e38f536b94f172
parent7adca78edaa91069f66e373f5b7e4e7d5fe14879
hw/timer: RX62N compare match timer (CMT)

renesas_cmt: 16bit compare match timer modules.
This part use many renesas's CPU.
Hardware manual.
https://www.renesas.com/us/en/doc/products/mpumcu/doc/rx_family/r01uh0033ej0140_rx62n.pdf

Signed-off-by: Yoshinori Sato <[email protected]>
Reviewed-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-Id: <20200224141923[email protected]>
[PMD: Split from TMR, filled VMStateField for migration]
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
MAINTAINERS
hw/timer/Kconfig
hw/timer/Makefile.objs
hw/timer/renesas_cmt.c [new file with mode: 0644]
include/hw/timer/renesas_cmt.h [new file with mode: 0644]
This page took 0.028733 seconds and 4 git commands to generate.