![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
NAND Flash Controller Module Registers (AXI Slave)
Registers in the NAND Flash Controller module accessible via its register AXI slave
Data Structures | |
struct | ALT_NAND_s |
struct | ALT_NAND_raw_s |
Typedefs | |
typedef struct ALT_NAND_s | ALT_NAND_t |
typedef struct ALT_NAND_raw_s | ALT_NAND_raw_t |
struct ALT_NAND_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_NAND.
Data Fields | ||
---|---|---|
volatile ALT_NAND_CFG_t | config | ALT_NAND_CFG |
volatile uint32_t | _pad_0x2b4_0x2ff | UNDEFINED |
volatile ALT_NAND_PARAM_t | param | ALT_NAND_PARAM |
volatile uint32_t | _pad_0x3f4_0x3ff | UNDEFINED |
volatile ALT_NAND_STAT_t | status | ALT_NAND_STAT |
volatile uint32_t | _pad_0x544_0x64f | UNDEFINED |
volatile ALT_NAND_ECC_t | ecc | ALT_NAND_ECC |
volatile uint32_t | _pad_0x664_0x6ff | UNDEFINED |
volatile ALT_NAND_DMA_t | dma | ALT_NAND_DMA |
volatile uint32_t | _pad_0x7a4_0x800 | UNDEFINED |
struct ALT_NAND_raw_s |
The struct declaration for the raw register contents of register group ALT_NAND.
Data Fields | ||
---|---|---|
volatile ALT_NAND_CFG_raw_t | config | ALT_NAND_CFG |
volatile uint32_t | _pad_0x2b4_0x2ff | UNDEFINED |
volatile ALT_NAND_PARAM_raw_t | param | ALT_NAND_PARAM |
volatile uint32_t | _pad_0x3f4_0x3ff | UNDEFINED |
volatile ALT_NAND_STAT_raw_t | status | ALT_NAND_STAT |
volatile uint32_t | _pad_0x544_0x64f | UNDEFINED |
volatile ALT_NAND_ECC_raw_t | ecc | ALT_NAND_ECC |
volatile uint32_t | _pad_0x664_0x6ff | UNDEFINED |
volatile ALT_NAND_DMA_raw_t | dma | ALT_NAND_DMA |
volatile uint32_t | _pad_0x7a4_0x800 | UNDEFINED |
typedef struct ALT_NAND_s ALT_NAND_t |
The typedef declaration for register group ALT_NAND.
typedef struct ALT_NAND_raw_s ALT_NAND_raw_t |
The typedef declaration for the raw register contents of register group ALT_NAND.