Struct esp32s3_hal::pac::efuse::status::R
pub struct R(_);
Expand description
Register STATUS
reader
Implementations§
§impl R
impl R
pub fn state(&self) -> FieldReaderRaw<u8, u8>
pub fn state(&self) -> FieldReaderRaw<u8, u8>
Bits 0:3 - Indicates the state of the eFuse state machine.
pub fn otp_load_sw(&self) -> BitReaderRaw<bool>
pub fn otp_load_sw(&self) -> BitReaderRaw<bool>
Bit 4 - The value of OTP_LOAD_SW.
pub fn otp_vddq_c_sync2(&self) -> BitReaderRaw<bool>
pub fn otp_vddq_c_sync2(&self) -> BitReaderRaw<bool>
Bit 5 - The value of OTP_VDDQ_C_SYNC2.
pub fn otp_strobe_sw(&self) -> BitReaderRaw<bool>
pub fn otp_strobe_sw(&self) -> BitReaderRaw<bool>
Bit 6 - The value of OTP_STROBE_SW.
pub fn otp_csb_sw(&self) -> BitReaderRaw<bool>
pub fn otp_csb_sw(&self) -> BitReaderRaw<bool>
Bit 7 - The value of OTP_CSB_SW.
pub fn otp_pgenb_sw(&self) -> BitReaderRaw<bool>
pub fn otp_pgenb_sw(&self) -> BitReaderRaw<bool>
Bit 8 - The value of OTP_PGENB_SW.
pub fn otp_vddq_is_sw(&self) -> BitReaderRaw<bool>
pub fn otp_vddq_is_sw(&self) -> BitReaderRaw<bool>
Bit 9 - The value of OTP_VDDQ_IS_SW.
pub fn repeat_err_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn repeat_err_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 10:17 - Indicates the number of error bits during programming BLOCK0.
Methods from Deref<Target = R<STATUS_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<STATUS_SPEC>> for R
impl From<R<STATUS_SPEC>> for R
§fn from(reader: R<STATUS_SPEC>) -> R
fn from(reader: R<STATUS_SPEC>) -> R
Converts to this type from the input type.