zephyr/tests/kernel/interrupt/src
Tom Hughes 74f6f7f94c tests: kernel: interrupt: Remove MS_TO_US
No files use MS_TO_US except tests/kernel/interrupt/src/nested_irq.c.
While the macro is convenient, we should put it in a more central
location and use it everywhere if we want to use it rather than just in
interrupt_util.h. For now, remove it and replace the two usages to match
how code is written in the rest of Zephyr.

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
2025-02-20 06:05:37 +01:00
..
dynamic_isr.c
dynamic_shared_irq.c
interrupt_offload.c
multilevel_irq.c irq: multilevel: compile 3rd level IRQ APIs only when enabled 2025-02-19 14:49:27 +00:00
nested_irq.c tests: kernel: interrupt: Remove MS_TO_US 2025-02-20 06:05:37 +01:00
prevent_irq.c
regular_isr.c
static_shared_irq.c
sw_isr_table.c
test_shared_irq.h