stm32f412g/
stm32f412g_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 RNG: u32 = 80;
8pub const FPU: u32 = 81;
9pub const SPI4: u32 = 84;
10pub const SPI5: u32 = 85;
11pub const SQPI: u32 = 92;
12pub const I2CFMP1_EV: u32 = 95;
13pub const I2CFMP1_ER: u32 = 96;