#[repr(u8)]pub enum DIVMODE_A {
DIV = 0,
LEVEL = 1,
RISE = 2,
FALL = 3,
}
Expand description
Value on reset: 0
Variants§
DIV = 0
0: Free-running counting at rate dictated by fractional divider
LEVEL = 1
1: Fractional divider operation is gated by the PWM B pin.
RISE = 2
2: Counter advances with each rising edge of the PWM B pin.
FALL = 3
3: Counter advances with each falling edge of the PWM B pin.
Trait Implementations§
impl Copy for DIVMODE_A
impl Eq for DIVMODE_A
impl StructuralPartialEq for DIVMODE_A
Auto Trait Implementations§
impl Freeze for DIVMODE_A
impl RefUnwindSafe for DIVMODE_A
impl Send for DIVMODE_A
impl Sync for DIVMODE_A
impl Unpin for DIVMODE_A
impl UnwindSafe for DIVMODE_A
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)