#[repr(u8)]pub enum Sramcr0Am {
AM_0 = 0,
AM_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
AM_0 = 0
Address/Data MUX mode (ADMUX)
AM_1 = 1
Advanced Address/Data MUX mode (AADM)
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Sramcr0Am
impl Ord for Sramcr0Am
Source§impl PartialOrd for Sramcr0Am
impl PartialOrd for Sramcr0Am
impl Copy for Sramcr0Am
impl Eq for Sramcr0Am
impl StructuralPartialEq for Sramcr0Am
Auto Trait Implementations§
impl Freeze for Sramcr0Am
impl RefUnwindSafe for Sramcr0Am
impl Send for Sramcr0Am
impl Sync for Sramcr0Am
impl Unpin for Sramcr0Am
impl UnwindSafe for Sramcr0Am
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