#[repr(u8)]pub enum Pchcten {
PCHCTEN_0 = 0,
PCHCTEN_1 = 1,
}Variants§
PCHCTEN_0 = 0
Positive channel is in Discrete Mode and special timing needs to be configured.
PCHCTEN_1 = 1
Positive channel is in Continuous Mode and no special timing is requried.
Implementations§
Trait Implementations§
Source§impl Ord for Pchcten
impl Ord for Pchcten
Source§impl PartialOrd for Pchcten
impl PartialOrd for Pchcten
impl Copy for Pchcten
impl Eq for Pchcten
impl StructuralPartialEq for Pchcten
Auto Trait Implementations§
impl Freeze for Pchcten
impl RefUnwindSafe for Pchcten
impl Send for Pchcten
impl Sync for Pchcten
impl Unpin for Pchcten
impl UnwindSafe for Pchcten
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