[][src]Struct drone_stm32_map_periph_spi::USpiCr2Fields

pub struct USpiCr2Fields<T: SpiMap> {
    pub ds: T::USpiCr2Ds,
    pub errie: T::USpiCr2Errie,
    pub frf: T::USpiCr2Frf,
    pub frxth: T::USpiCr2Frxth,
    pub ldma_rx: T::USpiCr2LdmaRx,
    pub ldma_tx: T::USpiCr2LdmaTx,
    pub nssp: T::USpiCr2Nssp,
    pub rxdmaen: T::USpiCr2Rxdmaen,
    pub rxneie: T::USpiCr2Rxneie,
    pub ssoe: T::USpiCr2Ssoe,
    pub txdmaen: T::USpiCr2Txdmaen,
    pub txeie: T::USpiCr2Txeie,
}

Fields

ds: T::USpiCr2Dserrie: T::USpiCr2Erriefrf: T::USpiCr2Frffrxth: T::USpiCr2Frxthldma_rx: T::USpiCr2LdmaRxldma_tx: T::USpiCr2LdmaTxnssp: T::USpiCr2Nssprxdmaen: T::USpiCr2Rxdmaenrxneie: T::USpiCr2Rxneiessoe: T::USpiCr2Ssoetxdmaen: T::USpiCr2Txdmaentxeie: T::USpiCr2Txeie

Auto Trait Implementations

impl<T> Unpin for USpiCr2Fields<T> where
    <T as SpiCr2Ds<T>>::USpiCr2Ds: Unpin,
    <T as SpiCr2Errie<T>>::USpiCr2Errie: Unpin,
    <T as SpiCr2Frf<T>>::USpiCr2Frf: Unpin,
    <T as SpiCr2Frxth<T>>::USpiCr2Frxth: Unpin,
    <T as SpiCr2LdmaRx<T>>::USpiCr2LdmaRx: Unpin,
    <T as SpiCr2LdmaTx<T>>::USpiCr2LdmaTx: Unpin,
    <T as SpiCr2Nssp<T>>::USpiCr2Nssp: Unpin,
    <T as SpiCr2Rxdmaen<T>>::USpiCr2Rxdmaen: Unpin,
    <T as SpiCr2Rxneie<T>>::USpiCr2Rxneie: Unpin,
    <T as SpiCr2Ssoe<T>>::USpiCr2Ssoe: Unpin,
    <T as SpiCr2Txdmaen<T>>::USpiCr2Txdmaen: Unpin,
    <T as SpiCr2Txeie<T>>::USpiCr2Txeie: Unpin

impl<T> Send for USpiCr2Fields<T> where
    <T as SpiCr2Ds<T>>::USpiCr2Ds: Send,
    <T as SpiCr2Errie<T>>::USpiCr2Errie: Send,
    <T as SpiCr2Frf<T>>::USpiCr2Frf: Send,
    <T as SpiCr2Frxth<T>>::USpiCr2Frxth: Send,
    <T as SpiCr2LdmaRx<T>>::USpiCr2LdmaRx: Send,
    <T as SpiCr2LdmaTx<T>>::USpiCr2LdmaTx: Send,
    <T as SpiCr2Nssp<T>>::USpiCr2Nssp: Send,
    <T as SpiCr2Rxdmaen<T>>::USpiCr2Rxdmaen: Send,
    <T as SpiCr2Rxneie<T>>::USpiCr2Rxneie: Send,
    <T as SpiCr2Ssoe<T>>::USpiCr2Ssoe: Send,
    <T as SpiCr2Txdmaen<T>>::USpiCr2Txdmaen: Send,
    <T as SpiCr2Txeie<T>>::USpiCr2Txeie: Send

impl<T> Sync for USpiCr2Fields<T> where
    <T as SpiCr2Ds<T>>::USpiCr2Ds: Sync,
    <T as SpiCr2Errie<T>>::USpiCr2Errie: Sync,
    <T as SpiCr2Frf<T>>::USpiCr2Frf: Sync,
    <T as SpiCr2Frxth<T>>::USpiCr2Frxth: Sync,
    <T as SpiCr2LdmaRx<T>>::USpiCr2LdmaRx: Sync,
    <T as SpiCr2LdmaTx<T>>::USpiCr2LdmaTx: Sync,
    <T as SpiCr2Nssp<T>>::USpiCr2Nssp: Sync,
    <T as SpiCr2Rxdmaen<T>>::USpiCr2Rxdmaen: Sync,
    <T as SpiCr2Rxneie<T>>::USpiCr2Rxneie: Sync,
    <T as SpiCr2Ssoe<T>>::USpiCr2Ssoe: Sync,
    <T as SpiCr2Txdmaen<T>>::USpiCr2Txdmaen: Sync,
    <T as SpiCr2Txeie<T>>::USpiCr2Txeie: 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]