#[repr(u8)]pub enum PriorityLevel {
Lvl0 = 0,
Lvl1 = 1,
Lvl2 = 2,
Lvl3 = 3,
}
Expand description
Channel Arbitration Level
Value on reset: 0
Variants§
Lvl0 = 0
0: Channel Priority Level 0
Lvl1 = 1
1: Channel Priority Level 1
Lvl2 = 2
2: Channel Priority Level 2
Lvl3 = 3
3: Channel Priority Level 3
Trait Implementations§
impl Copy for Lvlselect
impl Eq for Lvlselect
impl IsEnum for Lvlselect
impl StructuralPartialEq for Lvlselect
Auto Trait Implementations§
impl Freeze for Lvlselect
impl RefUnwindSafe for Lvlselect
impl Send for Lvlselect
impl Sync for Lvlselect
impl Unpin for Lvlselect
impl UnwindSafe for Lvlselect
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