Struct esp32c3_hal::i2s::I2sWriteDmaTransfer
source · pub struct I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where
T: RegisterAccess,
CH: ChannelTypes,
P: I2sTxPins,{ /* private fields */ }
Expand description
An in-progress DMA write transfer.
Implementations§
source§impl<'d, T, P, CH, BUFFER> I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where
T: RegisterAccess,
CH: ChannelTypes,
P: I2sTxPins,
impl<'d, T, P, CH, BUFFER> I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where T: RegisterAccess, CH: ChannelTypes, P: I2sTxPins,
Trait Implementations§
source§impl<'d, T, P, CH, BUFFER> DmaTransfer<BUFFER, I2sTx<'d, T, P, CH>> for I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where
T: RegisterAccess,
CH: ChannelTypes,
P: I2sTxPins,
impl<'d, T, P, CH, BUFFER> DmaTransfer<BUFFER, I2sTx<'d, T, P, CH>> for I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where T: RegisterAccess, CH: ChannelTypes, P: I2sTxPins,
source§impl<'d, T, P, CH, BUFFER> Drop for I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where
T: RegisterAccess,
CH: ChannelTypes,
P: I2sTxPins,
impl<'d, T, P, CH, BUFFER> Drop for I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where T: RegisterAccess, CH: ChannelTypes, P: I2sTxPins,
Auto Trait Implementations§
impl<'d, T, P, CH, BUFFER> RefUnwindSafe for I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where BUFFER: RefUnwindSafe, P: RefUnwindSafe, T: RefUnwindSafe, <CH as ChannelTypes>::Tx<'d>: RefUnwindSafe,
impl<'d, T, P, CH, BUFFER> Send for I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where BUFFER: Send, P: Send, T: Send, <CH as ChannelTypes>::Tx<'d>: Send,
impl<'d, T, P, CH, BUFFER> Sync for I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where BUFFER: Sync, P: Sync, T: Sync, <CH as ChannelTypes>::Tx<'d>: Sync,
impl<'d, T, P, CH, BUFFER> Unpin for I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where BUFFER: Unpin, P: Unpin, T: Unpin, <CH as ChannelTypes>::Tx<'d>: Unpin,
impl<'d, T, P, CH, BUFFER> UnwindSafe for I2sWriteDmaTransfer<'d, T, P, CH, BUFFER>where BUFFER: UnwindSafe, P: UnwindSafe, T: UnwindSafe, <CH as ChannelTypes>::Tx<'d>: 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