#[repr(u8)]pub enum Chselselect {
Cc0 = 0,
Cc1 = 1,
Cc2 = 2,
Cc3 = 3,
}
Expand description
Fault B Capture Channel
Value on reset: 0
Variants§
Cc0 = 0
0: Capture value stored in channel 0
Cc1 = 1
1: Capture value stored in channel 1
Cc2 = 2
2: Capture value stored in channel 2
Cc3 = 3
3: Capture value stored in channel 3
Trait Implementations§
Source§impl Clone for Chselselect
impl Clone for Chselselect
Source§fn clone(&self) -> Chselselect
fn clone(&self) -> Chselselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Chselselect
impl Debug for Chselselect
Source§impl From<Chselselect> for u8
impl From<Chselselect> for u8
Source§fn from(variant: Chselselect) -> Self
fn from(variant: Chselselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Chselselect
impl PartialEq for Chselselect
impl Copy for Chselselect
impl Eq for Chselselect
impl IsEnum for Chselselect
impl StructuralPartialEq for Chselselect
Auto Trait Implementations§
impl Freeze for Chselselect
impl RefUnwindSafe for Chselselect
impl Send for Chselselect
impl Sync for Chselselect
impl Unpin for Chselselect
impl UnwindSafe for Chselselect
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