![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
FPGA Manager Module
Registers in the FPGA Manager module accessible via its APB slave
Data Structures | |
struct | ALT_FPGAMGR_s |
struct | ALT_FPGAMGR_raw_s |
Typedefs | |
typedef struct ALT_FPGAMGR_s | ALT_FPGAMGR_t |
typedef struct ALT_FPGAMGR_raw_s | ALT_FPGAMGR_raw_t |
struct ALT_FPGAMGR_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_FPGAMGR.
Data Fields | ||
---|---|---|
volatile ALT_FPGAMGR_STAT_t | stat | ALT_FPGAMGR_STAT |
volatile ALT_FPGAMGR_CTL_t | ctrl | ALT_FPGAMGR_CTL |
volatile ALT_FPGAMGR_DCLKCNT_t | dclkcnt | ALT_FPGAMGR_DCLKCNT |
volatile ALT_FPGAMGR_DCLKSTAT_t | dclkstat | ALT_FPGAMGR_DCLKSTAT |
volatile ALT_FPGAMGR_GPO_t | gpo | ALT_FPGAMGR_GPO |
volatile ALT_FPGAMGR_GPI_t | gpi | ALT_FPGAMGR_GPI |
volatile ALT_FPGAMGR_MISCI_t | misci | ALT_FPGAMGR_MISCI |
volatile uint32_t | _pad_0x1c_0x7ff | UNDEFINED |
volatile ALT_MON_t | mon | ALT_MON |
volatile uint32_t | _pad_0x880_0x1000 | UNDEFINED |
struct ALT_FPGAMGR_raw_s |
The struct declaration for the raw register contents of register group ALT_FPGAMGR.
Data Fields | ||
---|---|---|
volatile uint32_t | stat | ALT_FPGAMGR_STAT |
volatile uint32_t | ctrl | ALT_FPGAMGR_CTL |
volatile uint32_t | dclkcnt | ALT_FPGAMGR_DCLKCNT |
volatile uint32_t | dclkstat | ALT_FPGAMGR_DCLKSTAT |
volatile uint32_t | gpo | ALT_FPGAMGR_GPO |
volatile uint32_t | gpi | ALT_FPGAMGR_GPI |
volatile uint32_t | misci | ALT_FPGAMGR_MISCI |
volatile uint32_t | _pad_0x1c_0x7ff | UNDEFINED |
volatile ALT_MON_raw_t | mon | ALT_MON |
volatile uint32_t | _pad_0x880_0x1000 | UNDEFINED |
typedef struct ALT_FPGAMGR_s ALT_FPGAMGR_t |
The typedef declaration for register group ALT_FPGAMGR.
typedef struct ALT_FPGAMGR_raw_s ALT_FPGAMGR_raw_t |
The typedef declaration for the raw register contents of register group ALT_FPGAMGR.