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

@ -6,18 +6,17 @@ impl super::VERID {
#[doc = r" Reads the contents of the register"]
#[inline]
pub fn read(&self) -> R {
R { bits: self.register.get() }
R {
bits: self.register.get(),
}
}
}
#[doc = "Possible values of the field `FEATURE`"]
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum FEATURER {
#[doc = "Standard features implemented."]
_0000000000000000,
#[doc = "Supports state, logic and parallel modes."]
_0000000000000001,
#[doc = r" Reserved"]
_Reserved(u16),
#[doc = "Standard features implemented."] _0000000000000000,
#[doc = "Supports state, logic and parallel modes."] _0000000000000001,
#[doc = r" Reserved"] _Reserved(u16),
}
impl FEATURER {
#[doc = r" Value of the field as raw bits"]