[][src]Struct tm4c129x::hib::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub rtcc: RTCC,
    pub rtcm0: RTCM0,
    pub rtcld: RTCLD,
    pub ctl: CTL,
    pub im: IM,
    pub ris: RIS,
    pub mis: MIS,
    pub ic: IC,
    pub rtct: RTCT,
    pub rtcss: RTCSS,
    pub io: IO,
    pub data: DATA,
    pub calctl: CALCTL,
    pub cal0: CAL0,
    pub cal1: CAL1,
    pub calld0: CALLD0,
    pub calld1: CALLD1,
    pub calm0: CALM0,
    pub calm1: CALM1,
    pub lock: LOCK,
    pub tpctl: TPCTL,
    pub tpstat: TPSTAT,
    pub tpio: TPIO,
    pub tplog0: TPLOG0,
    pub tplog1: TPLOG1,
    pub tplog2: TPLOG2,
    pub tplog3: TPLOG3,
    pub tplog4: TPLOG4,
    pub tplog5: TPLOG5,
    pub tplog6: TPLOG6,
    pub tplog7: TPLOG7,
    pub pp: PP,
    pub cc: CC,
    // some fields omitted
}

Register block

Fields

rtcc: RTCC

0x00 - Hibernation RTC Counter

rtcm0: RTCM0

0x04 - Hibernation RTC Match 0

rtcld: RTCLD

0x0c - Hibernation RTC Load

ctl: CTL

0x10 - Hibernation Control

im: IM

0x14 - Hibernation Interrupt Mask

ris: RIS

0x18 - Hibernation Raw Interrupt Status

mis: MIS

0x1c - Hibernation Masked Interrupt Status

ic: IC

0x20 - Hibernation Interrupt Clear

rtct: RTCT

0x24 - Hibernation RTC Trim

rtcss: RTCSS

0x28 - Hibernation RTC Sub Seconds

io: IO

0x2c - Hibernation IO Configuration

data: DATA

0x30 - Hibernation Data

calctl: CALCTL

0x300 - Hibernation Calendar Control

cal0: CAL0

0x310 - Hibernation Calendar 0

cal1: CAL1

0x314 - Hibernation Calendar 1

calld0: CALLD0

0x320 - Hibernation Calendar Load 0

calld1: CALLD1

0x324 - Hibernation Calendar Load

calm0: CALM0

0x330 - Hibernation Calendar Match 0

calm1: CALM1

0x334 - Hibernation Calendar Match 1

lock: LOCK

0x360 - Hibernation Lock

tpctl: TPCTL

0x400 - HIB Tamper Control

tpstat: TPSTAT

0x404 - HIB Tamper Status

tpio: TPIO

0x410 - HIB Tamper I/O Control

tplog0: TPLOG0

0x4e0 - HIB Tamper Log 0

tplog1: TPLOG1

0x4e4 - HIB Tamper Log 1

tplog2: TPLOG2

0x4e8 - HIB Tamper Log 2

tplog3: TPLOG3

0x4ec - HIB Tamper Log 3

tplog4: TPLOG4

0x4f0 - HIB Tamper Log 4

tplog5: TPLOG5

0x4f4 - HIB Tamper Log 5

tplog6: TPLOG6

0x4f8 - HIB Tamper Log 6

tplog7: TPLOG7

0x4fc - HIB Tamper Log 7

pp: PP

0xfc0 - Hibernation Peripheral Properties

cc: CC

0xfc8 - Hibernation Clock Control

Auto Trait Implementations

Blanket Implementations

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

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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self