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

Description

ID Register Group

Contains registers that identify the ARM NIC-301 IP Core.

Members

 Register : Peripheral ID4 Register - periph_id_4
 
 Register : Peripheral ID0 Register - periph_id_0
 
 Register : Peripheral ID1 Register - periph_id_1
 
 Register : Peripheral ID2 Register - periph_id_2
 
 Register : Peripheral ID3 Register - periph_id_3
 
 Register : Component ID0 Register - comp_id_0
 
 Register : Component ID1 Register - comp_id_1
 
 Register : Component ID2 Register - comp_id_2
 
 Register : Component ID3 Register - comp_id_3
 

Data Structures

struct  ALT_F2H_IDGRP_s
 
struct  ALT_F2H_IDGRP_raw_s
 

Typedefs

typedef struct ALT_F2H_IDGRP_s ALT_F2H_IDGRP_t
 
typedef struct ALT_F2H_IDGRP_raw_s ALT_F2H_IDGRP_raw_t
 

Data Structure Documentation

struct ALT_F2H_IDGRP_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_F2H_IDGRP.

Data Fields
volatile uint32_t _pad_0x0_0xfcf UNDEFINED
volatile ALT_F2H_ID_PERIPH_ID_4_t periph_id_4 ALT_F2H_ID_PERIPH_ID_4
volatile uint32_t _pad_0xfd4_0xfdf UNDEFINED
volatile ALT_F2H_ID_PERIPH_ID_0_t periph_id_0 ALT_F2H_ID_PERIPH_ID_0
volatile ALT_F2H_ID_PERIPH_ID_1_t periph_id_1 ALT_F2H_ID_PERIPH_ID_1
volatile ALT_F2H_ID_PERIPH_ID_2_t periph_id_2 ALT_F2H_ID_PERIPH_ID_2
volatile ALT_F2H_ID_PERIPH_ID_3_t periph_id_3 ALT_F2H_ID_PERIPH_ID_3
volatile ALT_F2H_ID_COMP_ID_0_t comp_id_0 ALT_F2H_ID_COMP_ID_0
volatile ALT_F2H_ID_COMP_ID_1_t comp_id_1 ALT_F2H_ID_COMP_ID_1
volatile ALT_F2H_ID_COMP_ID_2_t comp_id_2 ALT_F2H_ID_COMP_ID_2
volatile ALT_F2H_ID_COMP_ID_3_t comp_id_3 ALT_F2H_ID_COMP_ID_3
struct ALT_F2H_IDGRP_raw_s

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

Data Fields
volatile uint32_t _pad_0x0_0xfcf UNDEFINED
volatile uint32_t periph_id_4 ALT_F2H_ID_PERIPH_ID_4
volatile uint32_t _pad_0xfd4_0xfdf UNDEFINED
volatile uint32_t periph_id_0 ALT_F2H_ID_PERIPH_ID_0
volatile uint32_t periph_id_1 ALT_F2H_ID_PERIPH_ID_1
volatile uint32_t periph_id_2 ALT_F2H_ID_PERIPH_ID_2
volatile uint32_t periph_id_3 ALT_F2H_ID_PERIPH_ID_3
volatile uint32_t comp_id_0 ALT_F2H_ID_COMP_ID_0
volatile uint32_t comp_id_1 ALT_F2H_ID_COMP_ID_1
volatile uint32_t comp_id_2 ALT_F2H_ID_COMP_ID_2
volatile uint32_t comp_id_3 ALT_F2H_ID_COMP_ID_3

Typedef Documentation

The typedef declaration for register group ALT_F2H_IDGRP.

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