Struct rp2040_pac2::dma::regs::DbgCtdreq[][src]

#[repr(transparent)]pub struct DbgCtdreq(pub u32);

Read: get channel DREQ counter (i.e. how many accesses the DMA expects it can perform on the peripheral without overflow/underflow. Write any value: clears the counter, and cause channel to re-initiate DREQ handshake.

Implementations

impl DbgCtdreq[src]

pub const fn ch2_dbg_ctdreq(&self) -> u8[src]

pub fn set_ch2_dbg_ctdreq(&mut self, val: u8)[src]

Trait Implementations

impl Clone for DbgCtdreq[src]

impl Copy for DbgCtdreq[src]

impl Default for DbgCtdreq[src]

Auto Trait Implementations

impl Send for DbgCtdreq

impl Sync for DbgCtdreq

impl Unpin for DbgCtdreq

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.