#[repr(u8)]pub enum CC1S {
Output = 0,
}
Expand description
Capture/Compare %s selection
Value on reset: 0
Variants§
Output = 0
0: CCx channel is configured as output
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