Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
Component : Reset Manager Module - ALT_RSTMGR

Description

Reset Manager Module

Registers in the Reset Manager module

Members

 Register : Status Register - stat
 
 Register : Control Register - ctrl
 
 Register : Reset Cycles Count Register - counts
 
 Register : MPU Module Reset Register - mpumodrst
 
 Register : Peripheral Module Reset Register - permodrst
 
 Register : Peripheral 2 Module Reset Register - per2modrst
 
 Register : Bridge Module Reset Register - brgmodrst
 
 Register : Miscellaneous Module Reset Register - miscmodrst
 

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
 

Data Structure Documentation

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 Documentation

typedef struct ALT_RSTMGR_s ALT_RSTMGR_t

The typedef declaration for register group ALT_RSTMGR.

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