pub struct R(_);
Expand description
Register STATUS
reader
Implementations§
source§impl R
impl R
sourcepub fn otp_load_sw(&self) -> OTP_LOAD_SW_R
pub fn otp_load_sw(&self) -> OTP_LOAD_SW_R
Bit 4 - The value of OTP_LOAD_SW.
sourcepub fn otp_vddq_c_sync2(&self) -> OTP_VDDQ_C_SYNC2_R
pub fn otp_vddq_c_sync2(&self) -> OTP_VDDQ_C_SYNC2_R
Bit 5 - The value of OTP_VDDQ_C_SYNC2.
sourcepub fn otp_strobe_sw(&self) -> OTP_STROBE_SW_R
pub fn otp_strobe_sw(&self) -> OTP_STROBE_SW_R
Bit 6 - The value of OTP_STROBE_SW.
sourcepub fn otp_csb_sw(&self) -> OTP_CSB_SW_R
pub fn otp_csb_sw(&self) -> OTP_CSB_SW_R
Bit 7 - The value of OTP_CSB_SW.
sourcepub fn otp_pgenb_sw(&self) -> OTP_PGENB_SW_R
pub fn otp_pgenb_sw(&self) -> OTP_PGENB_SW_R
Bit 8 - The value of OTP_PGENB_SW.
sourcepub fn otp_vddq_is_sw(&self) -> OTP_VDDQ_IS_SW_R
pub fn otp_vddq_is_sw(&self) -> OTP_VDDQ_IS_SW_R
Bit 9 - The value of OTP_VDDQ_IS_SW.
sourcepub fn blk0_valid_bit_cnt(&self) -> BLK0_VALID_BIT_CNT_R
pub fn blk0_valid_bit_cnt(&self) -> BLK0_VALID_BIT_CNT_R
Bits 10:19 - Indicates the number of block valid bit.
Methods from Deref<Target = R<STATUS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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