Struct esp32c6_hal::parl_io::DmaTransfer
source · pub struct DmaTransfer<'d, C, BUFFER, P, CP>where
C: ChannelTypes,
<C as ChannelTypes>::P: ParlIoPeripheral,
P: TxPins + ConfigurePins,
CP: TxClkPin,{ /* private fields */ }
Expand description
An in-progress DMA transfer.
Implementations§
source§impl<'d, C, BUFFER, P, CP> DmaTransfer<'d, C, BUFFER, P, CP>where
C: ChannelTypes,
<C as ChannelTypes>::P: ParlIoPeripheral,
P: TxPins + ConfigurePins,
CP: TxClkPin,
impl<'d, C, BUFFER, P, CP> DmaTransfer<'d, C, BUFFER, P, CP>where C: ChannelTypes, <C as ChannelTypes>::P: ParlIoPeripheral, P: TxPins + ConfigurePins, CP: TxClkPin,
Auto Trait Implementations§
impl<'d, C, BUFFER, P, CP> RefUnwindSafe for DmaTransfer<'d, C, BUFFER, P, CP>where BUFFER: RefUnwindSafe, CP: RefUnwindSafe, P: RefUnwindSafe, <C as ChannelTypes>::Tx<'d>: RefUnwindSafe,
impl<'d, C, BUFFER, P, CP> Send for DmaTransfer<'d, C, BUFFER, P, CP>where BUFFER: Send, CP: Send, P: Send, <C as ChannelTypes>::Tx<'d>: Send,
impl<'d, C, BUFFER, P, CP> Sync for DmaTransfer<'d, C, BUFFER, P, CP>where BUFFER: Sync, CP: Sync, P: Sync, <C as ChannelTypes>::Tx<'d>: Sync,
impl<'d, C, BUFFER, P, CP> Unpin for DmaTransfer<'d, C, BUFFER, P, CP>where BUFFER: Unpin, CP: Unpin, P: Unpin, <C as ChannelTypes>::Tx<'d>: Unpin,
impl<'d, C, BUFFER, P, CP> UnwindSafe for DmaTransfer<'d, C, BUFFER, P, CP>where BUFFER: UnwindSafe, CP: UnwindSafe, P: UnwindSafe, <C 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