[][src]Struct ls7366::mdr0::Mdr0

pub struct Mdr0 {
    pub quad_count_mode: QuadCountMode,
    pub cycle_count_mode: CycleCountMode,
    pub index_mode: IndexMode,
    pub is_index_inverted: bool,
    pub filter_clock: FilterClockDivisionFactor,
}

Representation of the Mdr0 register.

Fields

quad_count_mode: QuadCountMode

Quadrature count mode

cycle_count_mode: CycleCountMode

Cycle behavior

index_mode: IndexMode

Behavior of the index pin.

is_index_inverted: bool

Flag for inverting the Index pin.

filter_clock: FilterClockDivisionFactor

Index Filter frequency.

Trait Implementations

impl Debug for Mdr0[src]

impl Encodable for Mdr0[src]

Auto Trait Implementations

impl RefUnwindSafe for Mdr0

impl Send for Mdr0

impl Sync for Mdr0

impl Unpin for Mdr0

impl UnwindSafe for Mdr0

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, 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.