stm32f446re/
stm32f446re_nvic.rs

1
2
3
4
5
6
7
8
9
10
11
12
// Licensed under the Apache License, Version 2.0 or the MIT License.
// SPDX-License-Identifier: Apache-2.0 OR MIT
// Copyright Tock Contributors 2022.

//! Named constants for NVIC ids specific to this chip

pub const SAI2: u32 = 91;
pub const QUADSPI: u32 = 92;
pub const CEC: u32 = 93;
pub const SPDIF_RX: u32 = 94;
pub const FMPI2C1_EV: u32 = 95;
pub const FMPI2C1_ER: u32 = 96;