Enum kernel::hil::spi::DataOrder [] [src]

pub enum DataOrder {
    MSBFirst,
    LSBFirst,
}

Values for the ordering of bits

Variants

Trait Implementations

impl Copy for DataOrder
[src]

impl Clone for DataOrder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DataOrder
[src]

[src]

Formats the value using the given formatter. Read more