Struct esp32_hal::pac::efuse::dec_status::R
pub struct R(_);
Expand description
Register DEC_STATUS
reader
Implementations§
§impl R
impl R
pub fn dec_warnings(&self) -> FieldReaderRaw<u16, u16>
pub fn dec_warnings(&self) -> FieldReaderRaw<u16, u16>
Bits 0:11 - the decode result of 3/4 coding scheme has warning
Methods from Deref<Target = R<DEC_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<DEC_STATUS_SPEC>> for R
impl From<R<DEC_STATUS_SPEC>> for R
§fn from(reader: R<DEC_STATUS_SPEC>) -> R
fn from(reader: R<DEC_STATUS_SPEC>) -> R
Converts to this type from the input type.