#[repr(u8)]pub enum USICS_A {
NO_CLOCK = 0,
TC0 = 1,
EXT_POS = 2,
EXT_NEG = 3,
}
Expand description
USI Clock Source Select Bits
Value on reset: 0
Variants§
NO_CLOCK = 0
0: No Clock/Software clock strobe
TC0 = 1
1: Timer/Counter0 Compare Match
EXT_POS = 2
2: External, positive edge
EXT_NEG = 3
3: External, negative edge
Trait Implementations§
source§impl PartialEq for USICS_A
impl PartialEq for USICS_A
impl Copy for USICS_A
impl Eq for USICS_A
impl StructuralPartialEq for USICS_A
Auto Trait Implementations§
impl Freeze for USICS_A
impl RefUnwindSafe for USICS_A
impl Send for USICS_A
impl Sync for USICS_A
impl Unpin for USICS_A
impl UnwindSafe for USICS_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