[][src]Enum lpc81x_pac::i2c::msttime::MSTSCLHIGHW

pub enum MSTSCLHIGHW {
    _2_CLOCKS_MINIMUM_SC,
    _3_CLOCKS_MINIMUM_SC,
    _4_CLOCKS_MINIMUM_SC,
    _5_CLOCKS_MINIMUM_SC,
    _6_CLOCKS_MINIMUM_SC,
    _7_CLOCKS_MINIMUM_SC,
    _8_CLOCKS_MINIMUM_SC,
    _9_CLOCKS_MINIMUM_SC,
}

Values that can be written to the field MSTSCLHIGH

Variants

_2_CLOCKS_MINIMUM_SC
  1. Minimum SCL high time is 2 clock of the I2C clock pre-divider.
_3_CLOCKS_MINIMUM_SC
  1. Minimum SCL high time is 3 clocks of the I2C clock pre-divider .
_4_CLOCKS_MINIMUM_SC
  1. Minimum SCL high time is 4 clock of the I2C clock pre-divider.
_5_CLOCKS_MINIMUM_SC
  1. Minimum SCL high time is 5 clock of the I2C clock pre-divider.
_6_CLOCKS_MINIMUM_SC
  1. Minimum SCL high time is 6 clock of the I2C clock pre-divider.
_7_CLOCKS_MINIMUM_SC
  1. Minimum SCL high time is 7 clock of the I2C clock pre-divider.
_8_CLOCKS_MINIMUM_SC
  1. Minimum SCL high time is 8 clock of the I2C clock pre-divider.
_9_CLOCKS_MINIMUM_SC
  1. Minimum SCL high time is 9 clocks of the I2C clock pre-divider.

Trait Implementations

impl PartialEq<MSTSCLHIGHW> for MSTSCLHIGHW[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]

This method tests for !=.

impl Debug for MSTSCLHIGHW[src]

impl Copy for MSTSCLHIGHW[src]

impl Clone for MSTSCLHIGHW[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MSTSCLHIGHW

impl Sync for MSTSCLHIGHW

Blanket Implementations

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> From<T> for 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