[−][src]Struct lpc55_hal::peripherals::flexcomm::Flexcomm0
Fields
_state: StateImplementations
impl<State> Flexcomm0<State>[src]
impl Flexcomm0[src]
pub fn enabled_as_i2c(
self,
syscon: &mut Syscon,
_clocks_token: &ClocksSupportFlexcommToken
) -> I2c0<Enabled>[src]
self,
syscon: &mut Syscon,
_clocks_token: &ClocksSupportFlexcommToken
) -> I2c0<Enabled>
pub fn enabled_as_spi(
self,
syscon: &mut Syscon,
_clocks_token: &ClocksSupportFlexcommToken
) -> Spi0<Enabled>[src]
self,
syscon: &mut Syscon,
_clocks_token: &ClocksSupportFlexcommToken
) -> Spi0<Enabled>
pub fn enabled_as_usart(
self,
syscon: &mut Syscon,
_clocks_token: &ClocksSupportFlexcommToken
) -> Usart0<Enabled>[src]
self,
syscon: &mut Syscon,
_clocks_token: &ClocksSupportFlexcommToken
) -> Usart0<Enabled>
Trait Implementations
Auto Trait Implementations
impl<State> Send for Flexcomm0<State> where
State: Send,
State: Send,
impl<State = Unknown> !Sync for Flexcomm0<State>
impl<State> Unpin for Flexcomm0<State> where
State: Unpin,
State: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,