![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
L3 (NIC-301) GPV Registers
Registers to control L3 interconnect settings
Data Structures | |
struct | ALT_L3_s |
struct | ALT_L3_raw_s |
Typedefs | |
typedef struct ALT_L3_s | ALT_L3_t |
typedef struct ALT_L3_raw_s | ALT_L3_raw_t |
struct ALT_L3_s |
WARNING: The C register and register group struct declarations are provided for convenience and illustrative purposes. They should, however, be used with caution as the C language standard provides no guarantees about the alignment or atomicity of device memory accesses. The recommended practice for writing hardware drivers is to use the SoCAL access macros and alt_read_word() and alt_write_word() functions.
The struct declaration for register group ALT_L3.
Data Fields | ||
---|---|---|
volatile ALT_L3_REMAP_t | remap | ALT_L3_REMAP |
volatile uint32_t | _pad_0x4_0x7 | UNDEFINED |
volatile ALT_L3_SECGRP_t | secgrp | ALT_L3_SECGRP |
volatile uint32_t | _pad_0xa4_0xfff | UNDEFINED |
volatile ALT_L3_IDGRP_t | idgrp | ALT_L3_IDGRP |
volatile ALT_L3_MSTGRP_t | mastergrp | ALT_L3_MSTGRP |
volatile uint32_t | _pad_0x2710c_0x41fff | UNDEFINED |
volatile ALT_L3_SLVGRP_t | slavegrp | ALT_L3_SLVGRP |
volatile uint32_t | _pad_0x4c10c_0x80000 | UNDEFINED |
struct ALT_L3_raw_s |
The struct declaration for the raw register contents of register group ALT_L3.
Data Fields | ||
---|---|---|
volatile uint32_t | remap | ALT_L3_REMAP |
volatile uint32_t | _pad_0x4_0x7 | UNDEFINED |
volatile ALT_L3_SECGRP_raw_t | secgrp | ALT_L3_SECGRP |
volatile uint32_t | _pad_0xa4_0xfff | UNDEFINED |
volatile ALT_L3_IDGRP_raw_t | idgrp | ALT_L3_IDGRP |
volatile ALT_L3_MSTGRP_raw_t | mastergrp | ALT_L3_MSTGRP |
volatile uint32_t | _pad_0x2710c_0x41fff | UNDEFINED |
volatile ALT_L3_SLVGRP_raw_t | slavegrp | ALT_L3_SLVGRP |
volatile uint32_t | _pad_0x4c10c_0x80000 | UNDEFINED |
typedef struct ALT_L3_raw_s ALT_L3_raw_t |
The typedef declaration for the raw register contents of register group ALT_L3.