Struct esp32c2_hal::pac::efuse::pgm_data2::R
pub struct R(_);
Expand description
Register PGM_DATA2
reader
Implementations§
§impl R
impl R
pub fn pgm_data_2(&self) -> FieldReaderRaw<u32, u32>
pub fn pgm_data_2(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - The content of the 2nd 32-bit data to be programmed.
Methods from Deref<Target = R<PGM_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<PGM_DATA2_SPEC>> for R
impl From<R<PGM_DATA2_SPEC>> for R
§fn from(reader: R<PGM_DATA2_SPEC>) -> R
fn from(reader: R<PGM_DATA2_SPEC>) -> R
Converts to this type from the input type.