[][src]Struct lpc54606_pac::i2c0::cfg::HSCAPABLE_W

pub struct HSCAPABLE_W<'a> { /* fields omitted */ }

Write proxy for field HSCAPABLE

Methods

impl<'a> HSCAPABLE_W<'a>[src]

pub fn variant(self, variant: HSCAPABLE_A) -> &'a mut W[src]

Writes variant to the field

pub fn fast_mode_plus(self) -> &'a mut W[src]

Fast-mode plus. The I 2C interface will support Standard-mode, Fast-mode, and Fast-mode Plus, to the extent that the pin electronics support these modes. Any changes that need to be made to the pin controls, such as changing the drive strength or filtering, must be made by software via the IOCON register associated with each I2C pin,

pub fn high_speed(self) -> &'a mut W[src]

High-speed. In addition to Standard-mode, Fast-mode, and Fast-mode Plus, the I 2C interface will support High-speed mode to the extent that the pin electronics support these modes. See Section 25.7.2.2 for more information.

pub fn set_bit(self) -> &'a mut W[src]

Sets the field bit

pub fn clear_bit(self) -> &'a mut W[src]

Clears the field bit

pub fn bit(self, value: bool) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for HSCAPABLE_W<'a>

impl<'a> !Sync for HSCAPABLE_W<'a>

impl<'a> Unpin for HSCAPABLE_W<'a>

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

type Output = T

Should always be Self

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.