stm32l4x2_pac/
scb_actrl.rs

1#[doc = r" Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - Auxiliary control register"]
5    pub actrl: ACTRL,
6}
7#[doc = "Auxiliary control register"]
8pub struct ACTRL {
9    register: ::vcell::VolatileCell<u32>,
10}
11#[doc = "Auxiliary control register"]
12pub mod actrl;