Enum d1_pac::csic::csic_parser0::prs_ncsic_if_cfg::IF_DATA_WIDTH_A
source · #[repr(u8)]pub enum IF_DATA_WIDTH_A {
_8BIT = 0,
_10BIT = 1,
_12BIT = 2,
_8P2BIT = 3,
_2X8BIT = 4,
}
Expand description
Value on reset: 0
Variants§
_8BIT = 0
0: 8 bit data bus
_10BIT = 1
1: 10 bit data bus
_12BIT = 2
2: 12 bit data bus
_8P2BIT = 3
3: 8 + 2 bit data bus
_2X8BIT = 4
4: 2 * 8 bit data bus
Trait Implementations§
source§impl Clone for IF_DATA_WIDTH_A
impl Clone for IF_DATA_WIDTH_A
source§fn clone(&self) -> IF_DATA_WIDTH_A
fn clone(&self) -> IF_DATA_WIDTH_A
Returns a copy 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 IF_DATA_WIDTH_A
impl Debug for IF_DATA_WIDTH_A
source§impl From<IF_DATA_WIDTH_A> for u8
impl From<IF_DATA_WIDTH_A> for u8
source§fn from(variant: IF_DATA_WIDTH_A) -> Self
fn from(variant: IF_DATA_WIDTH_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for IF_DATA_WIDTH_A
impl PartialEq for IF_DATA_WIDTH_A
impl Copy for IF_DATA_WIDTH_A
impl Eq for IF_DATA_WIDTH_A
impl StructuralPartialEq for IF_DATA_WIDTH_A
Auto Trait Implementations§
impl Freeze for IF_DATA_WIDTH_A
impl RefUnwindSafe for IF_DATA_WIDTH_A
impl Send for IF_DATA_WIDTH_A
impl Sync for IF_DATA_WIDTH_A
impl Unpin for IF_DATA_WIDTH_A
impl UnwindSafe for IF_DATA_WIDTH_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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)