Struct stm32mp1::stm32mp157::ddrphyc::ddrphyc_aciocr::DDRPHYC_ACIOCR_SPEC
source · [−]pub struct DDRPHYC_ACIOCR_SPEC;
Expand description
DDRPHYC ACIOC register
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see ddrphyc_aciocr module
Trait Implementations
sourceimpl Readable for DDRPHYC_ACIOCR_SPEC
impl Readable for DDRPHYC_ACIOCR_SPEC
read()
method returns ddrphyc_aciocr::R reader structure
sourceimpl RegisterSpec for DDRPHYC_ACIOCR_SPEC
impl RegisterSpec for DDRPHYC_ACIOCR_SPEC
sourceimpl Resettable for DDRPHYC_ACIOCR_SPEC
impl Resettable for DDRPHYC_ACIOCR_SPEC
reset()
method sets DDRPHYC_ACIOCR to value 0x33c0_3812
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for DDRPHYC_ACIOCR_SPEC
impl Writable for DDRPHYC_ACIOCR_SPEC
write(|w| ..)
method takes ddrphyc_aciocr::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for DDRPHYC_ACIOCR_SPEC
impl Send for DDRPHYC_ACIOCR_SPEC
impl Sync for DDRPHYC_ACIOCR_SPEC
impl Unpin for DDRPHYC_ACIOCR_SPEC
impl UnwindSafe for DDRPHYC_ACIOCR_SPEC
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