[][src]Struct drone_stm32_map_periph_spi::CSpiCr2Fields

pub struct CSpiCr2Fields<T: SpiMap> {
    pub ds: T::CSpiCr2Ds,
    pub errie: T::CSpiCr2Errie,
    pub frf: T::CSpiCr2Frf,
    pub frxth: T::CSpiCr2Frxth,
    pub ldma_rx: T::CSpiCr2LdmaRx,
    pub ldma_tx: T::CSpiCr2LdmaTx,
    pub nssp: T::CSpiCr2Nssp,
    pub rxdmaen: T::CSpiCr2Rxdmaen,
    pub rxneie: T::CSpiCr2Rxneie,
    pub ssoe: T::CSpiCr2Ssoe,
    pub txdmaen: T::CSpiCr2Txdmaen,
    pub txeie: T::CSpiCr2Txeie,
}

Fields

ds: T::CSpiCr2Dserrie: T::CSpiCr2Erriefrf: T::CSpiCr2Frffrxth: T::CSpiCr2Frxthldma_rx: T::CSpiCr2LdmaRxldma_tx: T::CSpiCr2LdmaTxnssp: T::CSpiCr2Nssprxdmaen: T::CSpiCr2Rxdmaenrxneie: T::CSpiCr2Rxneiessoe: T::CSpiCr2Ssoetxdmaen: T::CSpiCr2Txdmaentxeie: T::CSpiCr2Txeie

Auto Trait Implementations

impl<T> Unpin for CSpiCr2Fields<T> where
    <T as SpiCr2Ds<T>>::CSpiCr2Ds: Unpin,
    <T as SpiCr2Errie<T>>::CSpiCr2Errie: Unpin,
    <T as SpiCr2Frf<T>>::CSpiCr2Frf: Unpin,
    <T as SpiCr2Frxth<T>>::CSpiCr2Frxth: Unpin,
    <T as SpiCr2LdmaRx<T>>::CSpiCr2LdmaRx: Unpin,
    <T as SpiCr2LdmaTx<T>>::CSpiCr2LdmaTx: Unpin,
    <T as SpiCr2Nssp<T>>::CSpiCr2Nssp: Unpin,
    <T as SpiCr2Rxdmaen<T>>::CSpiCr2Rxdmaen: Unpin,
    <T as SpiCr2Rxneie<T>>::CSpiCr2Rxneie: Unpin,
    <T as SpiCr2Ssoe<T>>::CSpiCr2Ssoe: Unpin,
    <T as SpiCr2Txdmaen<T>>::CSpiCr2Txdmaen: Unpin,
    <T as SpiCr2Txeie<T>>::CSpiCr2Txeie: Unpin

impl<T> Send for CSpiCr2Fields<T> where
    <T as SpiCr2Ds<T>>::CSpiCr2Ds: Send,
    <T as SpiCr2Errie<T>>::CSpiCr2Errie: Send,
    <T as SpiCr2Frf<T>>::CSpiCr2Frf: Send,
    <T as SpiCr2Frxth<T>>::CSpiCr2Frxth: Send,
    <T as SpiCr2LdmaRx<T>>::CSpiCr2LdmaRx: Send,
    <T as SpiCr2LdmaTx<T>>::CSpiCr2LdmaTx: Send,
    <T as SpiCr2Nssp<T>>::CSpiCr2Nssp: Send,
    <T as SpiCr2Rxdmaen<T>>::CSpiCr2Rxdmaen: Send,
    <T as SpiCr2Rxneie<T>>::CSpiCr2Rxneie: Send,
    <T as SpiCr2Ssoe<T>>::CSpiCr2Ssoe: Send,
    <T as SpiCr2Txdmaen<T>>::CSpiCr2Txdmaen: Send,
    <T as SpiCr2Txeie<T>>::CSpiCr2Txeie: Send

impl<T> Sync for CSpiCr2Fields<T> where
    <T as SpiCr2Ds<T>>::CSpiCr2Ds: Sync,
    <T as SpiCr2Errie<T>>::CSpiCr2Errie: Sync,
    <T as SpiCr2Frf<T>>::CSpiCr2Frf: Sync,
    <T as SpiCr2Frxth<T>>::CSpiCr2Frxth: Sync,
    <T as SpiCr2LdmaRx<T>>::CSpiCr2LdmaRx: Sync,
    <T as SpiCr2LdmaTx<T>>::CSpiCr2LdmaTx: Sync,
    <T as SpiCr2Nssp<T>>::CSpiCr2Nssp: Sync,
    <T as SpiCr2Rxdmaen<T>>::CSpiCr2Rxdmaen: Sync,
    <T as SpiCr2Rxneie<T>>::CSpiCr2Rxneie: Sync,
    <T as SpiCr2Ssoe<T>>::CSpiCr2Ssoe: Sync,
    <T as SpiCr2Txdmaen<T>>::CSpiCr2Txdmaen: Sync,
    <T as SpiCr2Txeie<T>>::CSpiCr2Txeie: Sync

Blanket Implementations

impl<T> From<T> for T[src]

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

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.

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

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

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