summaryrefslogtreecommitdiff
path: root/util/atoi.h
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2025-07-19 07:46:11 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2025-07-19 10:01:50 +0200
commit40a60caa1136c7333c05e733518eaa83fa209f58 (patch)
tree50a8a9466fc83c6ad4df672bfade6e1bee0f8edf /util/atoi.h
parent8b9765332e5c30690619a314fd780cb8ca3f0169 (diff)
interrupt.S: Change interrupt EOI strategy
We now have a different strategy for EOI depending on trigger mode: For edge triggered, the behaviour is unchanged; the eoi comes before the handler so we don't miss interrupts. For level triggered, the eoi comes after the handler since the high interrupt line will trigger the interrupt again and stack up, before we mask it in queue_intr (and we don't risk missing interrupts). Message-ID: <20250719074547.288203-1-damien@zamaudio.com>
Diffstat (limited to 'util/atoi.h')
0 files changed, 0 insertions, 0 deletions