[][src]Struct lpc82x_hal::swm::SPI0_MISO

pub struct SPI0_MISO(_);

Represents a movable function

Movable functions can be accessed via the field movable_functions of swm::Parts.

Trait Implementations

impl FunctionTrait<PIO0_0> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_1> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_2> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_3> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_4> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_5> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_6> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_7> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_8> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_9> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_10> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_11> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_12> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_13> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_14> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_15> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_16> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_17> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_18> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_19> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_20> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_21> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_22> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_23> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_24> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_25> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_26> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_27> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

impl FunctionTrait<PIO0_28> for SPI0_MISO[src]

type Kind = Output

Whether this is an input or output function Read more

Auto Trait Implementations

impl Send for SPI0_MISO

impl Sync for SPI0_MISO

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]