Enum Cntinc
pub enum Cntinc {
_0 = 0,
_1 = 1,
}Expand description
CNTIN Register Synchronization
Value on reset: 0
Variants§
_0 = 0
0: CNTIN register is updated with its buffer value at all rising edges of FTM input clock.
_1 = 1
1: CNTIN register is updated with its buffer value by the PWM synchronization.
Trait Implementations§
impl Copy for Cntinc
impl Eq for Cntinc
impl StructuralPartialEq for Cntinc
Auto Trait Implementations§
impl Freeze for Cntinc
impl RefUnwindSafe for Cntinc
impl Send for Cntinc
impl Sync for Cntinc
impl Unpin for Cntinc
impl UnwindSafe for Cntinc
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