DDR_CSR_APB_TypeDef

Struct DDR_CSR_APB_TypeDef 

Source
#[repr(C)]
pub struct DDR_CSR_APB_TypeDef {
Show 31 fields pub UNUSED_SPACE0: [u32; 2304], pub ADDR_MAP: DDR_CSR_APB_ADDR_MAP_TypeDef, pub UNUSED_SPACE1: [u32; 242], pub MC_BASE3: DDR_CSR_APB_MC_BASE3_TypeDef, pub UNUSED_SPACE2: [u32; 1204], pub MC_BASE1: DDR_CSR_APB_MC_BASE1_TypeDef, pub UNUSED_SPACE3: [u32; 147], pub MC_BASE2: DDR_CSR_APB_MC_BASE2_TypeDef, pub MEM_TEST: DDR_CSR_APB_MEM_TEST_TypeDef, pub UNUSED_SPACE4: [u32; 350], pub MPFE: DDR_CSR_APB_MPFE_TypeDef, pub UNUSED_SPACE5: [u32; 215], pub REORDER: DDR_CSR_APB_REORDER_TypeDef, pub UNUSED_SPACE6: [u32; 247], pub RMW: DDR_CSR_APB_RMW_TypeDef, pub UNUSED_SPACE7: [u32; 254], pub ECC: DDR_CSR_APB_ECC_TypeDef, pub UNUSED_SPACE8: [u32; 229], pub READ_CAPT: DDR_CSR_APB_READ_CAPT_TypeDef, pub UNUSED_SPACE9: [u32; 494], pub MTA: DDR_CSR_APB_MTA_TypeDef, pub UNUSED_SPACE10: [u32; 1449], pub DYN_WIDTH_ADJ: DDR_CSR_APB_DYN_WIDTH_ADJ_TypeDef, pub UNUSED_SPACE11: [u32; 254], pub CA_PAR_ERR: DDR_CSR_APB_CA_PAR_ERR_TypeDef, pub UNUSED_SPACE12: [u32; 8184], pub DFI: DDR_CSR_APB_DFI_TypeDef, pub UNUSED_SPACE13: [u32; 2794], pub AXI_IF: DDR_CSR_APB_AXI_IF_TypeDef, pub UNUSED_SPACE14: [u32; 41563], pub csr_custom: DDR_CSR_APB_csr_custom_TypeDef,
}

Fields§

§UNUSED_SPACE0: [u32; 2304]

< Offset: 0x0

§ADDR_MAP: DDR_CSR_APB_ADDR_MAP_TypeDef

< Offset: 0x2400

§UNUSED_SPACE1: [u32; 242]

< Offset: 0x2438

§MC_BASE3: DDR_CSR_APB_MC_BASE3_TypeDef

< Offset: 0x2800

§UNUSED_SPACE2: [u32; 1204]

< Offset: 0x2930

§MC_BASE1: DDR_CSR_APB_MC_BASE1_TypeDef

< Offset: 0x3c00

§UNUSED_SPACE3: [u32; 147]

< Offset: 0x3db4

§MC_BASE2: DDR_CSR_APB_MC_BASE2_TypeDef

< Offset: 0x4000

§MEM_TEST: DDR_CSR_APB_MEM_TEST_TypeDef

< Offset: 0x4400

§UNUSED_SPACE4: [u32; 350]

< Offset: 0x4688

§MPFE: DDR_CSR_APB_MPFE_TypeDef

< Offset: 0x4c00

§UNUSED_SPACE5: [u32; 215]

< Offset: 0x4ca4

§REORDER: DDR_CSR_APB_REORDER_TypeDef

< Offset: 0x5000

§UNUSED_SPACE6: [u32; 247]

< Offset: 0x5024

§RMW: DDR_CSR_APB_RMW_TypeDef

< Offset: 0x5400

§UNUSED_SPACE7: [u32; 254]

< Offset: 0x5408

§ECC: DDR_CSR_APB_ECC_TypeDef

< Offset: 0x5800

§UNUSED_SPACE8: [u32; 229]

< Offset: 0x586c

§READ_CAPT: DDR_CSR_APB_READ_CAPT_TypeDef

< Offset: 0x5c00

§UNUSED_SPACE9: [u32; 494]

< Offset: 0x5c48

§MTA: DDR_CSR_APB_MTA_TypeDef

< Offset: 0x6400

§UNUSED_SPACE10: [u32; 1449]

< Offset: 0x655c

§DYN_WIDTH_ADJ: DDR_CSR_APB_DYN_WIDTH_ADJ_TypeDef

< Offset: 0x7c00

§UNUSED_SPACE11: [u32; 254]

< Offset: 0x7c08

§CA_PAR_ERR: DDR_CSR_APB_CA_PAR_ERR_TypeDef

< Offset: 0x8000

§UNUSED_SPACE12: [u32; 8184]

< Offset: 0x8020

§DFI: DDR_CSR_APB_DFI_TypeDef

< Offset: 0x10000

§UNUSED_SPACE13: [u32; 2794]

< Offset: 0x10058

§AXI_IF: DDR_CSR_APB_AXI_IF_TypeDef

< Offset: 0x12c00

§UNUSED_SPACE14: [u32; 41563]

< Offset: 0x13694

§csr_custom: DDR_CSR_APB_csr_custom_TypeDef

< Offset: 0x3c000

Trait Implementations§

Source§

impl Clone for DDR_CSR_APB_TypeDef

Source§

fn clone(&self) -> DDR_CSR_APB_TypeDef

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for DDR_CSR_APB_TypeDef

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.