Struct esp32c2_hal::pac::apb_ctrl::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 - reg_agc_mem_force_pu
pub fn agc_mem_force_pd(&self) -> BitReaderRaw<bool>
pub fn agc_mem_force_pd(&self) -> BitReaderRaw<bool>
Bit 1 - reg_agc_mem_force_pd
pub fn pbus_mem_force_pu(&self) -> BitReaderRaw<bool>
pub fn pbus_mem_force_pu(&self) -> BitReaderRaw<bool>
Bit 2 - reg_pbus_mem_force_pu
pub fn pbus_mem_force_pd(&self) -> BitReaderRaw<bool>
pub fn pbus_mem_force_pd(&self) -> BitReaderRaw<bool>
Bit 3 - reg_pbus_mem_force_pd
pub fn dc_mem_force_pu(&self) -> BitReaderRaw<bool>
pub fn dc_mem_force_pu(&self) -> BitReaderRaw<bool>
Bit 4 - reg_dc_mem_force_pu
pub fn dc_mem_force_pd(&self) -> BitReaderRaw<bool>
pub fn dc_mem_force_pd(&self) -> BitReaderRaw<bool>
Bit 5 - reg_dc_mem_force_pd
pub fn freq_mem_force_pu(&self) -> BitReaderRaw<bool>
pub fn freq_mem_force_pu(&self) -> BitReaderRaw<bool>
Bit 6 - reg_freq_mem_force_pu
pub fn freq_mem_force_pd(&self) -> BitReaderRaw<bool>
pub fn freq_mem_force_pd(&self) -> BitReaderRaw<bool>
Bit 7 - reg_freq_mem_force_pd
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.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more