![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
Reset Manager Module
Registers in the Reset Manager module
Data Structures | |
struct | ALT_RSTMGR_s |
struct | ALT_RSTMGR_raw_s |
Typedefs | |
typedef struct ALT_RSTMGR_s | ALT_RSTMGR_t |
typedef struct ALT_RSTMGR_raw_s | ALT_RSTMGR_raw_t |
struct ALT_RSTMGR_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_RSTMGR.
Data Fields | ||
---|---|---|
volatile ALT_RSTMGR_STAT_t | stat | ALT_RSTMGR_STAT |
volatile ALT_RSTMGR_CTL_t | ctrl | ALT_RSTMGR_CTL |
volatile ALT_RSTMGR_COUNTS_t | counts | ALT_RSTMGR_COUNTS |
volatile uint32_t | _pad_0xc_0xf | UNDEFINED |
volatile ALT_RSTMGR_MPUMODRST_t | mpumodrst | ALT_RSTMGR_MPUMODRST |
volatile ALT_RSTMGR_PERMODRST_t | permodrst | ALT_RSTMGR_PERMODRST |
volatile ALT_RSTMGR_PER2MODRST_t | per2modrst | ALT_RSTMGR_PER2MODRST |
volatile ALT_RSTMGR_BRGMODRST_t | brgmodrst | ALT_RSTMGR_BRGMODRST |
volatile ALT_RSTMGR_MISCMODRST_t | miscmodrst | ALT_RSTMGR_MISCMODRST |
volatile uint32_t | _pad_0x24_0x100 | UNDEFINED |
struct ALT_RSTMGR_raw_s |
The struct declaration for the raw register contents of register group ALT_RSTMGR.
Data Fields | ||
---|---|---|
volatile uint32_t | stat | ALT_RSTMGR_STAT |
volatile uint32_t | ctrl | ALT_RSTMGR_CTL |
volatile uint32_t | counts | ALT_RSTMGR_COUNTS |
volatile uint32_t | _pad_0xc_0xf | UNDEFINED |
volatile uint32_t | mpumodrst | ALT_RSTMGR_MPUMODRST |
volatile uint32_t | permodrst | ALT_RSTMGR_PERMODRST |
volatile uint32_t | per2modrst | ALT_RSTMGR_PER2MODRST |
volatile uint32_t | brgmodrst | ALT_RSTMGR_BRGMODRST |
volatile uint32_t | miscmodrst | ALT_RSTMGR_MISCMODRST |
volatile uint32_t | _pad_0x24_0x100 | UNDEFINED |
typedef struct ALT_RSTMGR_s ALT_RSTMGR_t |
The typedef declaration for register group ALT_RSTMGR.
typedef struct ALT_RSTMGR_raw_s ALT_RSTMGR_raw_t |
The typedef declaration for the raw register contents of register group ALT_RSTMGR.