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

Description

Members

 Register : enable
 
 Register : enable_set
 
 Register : enable_clear
 
 Register : region0addr
 
 Register : region1addr
 
 Register : region2addr
 
 Register : region3addr
 
 Register : region4addr
 
 Register : region5addr
 

Data Structures

struct  ALT_NOC_FW_OCRAM_SCR_s
 
struct  ALT_NOC_FW_OCRAM_SCR_raw_s
 

Typedefs

typedef struct
ALT_NOC_FW_OCRAM_SCR_s 
ALT_NOC_FW_OCRAM_SCR_t
 
typedef struct
ALT_NOC_FW_OCRAM_SCR_raw_s 
ALT_NOC_FW_OCRAM_SCR_raw_t
 

Data Structure Documentation

struct ALT_NOC_FW_OCRAM_SCR_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_NOC_FW_OCRAM_SCR.

Data Fields
volatile ALT_NOC_FW_OCRAM_SCR_EN_t enable ALT_NOC_FW_OCRAM_SCR_EN
volatile
ALT_NOC_FW_OCRAM_SCR_EN_SET_t
enable_set ALT_NOC_FW_OCRAM_SCR_EN_SET
volatile
ALT_NOC_FW_OCRAM_SCR_EN_CLR_t
enable_clear ALT_NOC_FW_OCRAM_SCR_EN_CLR
volatile
ALT_NOC_FW_OCRAM_SCR_REG0ADDR_t
region0addr ALT_NOC_FW_OCRAM_SCR_REG0ADDR
volatile
ALT_NOC_FW_OCRAM_SCR_REG1ADDR_t
region1addr ALT_NOC_FW_OCRAM_SCR_REG1ADDR
volatile
ALT_NOC_FW_OCRAM_SCR_REG2ADDR_t
region2addr ALT_NOC_FW_OCRAM_SCR_REG2ADDR
volatile
ALT_NOC_FW_OCRAM_SCR_REG3ADDR_t
region3addr ALT_NOC_FW_OCRAM_SCR_REG3ADDR
volatile
ALT_NOC_FW_OCRAM_SCR_REG4ADDR_t
region4addr ALT_NOC_FW_OCRAM_SCR_REG4ADDR
volatile
ALT_NOC_FW_OCRAM_SCR_REG5ADDR_t
region5addr ALT_NOC_FW_OCRAM_SCR_REG5ADDR
volatile uint32_t _pad_0x24_0x100 UNDEFINED
struct ALT_NOC_FW_OCRAM_SCR_raw_s

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

Data Fields
volatile uint32_t enable ALT_NOC_FW_OCRAM_SCR_EN
volatile uint32_t enable_set ALT_NOC_FW_OCRAM_SCR_EN_SET
volatile uint32_t enable_clear ALT_NOC_FW_OCRAM_SCR_EN_CLR
volatile uint32_t region0addr ALT_NOC_FW_OCRAM_SCR_REG0ADDR
volatile uint32_t region1addr ALT_NOC_FW_OCRAM_SCR_REG1ADDR
volatile uint32_t region2addr ALT_NOC_FW_OCRAM_SCR_REG2ADDR
volatile uint32_t region3addr ALT_NOC_FW_OCRAM_SCR_REG3ADDR
volatile uint32_t region4addr ALT_NOC_FW_OCRAM_SCR_REG4ADDR
volatile uint32_t region5addr ALT_NOC_FW_OCRAM_SCR_REG5ADDR
volatile uint32_t _pad_0x24_0x100 UNDEFINED

Typedef Documentation

The typedef declaration for register group ALT_NOC_FW_OCRAM_SCR.

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