Struct esp32_hal::pac::dport::front_end_mem_pd::R
pub struct R(_);
Expand description
Register FRONT_END_MEM_PD
reader
Implementations§
§impl R
impl R
pub fn agc_mem_force_pu(&self) -> BitReaderRaw<bool>
pub fn agc_mem_force_pu(&self) -> BitReaderRaw<bool>
Bit 0
pub fn agc_mem_force_pd(&self) -> BitReaderRaw<bool>
pub fn agc_mem_force_pd(&self) -> BitReaderRaw<bool>
Bit 1
pub fn pbus_mem_force_pu(&self) -> BitReaderRaw<bool>
pub fn pbus_mem_force_pu(&self) -> BitReaderRaw<bool>
Bit 2
pub fn pbus_mem_force_pd(&self) -> BitReaderRaw<bool>
pub fn pbus_mem_force_pd(&self) -> BitReaderRaw<bool>
Bit 3
Methods from Deref<Target = R<FRONT_END_MEM_PD_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<FRONT_END_MEM_PD_SPEC>> for R
impl From<R<FRONT_END_MEM_PD_SPEC>> for R
§fn from(reader: R<FRONT_END_MEM_PD_SPEC>) -> R
fn from(reader: R<FRONT_END_MEM_PD_SPEC>) -> R
Converts to this type from the input type.