Struct atsam4s2c_pac::supc::RegisterBlock[][src]

#[repr(C)]pub struct RegisterBlock {
    pub cr: CR,
    pub smmr: SMMR,
    pub mr: MR,
    pub wumr: WUMR,
    pub wuir: WUIR,
    pub sr: SR,
}

Register block

Fields

cr: CR

0x00 - Supply Controller Control Register

smmr: SMMR

0x04 - Supply Controller Supply Monitor Mode Register

mr: MR

0x08 - Supply Controller Mode Register

wumr: WUMR

0x0c - Supply Controller Wake-up Mode Register

wuir: WUIR

0x10 - Supply Controller Wake-up Inputs Register

sr: SR

0x14 - Supply Controller Status Register

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.