stm32f446re/stm32f446re_nvic.rs
1// Licensed under the Apache License, Version 2.0 or the MIT License.
2// SPDX-License-Identifier: Apache-2.0 OR MIT
3// Copyright Tock Contributors 2022.
4
5//! Named constants for NVIC ids specific to this chip
6
7pub const SAI2: u32 = 91;
8pub const QUADSPI: u32 = 92;
9pub const CEC: u32 = 93;
10pub const SPDIF_RX: u32 = 94;
11pub const FMPI2C1_EV: u32 = 95;
12pub const FMPI2C1_ER: u32 = 96;