Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
Register Group : ECC registers - ALT_NAND_ECC

Description

ECC registers

Members

 Register : ECCCorInfo_b01
 
 Register : ECCCorInfo_b23
 

Data Structures

struct  ALT_NAND_ECC_s
 
struct  ALT_NAND_ECC_raw_s
 

Typedefs

typedef struct ALT_NAND_ECC_s ALT_NAND_ECC_t
 
typedef struct ALT_NAND_ECC_raw_s ALT_NAND_ECC_raw_t
 

Data Structure Documentation

struct ALT_NAND_ECC_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_ECC.

Data Fields
volatile
ALT_NAND_ECC_ECCCORINFO_B01_t
ECCCorInfo_b01 ALT_NAND_ECC_ECCCORINFO_B01
volatile uint32_t _pad_0x4_0xf UNDEFINED
volatile
ALT_NAND_ECC_ECCCORINFO_B23_t
ECCCorInfo_b23 ALT_NAND_ECC_ECCCORINFO_B23
struct ALT_NAND_ECC_raw_s

The struct declaration for the raw register contents of register group ALT_NAND_ECC.

Data Fields
volatile uint32_t ECCCorInfo_b01 ALT_NAND_ECC_ECCCORINFO_B01
volatile uint32_t _pad_0x4_0xf UNDEFINED
volatile uint32_t ECCCorInfo_b23 ALT_NAND_ECC_ECCCORINFO_B23

Typedef Documentation

The typedef declaration for register group ALT_NAND_ECC.

The typedef declaration for the raw register contents of register group ALT_NAND_ECC.