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