#[repr(u8)]pub enum PL_A {
LOW = 0,
MEDIUM = 1,
HIGH = 2,
VERYHIGH = 3,
}
Expand description
Channel priority level
Value on reset: 0
Variants§
LOW = 0
0: Low priority
MEDIUM = 1
1: Medium priority
HIGH = 2
2: High priority
VERYHIGH = 3
3: Very high priority
Trait Implementations§
impl Copy for PL_A
impl StructuralPartialEq for PL_A
Auto Trait Implementations§
impl Freeze for PL_A
impl RefUnwindSafe for PL_A
impl Send for PL_A
impl Sync for PL_A
impl Unpin for PL_A
impl UnwindSafe for PL_A
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