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