pub struct R(/* private fields */);Expand description
Register SEQ_PROGRAM_CTL_2 reader
Implementations§
Source§impl R
impl R
Sourcepub fn cycles(&self) -> CYCLES_R
pub fn cycles(&self) -> CYCLES_R
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(&self) -> STROBE_A_R
pub fn strobe_a(&self) -> STROBE_A_R
Bit 16 - Specifies value of eFUSE control signal strobe_a
Sourcepub fn strobe_b(&self) -> STROBE_B_R
pub fn strobe_b(&self) -> STROBE_B_R
Bit 17 - Specifies value of eFUSEcontrol signal strobe_b
Sourcepub fn strobe_c(&self) -> STROBE_C_R
pub fn strobe_c(&self) -> STROBE_C_R
Bit 18 - Specifies value of eFUSE control signal strobe_c
Sourcepub fn strobe_d(&self) -> STROBE_D_R
pub fn strobe_d(&self) -> STROBE_D_R
Bit 19 - Specifies value of eFUSE control signal strobe_d
Sourcepub fn strobe_e(&self) -> STROBE_E_R
pub fn strobe_e(&self) -> STROBE_E_R
Bit 20 - Specifies value of eFUSE control signal strobe_e
Sourcepub fn strobe_f(&self) -> STROBE_F_R
pub fn strobe_f(&self) -> STROBE_F_R
Bit 21 - Specifies value of eFUSE control signal strobe_f
Sourcepub fn strobe_g(&self) -> STROBE_G_R
pub fn strobe_g(&self) -> STROBE_G_R
Bit 22 - Specifies value of eFUSE control signal strobe_g
Methods from Deref<Target = R<SEQ_PROGRAM_CTL_2_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