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

#[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

0x00 - Hibernation RTC Counter

0x04 - Hibernation RTC Match 0

0x0c - Hibernation RTC Load

0x10 - Hibernation Control

0x14 - Hibernation Interrupt Mask

0x18 - Hibernation Raw Interrupt Status

0x1c - Hibernation Masked Interrupt Status

0x20 - Hibernation Interrupt Clear

0x24 - Hibernation RTC Trim

0x28 - Hibernation RTC Sub Seconds

0x2c - Hibernation IO Configuration

0x30 - Hibernation Data

0x300 - Hibernation Calendar Control

0x310 - Hibernation Calendar 0

0x314 - Hibernation Calendar 1

0x320 - Hibernation Calendar Load 0

0x324 - Hibernation Calendar Load

0x330 - Hibernation Calendar Match 0

0x334 - Hibernation Calendar Match 1

0x360 - Hibernation Lock

0x400 - HIB Tamper Control

0x404 - HIB Tamper Status

0x410 - HIB Tamper I/O Control

0x4e0 - HIB Tamper Log 0

0x4e4 - HIB Tamper Log 1

0x4e8 - HIB Tamper Log 2

0x4ec - HIB Tamper Log 3

0x4f0 - HIB Tamper Log 4

0x4f4 - HIB Tamper Log 5

0x4f8 - HIB Tamper Log 6

0x4fc - HIB Tamper Log 7

0xfc0 - Hibernation Peripheral Properties

0xfc8 - Hibernation Clock Control

Trait Implementations

Auto Trait Implementations

impl Send for RegisterBlock

impl !Sync for RegisterBlock