pub struct W(/* private fields */);Expand description
Register SEQ_PROGRAM_CTL_2 writer
Implementations§
Source§impl W
impl W
Sourcepub fn cycles(
&mut self,
) -> FieldWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, u16, u16, Unsafe, 10, 0>
pub fn cycles( &mut self, ) -> FieldWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, u16, u16, Unsafe, 10, 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,
) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 16>
pub fn strobe_a( &mut self, ) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 16>
Bit 16 - Specifies value of eFUSE control signal strobe_a
Sourcepub fn strobe_b(
&mut self,
) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 17>
pub fn strobe_b( &mut self, ) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 17>
Bit 17 - Specifies value of eFUSEcontrol signal strobe_b
Sourcepub fn strobe_c(
&mut self,
) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 18>
pub fn strobe_c( &mut self, ) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 18>
Bit 18 - Specifies value of eFUSE control signal strobe_c
Sourcepub fn strobe_d(
&mut self,
) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 19>
pub fn strobe_d( &mut self, ) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 19>
Bit 19 - Specifies value of eFUSE control signal strobe_d
Sourcepub fn strobe_e(
&mut self,
) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 20>
pub fn strobe_e( &mut self, ) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 20>
Bit 20 - Specifies value of eFUSE control signal strobe_e
Sourcepub fn strobe_f(
&mut self,
) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 21>
pub fn strobe_f( &mut self, ) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 21>
Bit 21 - Specifies value of eFUSE control signal strobe_f
Sourcepub fn strobe_g(
&mut self,
) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 22>
pub fn strobe_g( &mut self, ) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 22>
Bit 22 - Specifies value of eFUSE control signal strobe_g
Sourcepub fn done(
&mut self,
) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 31>
pub fn done( &mut self, ) -> BitWriterRaw<'_, u32, SEQ_PROGRAM_CTL_2_SPEC, bool, BitM, 31>
Bit 31 - When set to 1 indicates that the Read cycle ends when the current cycle count reaches 0.
Methods from Deref<Target = W<SEQ_PROGRAM_CTL_2_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 UnsafeUnpin 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