#[repr(u8)]pub enum MMS_A {
RESET = 0,
ENABLE = 1,
UPDATE = 2,
COMPAREPULSE = 3,
COMPAREOC1 = 4,
COMPAREOC2 = 5,
COMPAREOC3 = 6,
COMPAREOC4 = 7,
}
Expand description
Master mode selection
Value on reset: 0
Variants§
RESET = 0
0: The UG bit from the TIMx_EGR register is used as trigger output
ENABLE = 1
1: The counter enable signal, CNT_EN, is used as trigger output
UPDATE = 2
2: The update event is selected as trigger output
COMPAREPULSE = 3
3: The trigger output send a positive pulse when the CC1IF flag it to be set, as soon as a capture or a compare match occurred
COMPAREOC1 = 4
4: OC1REF signal is used as trigger output
COMPAREOC2 = 5
5: OC2REF signal is used as trigger output
COMPAREOC3 = 6
6: OC3REF signal is used as trigger output
COMPAREOC4 = 7
7: OC4REF signal is used as trigger output
Trait Implementations§
impl Copy for MMS_A
impl StructuralPartialEq for MMS_A
Auto Trait Implementations§
impl Freeze for MMS_A
impl RefUnwindSafe for MMS_A
impl Send for MMS_A
impl Sync for MMS_A
impl Unpin for MMS_A
impl UnwindSafe for MMS_A
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