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

pub enum MSTSCLLOWR {
    _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,
}

Possible values of the field MSTSCLLOW

Variants

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

Methods

impl MSTSCLLOWR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_2_clocks_minimum_sc(&self) -> bool[src]

Checks if the value of the field is _2_CLOCKS_MINIMUM_SC

pub fn is_3_clocks_minimum_sc(&self) -> bool[src]

Checks if the value of the field is _3_CLOCKS_MINIMUM_SC

pub fn is_4_clocks_minimum_sc(&self) -> bool[src]

Checks if the value of the field is _4_CLOCKS_MINIMUM_SC

pub fn is_5_clocks_minimum_sc(&self) -> bool[src]

Checks if the value of the field is _5_CLOCKS_MINIMUM_SC

pub fn is_6_clocks_minimum_sc(&self) -> bool[src]

Checks if the value of the field is _6_CLOCKS_MINIMUM_SC

pub fn is_7_clocks_minimum_sc(&self) -> bool[src]

Checks if the value of the field is _7_CLOCKS_MINIMUM_SC

pub fn is_8_clocks_minimum_sc(&self) -> bool[src]

Checks if the value of the field is _8_CLOCKS_MINIMUM_SC

pub fn is_9_clocks_minimum_sc(&self) -> bool[src]

Checks if the value of the field is _9_CLOCKS_MINIMUM_SC

Trait Implementations

impl PartialEq<MSTSCLLOWR> for MSTSCLLOWR[src]

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

This method tests for !=.

impl Debug for MSTSCLLOWR[src]

impl Copy for MSTSCLLOWR[src]

impl Clone for MSTSCLLOWR[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 MSTSCLLOWR

impl Sync for MSTSCLLOWR

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