Run with updated version of rustfmt
This commit is contained in:
@ -22,7 +22,9 @@ impl super::CONF {
|
||||
#[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 = r" Writes to the register"]
|
||||
#[inline]
|
||||
@ -107,10 +109,8 @@ impl GTBEOUTR {
|
||||
#[doc = "Possible values of the field `ITRIGR`"]
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub enum ITRIGRR {
|
||||
#[doc = "Initialization trigger is generated on counter wrap events."]
|
||||
_0,
|
||||
#[doc = "Initialization trigger is generated when a reload point is reached."]
|
||||
_1,
|
||||
#[doc = "Initialization trigger is generated on counter wrap events."] _0,
|
||||
#[doc = "Initialization trigger is generated when a reload point is reached."] _1,
|
||||
}
|
||||
impl ITRIGRR {
|
||||
#[doc = r" Returns `true` if the bit is clear (0)"]
|
||||
@ -229,10 +229,8 @@ impl<'a> _GTBEOUTW<'a> {
|
||||
}
|
||||
#[doc = "Values that can be written to the field `ITRIGR`"]
|
||||
pub enum ITRIGRW {
|
||||
#[doc = "Initialization trigger is generated on counter wrap events."]
|
||||
_0,
|
||||
#[doc = "Initialization trigger is generated when a reload point is reached."]
|
||||
_1,
|
||||
#[doc = "Initialization trigger is generated on counter wrap events."] _0,
|
||||
#[doc = "Initialization trigger is generated when a reload point is reached."] _1,
|
||||
}
|
||||
impl ITRIGRW {
|
||||
#[allow(missing_docs)]
|
||||
|
Reference in New Issue
Block a user