pub struct I2sWriteDmaTransfer<T, P, TX, BUFFER>where
    T: RegisterAccess,
    P: I2sTxPins,
    TX: Tx,
{ /* private fields */ }
Expand description

An in-progress DMA write transfer.

Implementations§

Amount of bytes which can be pushed. Only useful for circular DMA transfers

Push bytes into the DMA buffer. Only useful for circular DMA transfers

Trait Implementations§

Wait for the DMA transfer to complete and return the buffers and the I2sTx instance.

Executes the destructor for this type. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.