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