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