#[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
impl Clone for DDR_CSR_APB_TypeDef
Source§fn clone(&self) -> DDR_CSR_APB_TypeDef
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DDR_CSR_APB_TypeDef
Auto Trait Implementations§
impl Freeze for DDR_CSR_APB_TypeDef
impl RefUnwindSafe for DDR_CSR_APB_TypeDef
impl Send for DDR_CSR_APB_TypeDef
impl Sync for DDR_CSR_APB_TypeDef
impl Unpin for DDR_CSR_APB_TypeDef
impl UnwindSafe for DDR_CSR_APB_TypeDef
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