Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
intc_rz_icu.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026 Renesas Electronics Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
13
14#ifndef ZEPHYR_DRIVERS_INTERRUPT_CONTROLLER_INTC_RZ_ICU_H_
15#define ZEPHYR_DRIVERS_INTERRUPT_CONTROLLER_INTC_RZ_ICU_H_
16
17#include <bsp_api.h>
18
26int icu_connect_irq_event(int irq, elc_event_t event);
27
28#endif /* ZEPHYR_DRIVERS_INTERRUPT_CONTROLLER_INTC_RZ_ICU_H_ */
int icu_connect_irq_event(int irq, elc_event_t event)
Connect the interrupt ID to the event number.