zephyr/arch/common
Lars-Ove Karlsson b48aeedf77 arch: common: Removed unnecessary cast
Removed an unnecessary cast to void * from a function that already
had the correct signature.
This makes for more portable code as casting between code and data
pointers are frowned upon by the C standard.

Signed-off-by: Lars-Ove Karlsson <lars-ove.karlsson@iar.com>
2024-06-07 19:05:08 -04:00
..
include arch: common: irq: relocate internal functions into a private header 2023-11-09 11:20:42 +01:00
CMakeLists.txt arch: sw_isr: revamp multi-level interrupt architecture 2024-05-25 11:24:32 +03:00
dynamic_isr.c arch: common: guard the compilation of sw_isr_common with CMakeLists.txt 2023-11-09 11:20:42 +01:00
fill_with_zeros.ld
isr_tables.c arch: common: Removed unnecessary cast 2024-06-07 19:05:08 -04:00
Kconfig drivers: intc: update to use multi-level API 2024-05-25 11:24:32 +03:00
multilevel_irq_legacy.c arch: sw_isr: revamp multi-level interrupt architecture 2024-05-25 11:24:32 +03:00
multilevel_irq.c arch: common: multilevel_irq: simplification with new multilevel IRQ APIs 2024-05-25 11:24:32 +03:00
nocache.ld
ramfunc.ld
rom_start_address.ld
rom_start_offset.ld
semihost.c
shared_irq.c arch: Fix bounds checking for dynamic shared interrupts 2024-02-19 09:32:38 +01:00
sw_isr_common.c arch: common: sw_isr: make sure that the table index is within range 2023-12-08 08:40:41 -05:00
timing.c