pub struct R(/* private fields */);
Expand description
Register csic_ptn_ctrl
reader
Implementations§
source§impl R
impl R
sourcepub fn ptn_gen_dly(&self) -> PTN_GEN_DLY_R
pub fn ptn_gen_dly(&self) -> PTN_GEN_DLY_R
Bits 0:7 - Clocks delayed before pattern generating start.
sourcepub fn ptn_gen_clk_div(&self) -> PTN_GEN_CLK_DIV_R
pub fn ptn_gen_clk_div(&self) -> PTN_GEN_CLK_DIV_R
Bits 8:9 - Packet generator clock divider
sourcepub fn ptn_mode(&self) -> PTN_MODE_R
pub fn ptn_mode(&self) -> PTN_MODE_R
Bits 16:19 - Pattern mode selection
sourcepub fn ptn_gen_data_width(&self) -> PTN_GEN_DATA_WIDTH_R
pub fn ptn_gen_data_width(&self) -> PTN_GEN_DATA_WIDTH_R
Bits 20:21
sourcepub fn ptn_port_sel(&self) -> PTN_PORT_SEL_R
pub fn ptn_port_sel(&self) -> PTN_PORT_SEL_R
Bits 24:25 - Pattern Generator output port selection
Methods from Deref<Target = R<CSIC_PTN_CTRL_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