#[repr(u8)]
pub enum DCCDMALEVEL_A {
EMPTY,
FULL,
}
Expand description
DMA Trigger Level
Value on reset: 0
Variants
EMPTY
0: Trigger rises when DCC is empty
FULL
1: Trigger rises when DCC is full
Trait Implementations
sourceimpl Clone for DCCDMALEVEL_A
impl Clone for DCCDMALEVEL_A
sourcefn clone(&self) -> DCCDMALEVEL_A
fn clone(&self) -> DCCDMALEVEL_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DCCDMALEVEL_A
impl Debug for DCCDMALEVEL_A
sourceimpl From<DCCDMALEVEL_A> for u8
impl From<DCCDMALEVEL_A> for u8
sourcefn from(variant: DCCDMALEVEL_A) -> Self
fn from(variant: DCCDMALEVEL_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<DCCDMALEVEL_A> for DCCDMALEVEL_A
impl PartialEq<DCCDMALEVEL_A> for DCCDMALEVEL_A
sourcefn eq(&self, other: &DCCDMALEVEL_A) -> bool
fn eq(&self, other: &DCCDMALEVEL_A) -> bool
impl Copy for DCCDMALEVEL_A
impl StructuralPartialEq for DCCDMALEVEL_A
Auto Trait Implementations
impl RefUnwindSafe for DCCDMALEVEL_A
impl Send for DCCDMALEVEL_A
impl Sync for DCCDMALEVEL_A
impl Unpin for DCCDMALEVEL_A
impl UnwindSafe for DCCDMALEVEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more