Struct esp32c2_hal::pac::apb_ctrl::ext_mem_pms_lock::R
pub struct R(_);
Expand description
Register EXT_MEM_PMS_LOCK
reader
Implementations§
§impl R
impl R
pub fn ext_mem_pms_lock(&self) -> BitReaderRaw<bool>
pub fn ext_mem_pms_lock(&self) -> BitReaderRaw<bool>
Bit 0 - reg_ext_mem_pms_lock
Methods from Deref<Target = R<EXT_MEM_PMS_LOCK_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<EXT_MEM_PMS_LOCK_SPEC>> for R
impl From<R<EXT_MEM_PMS_LOCK_SPEC>> for R
§fn from(reader: R<EXT_MEM_PMS_LOCK_SPEC>) -> R
fn from(reader: R<EXT_MEM_PMS_LOCK_SPEC>) -> R
Converts to this type from the input type.