Enum avr_device::atmega2560::cpu::xmcra::SRW1_A
source · #[repr(u8)]pub enum SRW1_A {
VAL_0X00 = 0,
VAL_0X01 = 1,
VAL_0X02 = 2,
VAL_0X03 = 3,
}
Expand description
Wait state select bit upper page
Value on reset: 0
Variants§
VAL_0X00 = 0
0: No wait-states
VAL_0X01 = 1
1: Wait one cycle during read/write strobe
VAL_0X02 = 2
2: Wait two cycles during read/write strobe
VAL_0X03 = 3
3: Wait two cycles during read/write and wait one cycle before driving out new address
Trait Implementations§
impl Copy for SRW1_A
impl Eq for SRW1_A
impl StructuralPartialEq for SRW1_A
Auto Trait Implementations§
impl Freeze for SRW1_A
impl RefUnwindSafe for SRW1_A
impl Send for SRW1_A
impl Sync for SRW1_A
impl Unpin for SRW1_A
impl UnwindSafe for SRW1_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)