Struct esp32c3_hal::dma::gdma::Channel1RxImpl
source · #[non_exhaustive]pub struct Channel1RxImpl {}
Trait Implementations§
source§impl<'a> RxChannel<Channel1> for Channel1RxImpl
impl<'a> RxChannel<Channel1> for Channel1RxImpl
fn init(&mut self, burst_mode: bool, priority: DmaPriority)
fn prepare_transfer_without_start( &mut self, descriptors: &mut [u32], circular: bool, peri: DmaPeripheral, data: *mut u8, len: usize ) -> Result<(), DmaError>
fn start_transfer(&mut self) -> Result<(), DmaError>
fn is_done(&self) -> bool
fn last_in_dscr_address(&self) -> usize
Auto Trait Implementations§
impl RefUnwindSafe for Channel1RxImpl
impl Send for Channel1RxImpl
impl Sync for Channel1RxImpl
impl Unpin for Channel1RxImpl
impl UnwindSafe for Channel1RxImpl
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