Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
Component : FPGA2HPS AXI Bridge Module - ALT_F2H

Description

FPGA2HPS AXI Bridge Module

Registers in the FPGA2HPS AXI Bridge Module.

Members

 Register Group : ID Register Group - ALT_F2H_IDGRP
 
 Register Group : Slave Register Group - ALT_F2H_SLVGRP
 

Data Structures

struct  ALT_F2H_s
 
struct  ALT_F2H_raw_s
 

Typedefs

typedef struct ALT_F2H_s ALT_F2H_t
 
typedef struct ALT_F2H_raw_s ALT_F2H_raw_t
 

Data Structure Documentation

struct ALT_F2H_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.

Data Fields
volatile uint32_t _pad_0x0_0xfff UNDEFINED
volatile ALT_F2H_IDGRP_t idgrp ALT_F2H_IDGRP
volatile uint32_t _pad_0x2000_0x41fff UNDEFINED
volatile ALT_F2H_SLVGRP_t slavegrp ALT_F2H_SLVGRP
volatile uint32_t _pad_0x4410c_0x80000 UNDEFINED
struct ALT_F2H_raw_s

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

Data Fields
volatile uint32_t _pad_0x0_0xfff UNDEFINED
volatile ALT_F2H_IDGRP_raw_t idgrp ALT_F2H_IDGRP
volatile uint32_t _pad_0x2000_0x41fff UNDEFINED
volatile ALT_F2H_SLVGRP_raw_t slavegrp ALT_F2H_SLVGRP
volatile uint32_t _pad_0x4410c_0x80000 UNDEFINED

Typedef Documentation

typedef struct ALT_F2H_s ALT_F2H_t

The typedef declaration for register group ALT_F2H.

typedef struct ALT_F2H_raw_s ALT_F2H_raw_t

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