Enum CaptureSource2
#[repr(u8)]pub enum CaptureSource2 {
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_A
impl StructuralPartialEq for CC2S_A
Auto Trait Implementations§
impl Freeze for CC2S_A
impl RefUnwindSafe for CC2S_A
impl Send for CC2S_A
impl Sync for CC2S_A
impl Unpin for CC2S_A
impl UnwindSafe for CC2S_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, M> ForwardCompat<T, M> for T
impl<T, M> ForwardCompat<T, M> for T
§impl<T> ReverseCompat<T> for T
impl<T> ReverseCompat<T> for T
§fn reverse(self) -> Reverse<T>
fn reverse(self) -> Reverse<T>
Create an e-h-c wrapper around and e-h object Available methods depend on the wrapped type
§fn reverse_cell(self) -> Reverse<RefCell<T>>
fn reverse_cell(self) -> Reverse<RefCell<T>>
Create an e-h-c reverse compatibility wrapper using a ref-cell for interior mutability (required for InputPin types)