![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
Data Structures | |
struct | ALT_SYSMGR_ROM_s |
struct | ALT_SYSMGR_ROM_raw_s |
Typedefs | |
typedef struct ALT_SYSMGR_ROM_s | ALT_SYSMGR_ROM_t |
typedef struct ALT_SYSMGR_ROM_raw_s | ALT_SYSMGR_ROM_raw_t |
struct ALT_SYSMGR_ROM_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_SYSMGR_ROM.
struct ALT_SYSMGR_ROM_raw_s |
The struct declaration for the raw register contents of register group ALT_SYSMGR_ROM.
Data Fields | ||
---|---|---|
volatile uint32_t | romhw_ctrl | ALT_SYSMGR_ROM_ROMHW_CTL |
volatile uint32_t | romcode_ctrl | ALT_SYSMGR_ROM_ROMCODE_CTL |
volatile uint32_t | romcode_qspi_reset_command | ALT_SYSMGR_ROM_ROMCODE_QSPI_RST_CMD |
volatile uint32_t | romcode_initswstate | ALT_SYSMGR_ROM_ROMCODE_INITSWSTATE |
volatile uint32_t | romcode_initswlastld | ALT_SYSMGR_ROM_ROMCODE_INITSWLASTLD |
volatile uint32_t | _pad_0x14_0x17 | UNDEFINED |
volatile uint32_t | warmram_enable | ALT_SYSMGR_ROM_WARMRAM_EN |
volatile uint32_t | warmram_datastart | ALT_SYSMGR_ROM_WARMRAM_DATASTART |
volatile uint32_t | warmram_length | ALT_SYSMGR_ROM_WARMRAM_LEN |
volatile uint32_t | warmram_execution | ALT_SYSMGR_ROM_WARMRAM_EXECUTION |
volatile uint32_t | warmram_crc | ALT_SYSMGR_ROM_WARMRAM_CRC |
volatile uint32_t | _pad_0x2c_0x2f | UNDEFINED |
volatile uint32_t | isw_handoff | ALT_SYSMGR_ROM_ISW_HANDOFF |
volatile uint32_t | romcode_bootromswstate | ALT_SYSMGR_ROM_ROMCODE_BOOTROMSWSTATE |
volatile uint32_t | romcode_stickyset_warmclr | ALT_SYSMGR_ROM_ROMCODE_STICKYSET_WARMCLR |
volatile uint32_t | romcode_stickyset_coldclr | ALT_SYSMGR_ROM_ROMCODE_STICKYSET_COLDCLR |
volatile uint32_t | _pad_0x78_0x100 | UNDEFINED |
typedef struct ALT_SYSMGR_ROM_s ALT_SYSMGR_ROM_t |
The typedef declaration for register group ALT_SYSMGR_ROM.
typedef struct ALT_SYSMGR_ROM_raw_s ALT_SYSMGR_ROM_raw_t |
The typedef declaration for the raw register contents of register group ALT_SYSMGR_ROM.