Skip to content

Commit

Permalink
Convert ICR to write only register
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Dec 15, 2024
1 parent fb43a6d commit fe59a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bus_wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fe59a0d

Please sign in to comment.