Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
Register : ECC_RData1bus

Description

Data will be read to this register field.

Register Layout

Bits Access Reset Description
[2:0] RW 0x0 ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS
[31:3] ??? 0x0 UNDEFINED

Field : ECC_RDataBUS

ECC_RDataBUS[63:32].

Field Access Macros:

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_LSB   0
 
#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_MSB   2
 
#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_WIDTH   3
 
#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_SET_MSK   0x00000007
 
#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_CLR_MSK   0xfffffff8
 
#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_RESET   0x0
 
#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_GET(value)   (((value) & 0x00000007) >> 0)
 
#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_SET(value)   (((value) << 0) & 0x00000007)
 

Data Structures

struct  ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_s
 

Macros

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_RESET   0x00000000
 
#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_OFST   0x48
 

Typedefs

typedef struct
ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_s 
ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_t
 

Data Structure Documentation

struct ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_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 ALT_ECC_OTG0_ECC_ECC_RDATA1BUS.

Data Fields
uint32_t ECC_RDataBUS: 3 ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS
uint32_t __pad0__: 29 UNDEFINED

Macro Definitions

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_LSB   0

The Least Significant Bit (LSB) position of the ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS register field.

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_MSB   2

The Most Significant Bit (MSB) position of the ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS register field.

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_WIDTH   3

The width in bits of the ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS register field.

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_SET_MSK   0x00000007

The mask used to set the ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS register field value.

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_CLR_MSK   0xfffffff8

The mask used to clear the ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS register field value.

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_RESET   0x0

The reset value of the ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS register field.

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_GET (   value)    (((value) & 0x00000007) >> 0)

Extracts the ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS field value from a register.

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS_SET (   value)    (((value) << 0) & 0x00000007)

Produces a ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_ECC_RDATABUS register field value suitable for setting the register.

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_RESET   0x00000000

The reset value of the ALT_ECC_OTG0_ECC_ECC_RDATA1BUS register.

#define ALT_ECC_OTG0_ECC_ECC_RDATA1BUS_OFST   0x48

The byte offset of the ALT_ECC_OTG0_ECC_ECC_RDATA1BUS register from the beginning of the component.

Typedef Documentation