pub struct DdrmonCh1DdrFifo3AddrSpec;Expand description
DDR Channel 1 Controller Interface Address FIFO3
You can read this register and get ddrmon_ch1_ddr_fifo3_addr::R. See API.
Trait Implementations§
source§impl Resettable for DdrmonCh1DdrFifo3AddrSpec
impl Resettable for DdrmonCh1DdrFifo3AddrSpec
reset() method sets DDRMON_CH1_DDR_FIFO3_ADDR 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 DdrmonCh1DdrFifo3AddrSpec
read() method returns ddrmon_ch1_ddr_fifo3_addr::R reader structure
Auto Trait Implementations§
impl Freeze for DdrmonCh1DdrFifo3AddrSpec
impl RefUnwindSafe for DdrmonCh1DdrFifo3AddrSpec
impl Send for DdrmonCh1DdrFifo3AddrSpec
impl Sync for DdrmonCh1DdrFifo3AddrSpec
impl Unpin for DdrmonCh1DdrFifo3AddrSpec
impl UnwindSafe for DdrmonCh1DdrFifo3AddrSpec
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