Enum d1_pac::i2s_pcm::i2s_pcm_fmt0::EDGE_TRANSFER_A
source · pub enum EDGE_TRANSFER_A {
ALTERNATE = 0,
SAME = 1,
}
Expand description
Edge Transfer
Value on reset: 0
Variants§
ALTERNATE = 0
0: DOUT drives data and DIN sample data at alternate BCLK edge
SAME = 1
1: DOUT drives data and DIN sample data at same BCLK edge
Trait Implementations§
source§impl Clone for EDGE_TRANSFER_A
impl Clone for EDGE_TRANSFER_A
source§fn clone(&self) -> EDGE_TRANSFER_A
fn clone(&self) -> EDGE_TRANSFER_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 EDGE_TRANSFER_A
impl Debug for EDGE_TRANSFER_A
source§impl From<EDGE_TRANSFER_A> for bool
impl From<EDGE_TRANSFER_A> for bool
source§fn from(variant: EDGE_TRANSFER_A) -> Self
fn from(variant: EDGE_TRANSFER_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for EDGE_TRANSFER_A
impl PartialEq for EDGE_TRANSFER_A
impl Copy for EDGE_TRANSFER_A
impl Eq for EDGE_TRANSFER_A
impl StructuralPartialEq for EDGE_TRANSFER_A
Auto Trait Implementations§
impl Freeze for EDGE_TRANSFER_A
impl RefUnwindSafe for EDGE_TRANSFER_A
impl Send for EDGE_TRANSFER_A
impl Sync for EDGE_TRANSFER_A
impl Unpin for EDGE_TRANSFER_A
impl UnwindSafe for EDGE_TRANSFER_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
)