#[repr(u8)]pub enum PLT_A {
Plt4 = 0,
Plt28 = 1,
Plt144 = 2,
Plt256 = 3,
}
Expand description
Pause low threshold
Value on reset: 0
Variants§
Plt4 = 0
0: Pause time minus 4 slot times
Plt28 = 1
1: Pause time minus 28 slot times
Plt144 = 2
2: Pause time minus 144 slot times
Plt256 = 3
3: Pause time minus 256 slot times
Trait Implementations§
impl Copy for PLT_A
impl StructuralPartialEq for PLT_A
Auto Trait Implementations§
impl Freeze for PLT_A
impl RefUnwindSafe for PLT_A
impl Send for PLT_A
impl Sync for PLT_A
impl Unpin for PLT_A
impl UnwindSafe for PLT_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