#[repr(u8)]pub enum PulsePol {
HIGH_PERIOD = 0,
LOW_PERIOD = 1,
}Variants§
HIGH_PERIOD = 0
High Period. High period of reference clock is measured in Pulse Width Measurement mode triggered by the rising edge on the reference clock input.
LOW_PERIOD = 1
Low Period. Low period of reference clock is measured in Pulse Width Measurement mode triggered by the falling edge on the reference clock input.
Implementations§
Trait Implementations§
Source§impl Ord for PulsePol
impl Ord for PulsePol
Source§impl PartialOrd for PulsePol
impl PartialOrd for PulsePol
impl Copy for PulsePol
impl Eq for PulsePol
impl StructuralPartialEq for PulsePol
Auto Trait Implementations§
impl Freeze for PulsePol
impl RefUnwindSafe for PulsePol
impl Send for PulsePol
impl Sync for PulsePol
impl Unpin for PulsePol
impl UnwindSafe for PulsePol
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