#[repr(u8)]pub enum IDLECONF7_A {
DISABLE = 0,
HIGH = 1,
LOW = 2,
}Expand description
ALTEX7 idle phase configuration
Value on reset: 0
Variants§
DISABLE = 0
0: ALTEX7 output is disabled in idle phase
HIGH = 1
1: ALTEX7 output is high in idle phase
LOW = 2
2: ALTEX7 output is low in idle phase
Trait Implementations§
Source§impl Clone for IDLECONF7_A
impl Clone for IDLECONF7_A
Source§fn clone(&self) -> IDLECONF7_A
fn clone(&self) -> IDLECONF7_A
Returns a duplicate 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 IDLECONF7_A
impl Debug for IDLECONF7_A
Source§impl From<IDLECONF7_A> for u8
impl From<IDLECONF7_A> for u8
Source§fn from(variant: IDLECONF7_A) -> Self
fn from(variant: IDLECONF7_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IDLECONF7_A
impl PartialEq for IDLECONF7_A
impl Copy for IDLECONF7_A
impl StructuralPartialEq for IDLECONF7_A
Auto Trait Implementations§
impl Freeze for IDLECONF7_A
impl RefUnwindSafe for IDLECONF7_A
impl Send for IDLECONF7_A
impl Sync for IDLECONF7_A
impl Unpin for IDLECONF7_A
impl UnwindSafe for IDLECONF7_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