#[repr(u8)]
pub enum LVL_A {
LVL0,
LVL1,
LVL2,
LVL3,
}
Expand description
Channel Arbitration Level
Value on reset: 0
Variants
LVL0
0: Channel Priority Level 0
LVL1
1: Channel Priority Level 1
LVL2
2: Channel Priority Level 2
LVL3
3: Channel Priority Level 3
Trait Implementations
impl Copy for LVL_A
impl StructuralPartialEq for LVL_A
Auto Trait Implementations
impl RefUnwindSafe for LVL_A
impl Send for LVL_A
impl Sync for LVL_A
impl Unpin for LVL_A
impl UnwindSafe for LVL_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