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