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