stm32l4x2_pac/nvic_stir.rs
1#[doc = r" Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4 #[doc = "0x00 - Software trigger interrupt register"]
5 pub stir: STIR,
6}
7#[doc = "Software trigger interrupt register"]
8pub struct STIR {
9 register: ::vcell::VolatileCell<u32>,
10}
11#[doc = "Software trigger interrupt register"]
12pub mod stir;