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