[][src]Struct k64::pit::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub mcr: MCR, pub ldval0: LDVAL, pub cval0: CVAL, pub tctrl0: TCTRL, pub tflg0: TFLG, pub ldval1: LDVAL, pub cval1: CVAL, pub tctrl1: TCTRL, pub tflg1: TFLG, pub ldval2: LDVAL, pub cval2: CVAL, pub tctrl2: TCTRL, pub tflg2: TFLG, pub ldval3: LDVAL, pub cval3: CVAL, pub tctrl3: TCTRL, pub tflg3: TFLG, // some fields omitted }

Register block

Fields

mcr: MCR

0x00 - PIT Module Control Register

ldval0: LDVAL

0x100 - Timer Load Value Register

cval0: CVAL

0x104 - Current Timer Value Register

tctrl0: TCTRL

0x108 - Timer Control Register

tflg0: TFLG

0x10c - Timer Flag Register

ldval1: LDVAL

0x110 - Timer Load Value Register

cval1: CVAL

0x114 - Current Timer Value Register

tctrl1: TCTRL

0x118 - Timer Control Register

tflg1: TFLG

0x11c - Timer Flag Register

ldval2: LDVAL

0x120 - Timer Load Value Register

cval2: CVAL

0x124 - Current Timer Value Register

tctrl2: TCTRL

0x128 - Timer Control Register

tflg2: TFLG

0x12c - Timer Flag Register

ldval3: LDVAL

0x130 - Timer Load Value Register

cval3: CVAL

0x134 - Current Timer Value Register

tctrl3: TCTRL

0x138 - Timer Control Register

tflg3: TFLG

0x13c - Timer Flag Register

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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