[][src]Enum mkl26z4::spi0::br::SPPR_A

pub enum SPPR_A {
    _000,
    _001,
    _010,
    _011,
    _100,
    _101,
    _110,
    _111,
}

Possible values of the field SPPR

Variants

_000

Baud rate prescaler divisor is 1.

_001

Baud rate prescaler divisor is 2.

_010

Baud rate prescaler divisor is 3.

_011

Baud rate prescaler divisor is 4.

_100

Baud rate prescaler divisor is 5.

_101

Baud rate prescaler divisor is 6.

_110

Baud rate prescaler divisor is 7.

_111

Baud rate prescaler divisor is 8.

Trait Implementations

impl ToBits<u8> for SPPR_A[src]

impl PartialEq<SPPR_A> for SPPR_A[src]

impl Debug for SPPR_A[src]

impl Copy for SPPR_A[src]

impl Clone for SPPR_A[src]

Auto Trait Implementations

impl Unpin for SPPR_A

impl Send for SPPR_A

impl Sync for SPPR_A

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