Enum efm32pg12b500_pac::ldma::ch6_cfg::ARBSLOTS_A
source · [−]#[repr(u8)]
pub enum ARBSLOTS_A {
ONE,
TWO,
FOUR,
EIGHT,
}
Expand description
Arbitration Slot Number Select
Value on reset: 0
Variants
ONE
0: One arbitration slot selected
TWO
1: Two arbitration slots selected
FOUR
2: Four arbitration slots selected
EIGHT
3: Eight arbitration slots selected
Trait Implementations
sourceimpl Clone for ARBSLOTS_A
impl Clone for ARBSLOTS_A
sourcefn clone(&self) -> ARBSLOTS_A
fn clone(&self) -> ARBSLOTS_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 more
sourceimpl Debug for ARBSLOTS_A
impl Debug for ARBSLOTS_A
sourceimpl From<ARBSLOTS_A> for u8
impl From<ARBSLOTS_A> for u8
sourcefn from(variant: ARBSLOTS_A) -> Self
fn from(variant: ARBSLOTS_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<ARBSLOTS_A> for ARBSLOTS_A
impl PartialEq<ARBSLOTS_A> for ARBSLOTS_A
impl Copy for ARBSLOTS_A
impl StructuralPartialEq for ARBSLOTS_A
Auto Trait Implementations
impl RefUnwindSafe for ARBSLOTS_A
impl Send for ARBSLOTS_A
impl Sync for ARBSLOTS_A
impl Unpin for ARBSLOTS_A
impl UnwindSafe for ARBSLOTS_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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