rust-embedded-talk/example-source/msp432p401r/src/ref_a.rs

13 lines
289 B
Rust

#[doc = r" Register block"]
#[repr(C)]
pub struct RegisterBlock {
#[doc = "0x00 - REF Control Register 0"]
pub refctl0: REFCTL0,
}
#[doc = "REF Control Register 0"]
pub struct REFCTL0 {
register: ::vcell::VolatileCell<u16>,
}
#[doc = "REF Control Register 0"]
pub mod refctl0;