[][src]Struct ls7366::mdr1::Mdr1

pub struct Mdr1 {
    pub counter_mode: CounterMode,
    pub disable_counting: bool,
    pub flag_on_idx: bool,
    pub flag_on_cmp: bool,
    pub flag_on_bw: bool,
    pub flag_on_cy: bool,
}

Extended configuration options, mainly used for occurrence flags. (See datasheet).

Fields

counter_mode: CounterMode

programmed size of the counter(Cntr) register.

disable_counting: bool

Controls whether counting is enabled (false) or not (true)

flag_on_idx: boolflag_on_cmp: boolflag_on_bw: boolflag_on_cy: bool

Trait Implementations

impl Debug for Mdr1[src]

impl Encodable for Mdr1[src]

Auto Trait Implementations

impl RefUnwindSafe for Mdr1

impl Send for Mdr1

impl Sync for Mdr1

impl Unpin for Mdr1

impl UnwindSafe for Mdr1

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.