pub struct TxDma<PAYLOAD, TXCH> {
pub channel: TXCH,
/* private fields */
}
Expand description
DMA Transmitter
Fields§
§channel: TXCH
Implementations§
Source§impl TxDma<Tx<Periph<RegisterBlock, 1073821696>>, Ch<Periph<RegisterBlock, 1073872896>, 3>>
impl TxDma<Tx<Periph<RegisterBlock, 1073821696>>, Ch<Periph<RegisterBlock, 1073872896>, 3>>
Source§impl TxDma<Tx<Periph<RegisterBlock, 1073759232>>, Ch<Periph<RegisterBlock, 1073872896>, 6>>
impl TxDma<Tx<Periph<RegisterBlock, 1073759232>>, Ch<Periph<RegisterBlock, 1073872896>, 6>>
Source§impl TxDma<Tx<Periph<RegisterBlock, 1073760256>>, Ch<Periph<RegisterBlock, 1073872896>, 1>>
impl TxDma<Tx<Periph<RegisterBlock, 1073760256>>, Ch<Periph<RegisterBlock, 1073872896>, 1>>
Source§impl TxDma<Tx<Periph<RegisterBlock, 1073761280>>, Ch<Periph<RegisterBlock, 1073873920>, 4>>
impl TxDma<Tx<Periph<RegisterBlock, 1073761280>>, Ch<Periph<RegisterBlock, 1073873920>, 4>>
Source§impl<PULL> TxDma<Spi<Periph<RegisterBlock, 1073819648>, u8, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 2>>
impl<PULL> TxDma<Spi<Periph<RegisterBlock, 1073819648>, u8, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 2>>
Source§impl<Otype, PULL> TxDma<SpiSlave<Periph<RegisterBlock, 1073819648>, u8, Otype, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 2>>
impl<Otype, PULL> TxDma<SpiSlave<Periph<RegisterBlock, 1073819648>, u8, Otype, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 2>>
Source§impl<PULL> TxDma<Spi<Periph<RegisterBlock, 1073756160>, u8, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 4>>
impl<PULL> TxDma<Spi<Periph<RegisterBlock, 1073756160>, u8, PULL>, Ch<Periph<RegisterBlock, 1073872896>, 4>>
Auto Trait Implementations§
impl<PAYLOAD, TXCH> Freeze for TxDma<PAYLOAD, TXCH>
impl<PAYLOAD, TXCH> RefUnwindSafe for TxDma<PAYLOAD, TXCH>where
PAYLOAD: RefUnwindSafe,
TXCH: RefUnwindSafe,
impl<PAYLOAD, TXCH> Send for TxDma<PAYLOAD, TXCH>
impl<PAYLOAD, TXCH> Sync for TxDma<PAYLOAD, TXCH>
impl<PAYLOAD, TXCH> Unpin for TxDma<PAYLOAD, TXCH>
impl<PAYLOAD, TXCH> UnwindSafe for TxDma<PAYLOAD, TXCH>where
PAYLOAD: UnwindSafe,
TXCH: UnwindSafe,
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