Software APIs
top_earlgrey.c
1 // Copyright lowRISC contributors (OpenTitan project).
2 // Licensed under the Apache License, Version 2.0, see LICENSE for details.
3 // SPDX-License-Identifier: Apache-2.0
4 
6 
7 /**
8  * PLIC Interrupt Source to Peripheral Map
9  *
10  * This array is a mapping from `top_earlgrey_plic_irq_id_t` to
11  * `top_earlgrey_plic_peripheral_t`.
12  */
201 };
202 
203 
204 /**
205  * Alert Handler Alert Source to Peripheral Map
206  *
207  * This array is a mapping from `top_earlgrey_alert_id_t` to
208  * `top_earlgrey_alert_peripheral_t`.
209  */
277 };