[][src]Struct imxrt1062_hal::spi::Unclocked

pub struct Unclocked {}

Unclocked SPI modules

The Unclocked struct represents all four unconfigured SPI peripherals. Once clocked, you'll have the ability to build SPI peripherals from the compatible processor pins.

Methods

impl Unclocked[src]

pub fn clock(
    self,
    handle: &mut Handle,
    clock_select: ClockSelect,
    divider: PrescalarSelect
) -> (Builder<_1>, Builder<_2>, Builder<_3>, Builder<_4>)
[src]

Enable clocks to all SPI modules, returning a builder for the four SPI modules.

Auto Trait Implementations

impl Send for Unclocked

impl Sync for Unclocked

impl Unpin for Unclocked

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.