Struct esp32s3_hal::pac::efuse::rd_key5_data2::R
pub struct R(_);
Expand description
Register RD_KEY5_DATA2
reader
Implementations§
§impl R
impl R
pub fn key5_data2(&self) -> FieldReaderRaw<u32, u32>
pub fn key5_data2(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - Stores the second 32 bits of KEY5.
Methods from Deref<Target = R<RD_KEY5_DATA2_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<RD_KEY5_DATA2_SPEC>> for R
impl From<R<RD_KEY5_DATA2_SPEC>> for R
§fn from(reader: R<RD_KEY5_DATA2_SPEC>) -> R
fn from(reader: R<RD_KEY5_DATA2_SPEC>) -> R
Converts to this type from the input type.