Enum Pwmsync
pub enum Pwmsync {
_0 = 0,
_1 = 1,
}Expand description
PWM Synchronization Mode
Value on reset: 0
Variants§
_0 = 0
0: No restrictions. Software and hardware triggers can be used by MOD, CnV, OUTMASK, and FTM counter synchronization.
_1 = 1
1: Software trigger can only be used by MOD and CnV synchronization, and hardware triggers can only be used by OUTMASK and FTM counter synchronization.
Trait Implementations§
impl Copy for Pwmsync
impl Eq for Pwmsync
impl StructuralPartialEq for Pwmsync
Auto Trait Implementations§
impl Freeze for Pwmsync
impl RefUnwindSafe for Pwmsync
impl Send for Pwmsync
impl Sync for Pwmsync
impl Unpin for Pwmsync
impl UnwindSafe for Pwmsync
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