From fe59a0dab7d34e64cf6ed02879f97cab43e96af8 Mon Sep 17 00:00:00 2001 From: M0stafaRady Date: Sun, 15 Dec 2024 13:33:45 +0200 Subject: [PATCH] Convert ICR to write only register --- scripts/bus_wrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bus_wrap.py b/scripts/bus_wrap.py index e0ccbec..ab8cce8 100644 --- a/scripts/bus_wrap.py +++ b/scripts/bus_wrap.py @@ -563,7 +563,7 @@ def print_registers_offsets(bus_type): print("") """ def print_rdata(bus_type): - IRQ_REGS = ["IM", "MIS", "RIS", "IC"] + IRQ_REGS = ["IM", "MIS", "RIS"] prefix = "last_H" if bus_type == "APB": prefix = "P"