[][src]Struct lpc55s6x_hal::peripherals::flexcomm::Flexcomm3

pub struct Flexcomm3<State = Unknown> {
    pub _state: State,
    // some fields omitted
}

Fields

_state: State

Methods

impl<State> Flexcomm3<State>[src]

pub fn release(self) -> (FLEXCOMM3, I2C3, I2S3, SPI3, USART3)[src]

impl Flexcomm3[src]

pub fn enabled_as_i2c(
    self,
    syscon: &mut Syscon,
    _clocks_token: &ClocksSupportFlexcommToken
) -> I2c3<Enabled>
[src]

pub fn enabled_as_spi(
    self,
    syscon: &mut Syscon,
    _clocks_token: &ClocksSupportFlexcommToken
) -> Spi3<Enabled>
[src]

pub fn enabled_as_usart(
    self,
    syscon: &mut Syscon,
    _clocks_token: &ClocksSupportFlexcommToken
) -> Usart3<Enabled>
[src]

Trait Implementations

impl From<(FLEXCOMM3, I2C3, I2S3, SPI3, USART3)> for Flexcomm3[src]

Auto Trait Implementations

impl<State> Unpin for Flexcomm3<State> where
    State: Unpin

impl<State> Send for Flexcomm3<State> where
    State: Send

impl<State = Unknown> !Sync for Flexcomm3<State>

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