zephyr/include/drivers/interrupt_controller
Erwan Gouriou 78d7b2106a drivers/interrup_controller: stm32: stm32_exti_enable could be void
stm32_exti_enable was returning errors on line > 32 or line pointing
to non implemented line. Both conditions are hard-coded, hence there
is no use to detect them dynamically in the code.
Check them with assert. As a consequence, function could now be void.

Additionally, enable exti irq line only if both checks are passed.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2020-02-05 12:00:36 +01:00
..
exti_stm32.h drivers/interrup_controller: stm32: stm32_exti_enable could be void 2020-02-05 12:00:36 +01:00
gic.h interrupt_controller: gic: Support multiple GIC versions 2019-12-19 11:05:27 -05:00
ioapic.h
loapic.h drivers/interrupt_controller/loapic.h: add IPI support 2019-10-07 19:46:55 -04:00
sam0_eic.h include/drivers: Move 2 specific intc headers into public location 2019-12-18 21:49:46 +01:00
sysapic.h arch/x86: inline x2APIC EOI 2019-09-12 09:53:45 +08:00