#[repr(u8)]pub enum CstLong {
CST_LONG_0 = 0,
CST_LONG_1 = 1,
}Variants§
CST_LONG_0 = 0
Normal sample time. Minimum sample time of 3 ADCK cycles.
CST_LONG_1 = 1
Increased sample time. 67 ADCK cycles total sample time.
Implementations§
Trait Implementations§
Source§impl Ord for CstLong
impl Ord for CstLong
Source§impl PartialOrd for CstLong
impl PartialOrd for CstLong
impl Copy for CstLong
impl Eq for CstLong
impl StructuralPartialEq for CstLong
Auto Trait Implementations§
impl Freeze for CstLong
impl RefUnwindSafe for CstLong
impl Send for CstLong
impl Sync for CstLong
impl Unpin for CstLong
impl UnwindSafe for CstLong
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