Struct stm32mp1::stm32mp157::ddrctrl::ddrctrl_odtmap::R
source · [−]pub struct R(_);
Expand description
Register DDRCTRL_ODTMAP
reader
Implementations
sourceimpl R
impl R
sourcepub fn rank0_wr_odt(&self) -> RANK0_WR_ODT_R
pub fn rank0_wr_odt(&self) -> RANK0_WR_ODT_R
Bit 0 - RANK0_WR_ODT
sourcepub fn rank0_rd_odt(&self) -> RANK0_RD_ODT_R
pub fn rank0_rd_odt(&self) -> RANK0_RD_ODT_R
Bit 4 - RANK0_RD_ODT
Methods from Deref<Target = R<DDRCTRL_ODTMAP_SPEC>>
Trait Implementations
sourceimpl From<R<DDRCTRL_ODTMAP_SPEC>> for R
impl From<R<DDRCTRL_ODTMAP_SPEC>> for R
sourcefn from(reader: R<DDRCTRL_ODTMAP_SPEC>) -> Self
fn from(reader: R<DDRCTRL_ODTMAP_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