pub struct W(/* private fields */);Expand description
Register SEQ_PROGRAM_CTL_3 writer
Implementations§
Source§impl W
impl W
Sourcepub fn cycles(&mut self) -> CYCLES_W<'_, 0>
pub fn cycles(&mut self) -> CYCLES_W<'_, 0>
Bits 0:9 - Number of IP clock cycles (minus 1). This field is in the range of [0, 1023], allowing for a time of [1, 1024] IP clock cycles.
Sourcepub fn strobe_a(&mut self) -> STROBE_A_W<'_, 16>
pub fn strobe_a(&mut self) -> STROBE_A_W<'_, 16>
Bit 16 - Specifies value of eFUSE control signal strobe_a
Sourcepub fn strobe_b(&mut self) -> STROBE_B_W<'_, 17>
pub fn strobe_b(&mut self) -> STROBE_B_W<'_, 17>
Bit 17 - Specifies value of eFUSEcontrol signal strobe_b
Sourcepub fn strobe_c(&mut self) -> STROBE_C_W<'_, 18>
pub fn strobe_c(&mut self) -> STROBE_C_W<'_, 18>
Bit 18 - Specifies value of eFUSE control signal strobe_c
Sourcepub fn strobe_d(&mut self) -> STROBE_D_W<'_, 19>
pub fn strobe_d(&mut self) -> STROBE_D_W<'_, 19>
Bit 19 - Specifies value of eFUSE control signal strobe_d
Sourcepub fn strobe_e(&mut self) -> STROBE_E_W<'_, 20>
pub fn strobe_e(&mut self) -> STROBE_E_W<'_, 20>
Bit 20 - Specifies value of eFUSE control signal strobe_e
Sourcepub fn strobe_f(&mut self) -> STROBE_F_W<'_, 21>
pub fn strobe_f(&mut self) -> STROBE_F_W<'_, 21>
Bit 21 - Specifies value of eFUSE control signal strobe_f
Sourcepub fn strobe_g(&mut self) -> STROBE_G_W<'_, 22>
pub fn strobe_g(&mut self) -> STROBE_G_W<'_, 22>
Bit 22 - Specifies value of eFUSE control signal strobe_g
Methods from Deref<Target = W<SEQ_PROGRAM_CTL_3_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