Enum Trigmode
pub enum Trigmode {
_0 = 0,
_1 = 1,
}Expand description
Trigger mode control
Value on reset: 0
Variants§
_0 = 0
0: Channel outputs will generate the normal PWM outputs without generating a pulse.
_1 = 1
1: If a match in the channel occurs, a trigger generation on channel output will happen. The trigger pulse width has one FTM clock cycle.
Trait Implementations§
impl Copy for Trigmode
impl Eq for Trigmode
impl StructuralPartialEq for Trigmode
Auto Trait Implementations§
impl Freeze for Trigmode
impl RefUnwindSafe for Trigmode
impl Send for Trigmode
impl Sync for Trigmode
impl Unpin for Trigmode
impl UnwindSafe for Trigmode
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