Struct rp2040_pac2::dma::vals::TreqSel[][src]

#[repr(transparent)]pub struct TreqSel(pub u8);

Implementations

impl TreqSel[src]

pub const TIMER0: Self[src]

Select Timer 0 as TREQ

pub const TIMER1: Self[src]

Select Timer 1 as TREQ

pub const TIMER2: Self[src]

Select Timer 2 as TREQ (Optional)

pub const TIMER3: Self[src]

Select Timer 3 as TREQ (Optional)

pub const PERMANENT: Self[src]

Permanent request, for unpaced transfers.

Trait Implementations

impl Clone for TreqSel[src]

impl Copy for TreqSel[src]

Auto Trait Implementations

impl Send for TreqSel

impl Sync for TreqSel

impl Unpin for TreqSel

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.