Struct stm32mp1::stm32mp157::ddrctrl::ddrctrl_pccfg::R
source · [−]pub struct R(_);
Expand description
Register DDRCTRL_PCCFG
reader
Implementations
sourceimpl R
impl R
sourcepub fn go2critical_en(&self) -> GO2CRITICAL_EN_R
pub fn go2critical_en(&self) -> GO2CRITICAL_EN_R
Bit 0 - GO2CRITICAL_EN
sourcepub fn pagematch_limit(&self) -> PAGEMATCH_LIMIT_R
pub fn pagematch_limit(&self) -> PAGEMATCH_LIMIT_R
Bit 4 - PAGEMATCH_LIMIT
sourcepub fn bl_exp_mode(&self) -> BL_EXP_MODE_R
pub fn bl_exp_mode(&self) -> BL_EXP_MODE_R
Bit 8 - BL_EXP_MODE
Methods from Deref<Target = R<DDRCTRL_PCCFG_SPEC>>
Trait Implementations
sourceimpl From<R<DDRCTRL_PCCFG_SPEC>> for R
impl From<R<DDRCTRL_PCCFG_SPEC>> for R
sourcefn from(reader: R<DDRCTRL_PCCFG_SPEC>) -> Self
fn from(reader: R<DDRCTRL_PCCFG_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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