#[repr(u8)]pub enum Pmen {
PMEN0 = 0,
PMEN1 = 1,
}Variants§
PMEN0 = 0
Period measurement functions are not used. POSD is loaded to POSDH and then cleared whenever POSD, UPOS, LPOS or REV is read.
PMEN1 = 1
Period measurement functions are used. POSD is loaded into POSDH and then cleared only when POSD is read.
Implementations§
Trait Implementations§
Source§impl Ord for Pmen
impl Ord for Pmen
Source§impl PartialOrd for Pmen
impl PartialOrd for Pmen
impl Copy for Pmen
impl Eq for Pmen
impl StructuralPartialEq for Pmen
Auto Trait Implementations§
impl Freeze for Pmen
impl RefUnwindSafe for Pmen
impl Send for Pmen
impl Sync for Pmen
impl Unpin for Pmen
impl UnwindSafe for Pmen
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