Enum rp_pac::dma::vals::TransCountMode
source · #[repr(u8)]pub enum TransCountMode {
Show 16 variants
NORMAL = 0,
TRIGGER_SELF = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
ENDLESS = 15,
}
Variants§
NORMAL = 0
TRIGGER_SELF = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
ENDLESS = 15
Implementations§
Trait Implementations§
source§impl Clone for TransCountMode
impl Clone for TransCountMode
source§fn clone(&self) -> TransCountMode
fn clone(&self) -> TransCountMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<TransCountMode> for u8
impl From<TransCountMode> for u8
source§fn from(val: TransCountMode) -> u8
fn from(val: TransCountMode) -> u8
Converts to this type from the input type.
source§impl From<u8> for TransCountMode
impl From<u8> for TransCountMode
source§fn from(val: u8) -> TransCountMode
fn from(val: u8) -> TransCountMode
Converts to this type from the input type.
source§impl Ord for TransCountMode
impl Ord for TransCountMode
source§fn cmp(&self, other: &TransCountMode) -> Ordering
fn cmp(&self, other: &TransCountMode) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TransCountMode
impl PartialEq for TransCountMode
source§impl PartialOrd for TransCountMode
impl PartialOrd for TransCountMode
impl Copy for TransCountMode
impl Eq for TransCountMode
impl StructuralPartialEq for TransCountMode
Auto Trait Implementations§
impl Freeze for TransCountMode
impl RefUnwindSafe for TransCountMode
impl Send for TransCountMode
impl Sync for TransCountMode
impl Unpin for TransCountMode
impl UnwindSafe for TransCountMode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)