Struct rk3399_rs::ddr_mon::ddrmon_timer_count::DdrmonTimerCountSpec
source · pub struct DdrmonTimerCountSpec;Expand description
The DFI Timer Threshold
You can read this register and get ddrmon_timer_count::R. See API.
Trait Implementations§
source§impl RegisterSpec for DdrmonTimerCountSpec
impl RegisterSpec for DdrmonTimerCountSpec
source§impl Resettable for DdrmonTimerCountSpec
impl Resettable for DdrmonTimerCountSpec
reset() method sets DDRMON_TIMER_COUNT 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 DdrmonTimerCountSpec
read() method returns ddrmon_timer_count::R reader structure
Auto Trait Implementations§
impl Freeze for DdrmonTimerCountSpec
impl RefUnwindSafe for DdrmonTimerCountSpec
impl Send for DdrmonTimerCountSpec
impl Sync for DdrmonTimerCountSpec
impl Unpin for DdrmonTimerCountSpec
impl UnwindSafe for DdrmonTimerCountSpec
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