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