pub struct DdrmonCh1CountNumSpec;Expand description
Channel 1 Timer Count Number
You can read this register and get ddrmon_ch1_count_num::R. See API.
Trait Implementations§
source§impl RegisterSpec for DdrmonCh1CountNumSpec
impl RegisterSpec for DdrmonCh1CountNumSpec
source§impl Resettable for DdrmonCh1CountNumSpec
impl Resettable for DdrmonCh1CountNumSpec
reset() method sets DDRMON_CH1_COUNT_NUM 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 DdrmonCh1CountNumSpec
read() method returns ddrmon_ch1_count_num::R reader structure
Auto Trait Implementations§
impl Freeze for DdrmonCh1CountNumSpec
impl RefUnwindSafe for DdrmonCh1CountNumSpec
impl Send for DdrmonCh1CountNumSpec
impl Sync for DdrmonCh1CountNumSpec
impl Unpin for DdrmonCh1CountNumSpec
impl UnwindSafe for DdrmonCh1CountNumSpec
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