[][src]Struct tm4c129x::qei0::RegisterBlock

#[repr(C)]
pub struct RegisterBlock {
    pub ctl: CTL,
    pub stat: STAT,
    pub pos: POS,
    pub maxpos: MAXPOS,
    pub load: LOAD,
    pub time: TIME,
    pub count: COUNT,
    pub speed: SPEED,
    pub inten: INTEN,
    pub ris: RIS,
    pub isc: ISC,
}

Register block

Fields

ctl: CTL

0x00 - QEI Control

stat: STAT

0x04 - QEI Status

pos: POS

0x08 - QEI Position

maxpos: MAXPOS

0x0c - QEI Maximum Position

load: LOAD

0x10 - QEI Timer Load

time: TIME

0x14 - QEI Timer

count: COUNT

0x18 - QEI Velocity Counter

speed: SPEED

0x1c - QEI Velocity

inten: INTEN

0x20 - QEI Interrupt Enable

ris: RIS

0x24 - QEI Raw Interrupt Status

isc: ISC

0x28 - QEI Interrupt Status and Clear

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