Enum d1_pac::csic::csic_top::csic_ptn_gen_en::PTN_START_A
source · pub enum PTN_START_A {
F_INISH = 0,
S_TART = 1,
}
Expand description
CSIC Pattern Generating Start
Software write this bit to “1” to start pattern generating from DRAM. When finished, the hardware will clear this bit to “0” automatically. Generating cycles depends on PTN_CYCLE.
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for PTN_START_A
impl Clone for PTN_START_A
source§fn clone(&self) -> PTN_START_A
fn clone(&self) -> PTN_START_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 PTN_START_A
impl Debug for PTN_START_A
source§impl From<PTN_START_A> for bool
impl From<PTN_START_A> for bool
source§fn from(variant: PTN_START_A) -> Self
fn from(variant: PTN_START_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for PTN_START_A
impl PartialEq for PTN_START_A
impl Copy for PTN_START_A
impl Eq for PTN_START_A
impl StructuralPartialEq for PTN_START_A
Auto Trait Implementations§
impl Freeze for PTN_START_A
impl RefUnwindSafe for PTN_START_A
impl Send for PTN_START_A
impl Sync for PTN_START_A
impl Unpin for PTN_START_A
impl UnwindSafe for PTN_START_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
)