Struct rk3399_rs::ddr_mon::ddrmon_ip_version::DdrmonIpVersionSpec
source · pub struct DdrmonIpVersionSpec;Expand description
DDR Monitor IP Version
You can read this register and get ddrmon_ip_version::R. See API.
Trait Implementations§
source§impl RegisterSpec for DdrmonIpVersionSpec
impl RegisterSpec for DdrmonIpVersionSpec
source§impl Resettable for DdrmonIpVersionSpec
impl Resettable for DdrmonIpVersionSpec
reset() method sets DDRMON_IP_VERSION to value 0
source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for DdrmonIpVersionSpec
read() method returns ddrmon_ip_version::R reader structure
Auto Trait Implementations§
impl Freeze for DdrmonIpVersionSpec
impl RefUnwindSafe for DdrmonIpVersionSpec
impl Send for DdrmonIpVersionSpec
impl Sync for DdrmonIpVersionSpec
impl Unpin for DdrmonIpVersionSpec
impl UnwindSafe for DdrmonIpVersionSpec
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more