#[repr(u8)]pub enum CC2S {
Ti2 = 1,
Ti1 = 2,
Trc = 3,
}
Expand description
Capture/Compare 2 selection
Value on reset: 0
Variants§
Ti2 = 1
1: CC2 channel is configured as input, IC2 is mapped on TI2
Ti1 = 2
2: CC2 channel is configured as input, IC2 is mapped on TI1
Trc = 3
3: CC2 channel is configured as input, IC2 is mapped on TRC
Trait Implementations§
impl Copy for CC2S
impl Eq for CC2S
impl IsEnum for CC2S
impl StructuralPartialEq for CC2S
Auto Trait Implementations§
impl Freeze for CC2S
impl RefUnwindSafe for CC2S
impl Send for CC2S
impl Sync for CC2S
impl Unpin for CC2S
impl UnwindSafe for CC2S
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