Struct stm32f4xx_hal::spi::Rx
source · [−]pub struct Rx<SPI> { /* private fields */ }
Trait Implementations
sourceimpl<SPI: Instance> PeriAddress for Rx<SPI>
impl<SPI: Instance> PeriAddress for Rx<SPI>
impl DMASet<StreamX<DMA1, 0>, 0, PeripheralToMemory> for Rx<SPI3>
impl DMASet<StreamX<DMA1, 2>, 0, PeripheralToMemory> for Rx<SPI3>
impl DMASet<StreamX<DMA1, 3>, 0, PeripheralToMemory> for Rx<SPI2>
impl DMASet<StreamX<DMA1, 3>, 7, PeripheralToMemory> for Rx<I2C2>
impl DMASet<StreamX<DMA2, 0>, 3, PeripheralToMemory> for Rx<SPI1>
impl DMASet<StreamX<DMA2, 0>, 4, PeripheralToMemory> for Rx<SPI4>
impl DMASet<StreamX<DMA2, 2>, 3, PeripheralToMemory> for Rx<SPI1>
impl DMASet<StreamX<DMA2, 3>, 5, PeripheralToMemory> for Rx<SPI4>
Auto Trait Implementations
impl<SPI> RefUnwindSafe for Rx<SPI>where
SPI: RefUnwindSafe,
impl<SPI> Send for Rx<SPI>where
SPI: Send,
impl<SPI> Sync for Rx<SPI>where
SPI: Sync,
impl<SPI> Unpin for Rx<SPI>where
SPI: Unpin,
impl<SPI> UnwindSafe for Rx<SPI>where
SPI: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more