![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
Master Register Group
Registers associated with master interfaces.
Members | |
Register Group : 32-bit Master - ALT_H2F_MST_B32 | |
Register Group : 128-bit Master - ALT_H2F_MST_B128 | |
Data Structures | |
struct | ALT_H2F_MSTGRP_s |
struct | ALT_H2F_MSTGRP_raw_s |
Typedefs | |
typedef struct ALT_H2F_MSTGRP_s | ALT_H2F_MSTGRP_t |
typedef struct ALT_H2F_MSTGRP_raw_s | ALT_H2F_MSTGRP_raw_t |
struct ALT_H2F_MSTGRP_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_H2F_MSTGRP.
Data Fields | ||
---|---|---|
volatile ALT_H2F_MST_B32_t | mastergrp_b32 | ALT_H2F_MST_B32 |
volatile uint32_t | _pad_0x10c_0x1fff | UNDEFINED |
volatile ALT_H2F_MST_B128_t | mastergrp_b128 | ALT_H2F_MST_B128 |
struct ALT_H2F_MSTGRP_raw_s |
The struct declaration for the raw register contents of register group ALT_H2F_MSTGRP.
Data Fields | ||
---|---|---|
volatile ALT_H2F_MST_B32_raw_t | mastergrp_b32 | ALT_H2F_MST_B32 |
volatile uint32_t | _pad_0x10c_0x1fff | UNDEFINED |
volatile ALT_H2F_MST_B128_raw_t | mastergrp_b128 | ALT_H2F_MST_B128 |
typedef struct ALT_H2F_MSTGRP_s ALT_H2F_MSTGRP_t |
The typedef declaration for register group ALT_H2F_MSTGRP.
typedef struct ALT_H2F_MSTGRP_raw_s ALT_H2F_MSTGRP_raw_t |
The typedef declaration for the raw register contents of register group ALT_H2F_MSTGRP.