#[repr(u8)]pub enum TscBypass {
TSC_BYPASS_0 = 0,
TSC_BYPASS_1 = 1,
}Variants§
TSC_BYPASS_0 = 0
TSC not bypassed.
TSC_BYPASS_1 = 1
TSC is bypassed to ADC2, that means TSC will control ADC2 directly.
Implementations§
Trait Implementations§
Source§impl Ord for TscBypass
impl Ord for TscBypass
Source§impl PartialOrd for TscBypass
impl PartialOrd for TscBypass
impl Copy for TscBypass
impl Eq for TscBypass
impl StructuralPartialEq for TscBypass
Auto Trait Implementations§
impl Freeze for TscBypass
impl RefUnwindSafe for TscBypass
impl Send for TscBypass
impl Sync for TscBypass
impl Unpin for TscBypass
impl UnwindSafe for TscBypass
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