#[repr(u8)]pub enum CC1S {
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
impl Eq for CC1S
impl IsEnum for CC1S
impl StructuralPartialEq for CC1S
Auto Trait Implementations§
impl Freeze for CC1S
impl RefUnwindSafe for CC1S
impl Send for CC1S
impl Sync for CC1S
impl Unpin for CC1S
impl UnwindSafe for CC1S
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