[−][src]Struct lpc55_hal::peripherals::flexcomm::Spi8
Fields
_state: State
Trait Implementations
impl Deref for Spi8
[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl Spi for Spi8
[src]
impl<PIO: PinId> SpiCsPin<PIO, Spi8<Enabled<()>>> for Pin<PIO, Special<HS_SPI_SSEL0>>
[src]
const CS: ChipSelect
[src]
impl<PIO: PinId> SpiCsPin<PIO, Spi8<Enabled<()>>> for Pin<PIO, Special<HS_SPI_SSEL1>>
[src]
const CS: ChipSelect
[src]
impl<PIO: PinId> SpiCsPin<PIO, Spi8<Enabled<()>>> for Pin<PIO, Special<HS_SPI_SSEL2>>
[src]
const CS: ChipSelect
[src]
impl<PIO: PinId> SpiCsPin<PIO, Spi8<Enabled<()>>> for Pin<PIO, Special<HS_SPI_SSEL3>>
[src]
const CS: ChipSelect
[src]
impl<PIO: PinId> SpiMisoPin<PIO, Spi8<Enabled<()>>> for Pin<PIO, Special<HS_SPI_MISO>>
[src]
impl<PIO: PinId> SpiMosiPin<PIO, Spi8<Enabled<()>>> for Pin<PIO, Special<HS_SPI_MOSI>>
[src]
impl<PIO: PinId> SpiSckPin<PIO, Spi8<Enabled<()>>> for Pin<PIO, Special<HS_SPI_SCK>>
[src]
Auto Trait Implementations
impl<State> Send for Spi8<State> where
State: Send,
State: Send,
impl<State = Enabled<()>> !Sync for Spi8<State>
impl<State> Unpin for Spi8<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>,