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