pub struct C3;Expand description
DMA channel
Trait Implementations§
impl I2sDmaStream<SPI1, C3, DmaRx> for S0
impl I2sDmaStream<SPI1, C3, DmaRx> for S2
impl I2sDmaStream<SPI1, C3, DmaTx> for S3
impl I2sDmaStream<SPI1, C3, DmaTx> for S5
impl SpiDmaStream<SPI1, C3, DmaRx> for S0
impl SpiDmaStream<SPI1, C3, DmaRx> for S2
impl SpiDmaStream<SPI1, C3, DmaTx> for S3
impl SpiDmaStream<SPI1, C3, DmaTx> for S5
Auto Trait Implementations§
impl Freeze for C3
impl RefUnwindSafe for C3
impl Send for C3
impl Sync for C3
impl Unpin for C3
impl UnwindSafe for C3
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more