#[repr(u8)]
pub enum MODE2_A {
D8A8,
D16A16ALE,
D8A24ALE,
D16,
}
Expand description
Mode 2
Value on reset: 0
Variants
D8A8
0: EBI_AD drives 8 bit data, 8 bit address, ALE not used. Extended address bits can be enabled.
D16A16ALE
1: EBI_AD drives 16 bit data, 16 bit address, ALE is used for address latching. Extended address bits can be enabled.
D8A24ALE
2: EBI_AD drives 8 bit data, 24 bit address, ALE is used for address latching. Extended address bits can be enabled.
D16
3: EBI_AD drives 16 bit data, ALE not used. Extended address bits can be enabled.
Trait Implementations
impl Copy for MODE2_A
impl StructuralPartialEq for MODE2_A
Auto Trait Implementations
impl RefUnwindSafe for MODE2_A
impl Send for MODE2_A
impl Sync for MODE2_A
impl Unpin for MODE2_A
impl UnwindSafe for MODE2_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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