Enum daisy::pac::tim2::ccmr2_input::CC3S_A
#[repr(u8)]pub enum CC3S_A {
Ti3 = 1,
Ti4 = 2,
Trc = 3,
}
Expand description
Capture/compare 3 selection
Value on reset: 0
Variants§
Ti3 = 1
1: CC3 channel is configured as input, IC3 is mapped on TI3
Ti4 = 2
2: CC3 channel is configured as input, IC3 is mapped on TI4
Trc = 3
3: CC3 channel is configured as input, IC3 is mapped on TRC
Trait Implementations§
impl Copy for CC3S_A
impl StructuralPartialEq for CC3S_A
Auto Trait Implementations§
impl Freeze for CC3S_A
impl RefUnwindSafe for CC3S_A
impl Send for CC3S_A
impl Sync for CC3S_A
impl Unpin for CC3S_A
impl UnwindSafe for CC3S_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