[−][src]Struct lpc55_hal::peripherals::flexcomm::I2c6
Fields
_state: StateTrait Implementations
impl Deref for I2c6[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
impl I2c for I2c6[src]
impl<PIO: PinId> I2cSclPin<PIO, I2c6<Enabled<()>>> for Pin<PIO, Special<FC6_RTS_SCL_SSEL1>>[src]
impl<PIO: PinId> I2cSclPin<PIO, I2c6<Enabled<()>>> for Pin<PIO, Special<FC6_TXD_SCL_MISO_WS>>[src]
impl<PIO: PinId> I2cSdaPin<PIO, I2c6<Enabled<()>>> for Pin<PIO, Special<FC6_CTS_SDA_SSEL0>>[src]
impl<PIO: PinId> I2cSdaPin<PIO, I2c6<Enabled<()>>> for Pin<PIO, Special<FC6_RXD_SDA_MOSI_DATA>>[src]
Auto Trait Implementations
impl<State> Send for I2c6<State> where
State: Send,
State: Send,
impl<State = Enabled<()>> !Sync for I2c6<State>
impl<State> Unpin for I2c6<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>,