pub struct W(/* private fields */);
Expand description
Register csic_ptn_ctrl
writer
Implementations§
source§impl W
impl W
sourcepub fn ptn_gen_dly(&mut self) -> PTN_GEN_DLY_W<'_, 0>
pub fn ptn_gen_dly(&mut self) -> PTN_GEN_DLY_W<'_, 0>
Bits 0:7 - Clocks delayed before pattern generating start.
sourcepub fn ptn_gen_clk_div(&mut self) -> PTN_GEN_CLK_DIV_W<'_, 8>
pub fn ptn_gen_clk_div(&mut self) -> PTN_GEN_CLK_DIV_W<'_, 8>
Bits 8:9 - Packet generator clock divider
sourcepub fn ptn_mode(&mut self) -> PTN_MODE_W<'_, 16>
pub fn ptn_mode(&mut self) -> PTN_MODE_W<'_, 16>
Bits 16:19 - Pattern mode selection
sourcepub fn ptn_gen_data_width(&mut self) -> PTN_GEN_DATA_WIDTH_W<'_, 20>
pub fn ptn_gen_data_width(&mut self) -> PTN_GEN_DATA_WIDTH_W<'_, 20>
Bits 20:21
sourcepub fn ptn_port_sel(&mut self) -> PTN_PORT_SEL_W<'_, 24>
pub fn ptn_port_sel(&mut self) -> PTN_PORT_SEL_W<'_, 24>
Bits 24:25 - Pattern Generator output port selection
Methods from Deref<Target = W<CSIC_PTN_CTRL_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