atsamd_hal::sercom::spi::pads

Struct Pads

Source
pub struct Pads<S, I, DI = NoneT, DO = NoneT, CK = NoneT, SS = NoneT>
where S: Sercom, I: IoSet, DI: OptionalPad, DO: OptionalPad, CK: OptionalPad, SS: OptionalPad,
{ /* private fields */ }
Expand description

Container for a set of SERCOM pads

See the spi module documentation for more details on declaring and instantiating a Pads type.

Implementations§

Source§

impl<S, I, DI, DO, CK, SS> Pads<S, I, DI, DO, CK, SS>
where S: Sercom, I: IoSet, DI: OptionalPad, DO: OptionalPad, CK: OptionalPad, SS: OptionalPad,

Source

pub fn data_in<Id>( self, pin: impl AnyPin<Id = Id>, ) -> Pads<S, I, Pad<S, Id>, DO, CK, SS>
where Id: GetPad<S>, Id::PadNum: Dipo, Pad<S, Id>: InIoSet<I>,

Set the DI pad

In a MasterMode, this is MISO. In Slave OpMode, this is MOSI.

Source

pub fn data_out<Id>( self, pin: impl AnyPin<Id = Id>, ) -> Pads<S, I, DI, Pad<S, Id>, CK, SS>
where Id: GetPad<S>, Id::PadNum: Dopo, Pad<S, Id>: InIoSet<I>,

Set the DO pad

In a MasterMode, this is MOSI. In Slave OpMode, this is MISO.

Source

pub fn sclk<Id>( self, pin: impl AnyPin<Id = Id>, ) -> Pads<S, I, DI, DO, Pad<S, Id>, SS>
where Id: GetPad<S, PadNum = Pad1>, Pad<S, Id>: InIoSet<I>,

Set the SCK pad, which is always Pad1

Source

pub fn ss<Id>( self, pin: impl AnyPin<Id = Id>, ) -> Pads<S, I, DI, DO, CK, Pad<S, Id>>
where Id: GetPad<S, PadNum = Pad2>, Pad<S, Id>: InIoSet<I>,

Set the SS pad, which is always Pad2

Source

pub fn free(self) -> (DI, DO, CK, SS)

Consume the Pads and return each individual Pin

Trait Implementations§

Source§

impl<S: Sercom, I: IoSet> Default for Pads<S, I>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<S, I, DI, DO, CK, SS> DipoDopo for Pads<S, I, DI, DO, CK, SS>
where S: Sercom, I: IoSet, DI: OptionalPad, DO: OptionalPad, CK: OptionalPad, SS: OptionalPad, DI::PadNum: Dipo, DO::PadNum: Dopo,

Lift the implementations of DipoDopo from implementations on OptionalPadNums to the corresponding Pads types.

Source§

impl<S, I, DI, DO, CK, SS> PadSet for Pads<S, I, DI, DO, CK, SS>
where S: Sercom, I: IoSet, DI: OptionalPad, DO: OptionalPad, CK: OptionalPad, SS: OptionalPad,

Source§

type Sercom = S

Source§

type IoSet = I

Source§

type DataIn = DI

Source§

type DataOut = DO

Source§

type Sclk = CK

Source§

type SS = SS

Source§

impl<S, I, DI, DO, CK, SS> ValidPads for Pads<S, I, DI, DO, CK, SS>
where S: Sercom, I: IoSet, DI: SomePad, DO: SomePad, CK: SomePad, SS: OptionalPad, Pads<S, I, DI, DO, CK, SS>: DipoDopo,

Source§

impl<S, I, DI, CK, SS> ValidPads for Pads<S, I, DI, NoneT, CK, SS>
where S: Sercom, I: IoSet, DI: SomePad, CK: SomePad, SS: OptionalPad, Pads<S, I, DI, NoneT, CK, SS>: DipoDopo,

Source§

impl<S, I, DO, CK, SS> ValidPads for Pads<S, I, NoneT, DO, CK, SS>
where S: Sercom, I: IoSet, DO: SomePad, CK: SomePad, SS: OptionalPad, Pads<S, I, NoneT, DO, CK, SS>: DipoDopo,

Auto Trait Implementations§

§

impl<S, I, DI, DO, CK, SS> Freeze for Pads<S, I, DI, DO, CK, SS>
where DI: Freeze, DO: Freeze, CK: Freeze, SS: Freeze,

§

impl<S, I, DI, DO, CK, SS> RefUnwindSafe for Pads<S, I, DI, DO, CK, SS>

§

impl<S, I, DI, DO, CK, SS> Send for Pads<S, I, DI, DO, CK, SS>
where DI: Send, DO: Send, CK: Send, SS: Send, S: Send, I: Send,

§

impl<S, I, DI, DO, CK, SS> Sync for Pads<S, I, DI, DO, CK, SS>
where DI: Sync, DO: Sync, CK: Sync, SS: Sync, S: Sync, I: Sync,

§

impl<S, I, DI, DO, CK, SS> Unpin for Pads<S, I, DI, DO, CK, SS>
where DI: Unpin, DO: Unpin, CK: Unpin, SS: Unpin, S: Unpin, I: Unpin,

§

impl<S, I, DI, DO, CK, SS> UnwindSafe for Pads<S, I, DI, DO, CK, SS>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.