Enum d1_pac::tpadc::tp_int_fifo_ctrl::TP_FIFO_FLUSH_A
source · pub enum TP_FIFO_FLUSH_A {
FLUSH = 1,
}
Expand description
TP FIFO Flush
Value on reset: 0
Variants§
FLUSH = 1
1: 1
Trait Implementations§
source§impl Clone for TP_FIFO_FLUSH_A
impl Clone for TP_FIFO_FLUSH_A
source§fn clone(&self) -> TP_FIFO_FLUSH_A
fn clone(&self) -> TP_FIFO_FLUSH_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 TP_FIFO_FLUSH_A
impl Debug for TP_FIFO_FLUSH_A
source§impl From<TP_FIFO_FLUSH_A> for bool
impl From<TP_FIFO_FLUSH_A> for bool
source§fn from(variant: TP_FIFO_FLUSH_A) -> Self
fn from(variant: TP_FIFO_FLUSH_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for TP_FIFO_FLUSH_A
impl PartialEq for TP_FIFO_FLUSH_A
impl Copy for TP_FIFO_FLUSH_A
impl Eq for TP_FIFO_FLUSH_A
impl StructuralPartialEq for TP_FIFO_FLUSH_A
Auto Trait Implementations§
impl Freeze for TP_FIFO_FLUSH_A
impl RefUnwindSafe for TP_FIFO_FLUSH_A
impl Send for TP_FIFO_FLUSH_A
impl Sync for TP_FIFO_FLUSH_A
impl Unpin for TP_FIFO_FLUSH_A
impl UnwindSafe for TP_FIFO_FLUSH_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
)