pub struct W(/* private fields */);
Expand description
Register csic_ptn_gen_en
writer
Implementations§
source§impl W
impl W
sourcepub fn ptn_gen_en(&mut self) -> PTN_GEN_EN_W<'_, 0>
pub fn ptn_gen_en(&mut self) -> PTN_GEN_EN_W<'_, 0>
Bit 0 - Pattern Generation Enable
sourcepub fn ptn_start(&mut self) -> PTN_START_W<'_, 4>
pub fn ptn_start(&mut self) -> PTN_START_W<'_, 4>
Bit 4 - 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.
sourcepub fn ptn_cycle(&mut self) -> PTN_CYCLE_W<'_, 16>
pub fn ptn_cycle(&mut self) -> PTN_CYCLE_W<'_, 16>
Bits 16:23 - Pattern generating cycle counter.
The pattern in dram will be generated in cycles of PTN_CYCLE+1.
Methods from Deref<Target = W<CSIC_PTN_GEN_EN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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