#[repr(u8)]
pub enum CHSEL_A {
CC0,
CC1,
CC2,
CC3,
}
Expand description
Fault A Capture Channel
Value on reset: 0
Variants
CC0
0: Capture value stored in channel 0
CC1
1: Capture value stored in channel 1
CC2
2: Capture value stored in channel 2
CC3
3: Capture value stored in channel 3
Trait Implementations
impl Copy for CHSEL_A
impl StructuralPartialEq for CHSEL_A
Auto Trait Implementations
impl RefUnwindSafe for CHSEL_A
impl Send for CHSEL_A
impl Sync for CHSEL_A
impl Unpin for CHSEL_A
impl UnwindSafe for CHSEL_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more