pub struct C0;Expand description
DMA channel
Trait Implementations§
impl I2sDmaStream<SPI2, C0, DmaRx> for S3
impl I2sDmaStream<SPI2, C0, DmaTx> for S4
impl I2sDmaStream<SPI3, C0, DmaRx> for S0
impl I2sDmaStream<SPI3, C0, DmaRx> for S2
impl I2sDmaStream<SPI3, C0, DmaTx> for S5
impl I2sDmaStream<SPI3, C0, DmaTx> for S7
impl SpiDmaStream<SPI2, C0, DmaRx> for S3
impl SpiDmaStream<SPI2, C0, DmaTx> for S4
impl SpiDmaStream<SPI3, C0, DmaRx> for S0
impl SpiDmaStream<SPI3, C0, DmaRx> for S2
impl SpiDmaStream<SPI3, C0, DmaTx> for S5
impl SpiDmaStream<SPI3, C0, DmaTx> for S7
Auto Trait Implementations§
impl Freeze for C0
impl RefUnwindSafe for C0
impl Send for C0
impl Sync for C0
impl Unpin for C0
impl UnwindSafe for C0
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