Ran with svd2rust 0.12.0
This commit is contained in:
@ -2,9 +2,12 @@ use vcell::VolatileCell;
|
||||
#[doc = r" Register block"]
|
||||
#[repr(C)]
|
||||
pub struct RegisterBlock {
|
||||
#[doc = "0x00 - CMP Control Register 0"] pub c0: C0,
|
||||
#[doc = "0x04 - CMP Control Register 1"] pub c1: C1,
|
||||
#[doc = "0x08 - CMP Control Register 2"] pub c2: C2,
|
||||
#[doc = "0x00 - CMP Control Register 0"]
|
||||
pub c0: C0,
|
||||
#[doc = "0x04 - CMP Control Register 1"]
|
||||
pub c1: C1,
|
||||
#[doc = "0x08 - CMP Control Register 2"]
|
||||
pub c2: C2,
|
||||
}
|
||||
#[doc = "CMP Control Register 0"]
|
||||
pub struct C0 {
|
||||
|
Reference in New Issue
Block a user