Struct stm32f4xx_hal::spi::Tx
source · [−]pub struct Tx<SPI> { /* private fields */ }
Trait Implementations
sourceimpl<SPI: Instance> PeriAddress for Tx<SPI>
impl<SPI: Instance> PeriAddress for Tx<SPI>
impl DMASet<StreamX<DMA1, 4>, 0, MemoryToPeripheral> for Tx<SPI2>
impl DMASet<StreamX<DMA1, 5>, 0, MemoryToPeripheral> for Tx<SPI3>
impl DMASet<StreamX<DMA1, 7>, 0, MemoryToPeripheral> for Tx<SPI3>
impl DMASet<StreamX<DMA2, 1>, 4, MemoryToPeripheral> for Tx<SPI4>
impl DMASet<StreamX<DMA2, 3>, 3, MemoryToPeripheral> for Tx<SPI1>
impl DMASet<StreamX<DMA2, 4>, 5, MemoryToPeripheral> for Tx<SPI4>
impl DMASet<StreamX<DMA2, 5>, 3, MemoryToPeripheral> for Tx<SPI1>
Auto Trait Implementations
impl<SPI> RefUnwindSafe for Tx<SPI>where
SPI: RefUnwindSafe,
impl<SPI> Send for Tx<SPI>where
SPI: Send,
impl<SPI> Sync for Tx<SPI>where
SPI: Sync,
impl<SPI> Unpin for Tx<SPI>where
SPI: Unpin,
impl<SPI> UnwindSafe for Tx<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