Run with updated version of rustfmt

This commit is contained in:
Kjetil Kjeka
2017-09-23 20:31:10 +02:00
parent 7facea48b2
commit 2fc3ce22de
1658 changed files with 25191 additions and 42351 deletions

View File

@ -2,12 +2,9 @@ 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 {