Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
Register : Interrupt Status Register - gpio_intstatus

Description

Reports on interrupt status for each GPIO input. The interrupt status includes the effects of masking.

Register Layout

Bits Access Reset Description
[0] R 0x0 Interrupt Status Field (nSTATUS)
[1] R 0x0 Interrupt Status Field (CONF_DONE)
[2] R 0x0 Interrupt Status Field (INIT_DONE)
[3] R 0x0 Interrupt Status Field (CRC_ERROR)
[4] R 0x0 Interrupt Status Field (CVP_CONF_DONE)
[5] R 0x0 Interrupt Status Field (PR_READY)
[6] R 0x0 Interrupt Status Field (PR_ERROR)
[7] R 0x0 Interrupt Status Field (PR_DONE)
[8] R 0x0 Interrupt Status Field (nCONFIG Pin)
[9] R 0x0 Interrupt Status Field (nSTATUS Pin)
[10] R 0x0 Interrupt Status Field (CONF_DONE Pin)
[11] R 0x0 Interrupt Status Field (FPGA_POWER_ON)
[31:12] ??? 0x0 UNDEFINED

Field : Interrupt Status Field (nSTATUS) - ns

Indicates whether nSTATUS has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_NS_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_NS_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_NS_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_NS_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_NS_LSB   0
 
#define ALT_MON_GPIO_INTSTAT_NS_MSB   0
 
#define ALT_MON_GPIO_INTSTAT_NS_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_NS_SET_MSK   0x00000001
 
#define ALT_MON_GPIO_INTSTAT_NS_CLR_MSK   0xfffffffe
 
#define ALT_MON_GPIO_INTSTAT_NS_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_NS_GET(value)   (((value) & 0x00000001) >> 0)
 
#define ALT_MON_GPIO_INTSTAT_NS_SET(value)   (((value) << 0) & 0x00000001)
 

Field : Interrupt Status Field (CONF_DONE) - cd

Indicates whether CONF_DONE has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_CD_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_CD_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_CD_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_CD_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_CD_LSB   1
 
#define ALT_MON_GPIO_INTSTAT_CD_MSB   1
 
#define ALT_MON_GPIO_INTSTAT_CD_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_CD_SET_MSK   0x00000002
 
#define ALT_MON_GPIO_INTSTAT_CD_CLR_MSK   0xfffffffd
 
#define ALT_MON_GPIO_INTSTAT_CD_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_CD_GET(value)   (((value) & 0x00000002) >> 1)
 
#define ALT_MON_GPIO_INTSTAT_CD_SET(value)   (((value) << 1) & 0x00000002)
 

Field : Interrupt Status Field (INIT_DONE) - id

Indicates whether INIT_DONE has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_ID_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_ID_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_ID_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_ID_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_ID_LSB   2
 
#define ALT_MON_GPIO_INTSTAT_ID_MSB   2
 
#define ALT_MON_GPIO_INTSTAT_ID_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_ID_SET_MSK   0x00000004
 
#define ALT_MON_GPIO_INTSTAT_ID_CLR_MSK   0xfffffffb
 
#define ALT_MON_GPIO_INTSTAT_ID_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_ID_GET(value)   (((value) & 0x00000004) >> 2)
 
#define ALT_MON_GPIO_INTSTAT_ID_SET(value)   (((value) << 2) & 0x00000004)
 

Field : Interrupt Status Field (CRC_ERROR) - crc

Indicates whether CRC_ERROR has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_CRC_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_CRC_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_CRC_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_CRC_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_CRC_LSB   3
 
#define ALT_MON_GPIO_INTSTAT_CRC_MSB   3
 
#define ALT_MON_GPIO_INTSTAT_CRC_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_CRC_SET_MSK   0x00000008
 
#define ALT_MON_GPIO_INTSTAT_CRC_CLR_MSK   0xfffffff7
 
#define ALT_MON_GPIO_INTSTAT_CRC_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_CRC_GET(value)   (((value) & 0x00000008) >> 3)
 
#define ALT_MON_GPIO_INTSTAT_CRC_SET(value)   (((value) << 3) & 0x00000008)
 

Field : Interrupt Status Field (CVP_CONF_DONE) - ccd

Indicates whether CVP_CONF_DONE has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_CCD_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_CCD_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_CCD_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_CCD_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_CCD_LSB   4
 
#define ALT_MON_GPIO_INTSTAT_CCD_MSB   4
 
#define ALT_MON_GPIO_INTSTAT_CCD_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_CCD_SET_MSK   0x00000010
 
#define ALT_MON_GPIO_INTSTAT_CCD_CLR_MSK   0xffffffef
 
#define ALT_MON_GPIO_INTSTAT_CCD_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_CCD_GET(value)   (((value) & 0x00000010) >> 4)
 
#define ALT_MON_GPIO_INTSTAT_CCD_SET(value)   (((value) << 4) & 0x00000010)
 

Field : Interrupt Status Field (PR_READY) - prr

Indicates whether PR_READY has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_PRR_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_PRR_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_PRR_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_PRR_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_PRR_LSB   5
 
#define ALT_MON_GPIO_INTSTAT_PRR_MSB   5
 
#define ALT_MON_GPIO_INTSTAT_PRR_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_PRR_SET_MSK   0x00000020
 
#define ALT_MON_GPIO_INTSTAT_PRR_CLR_MSK   0xffffffdf
 
#define ALT_MON_GPIO_INTSTAT_PRR_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_PRR_GET(value)   (((value) & 0x00000020) >> 5)
 
#define ALT_MON_GPIO_INTSTAT_PRR_SET(value)   (((value) << 5) & 0x00000020)
 

Field : Interrupt Status Field (PR_ERROR) - pre

Indicates whether PR_ERROR has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_PRE_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_PRE_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_PRE_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_PRE_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_PRE_LSB   6
 
#define ALT_MON_GPIO_INTSTAT_PRE_MSB   6
 
#define ALT_MON_GPIO_INTSTAT_PRE_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_PRE_SET_MSK   0x00000040
 
#define ALT_MON_GPIO_INTSTAT_PRE_CLR_MSK   0xffffffbf
 
#define ALT_MON_GPIO_INTSTAT_PRE_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_PRE_GET(value)   (((value) & 0x00000040) >> 6)
 
#define ALT_MON_GPIO_INTSTAT_PRE_SET(value)   (((value) << 6) & 0x00000040)
 

Field : Interrupt Status Field (PR_DONE) - prd

Indicates whether PR_DONE has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_PRD_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_PRD_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_PRD_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_PRD_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_PRD_LSB   7
 
#define ALT_MON_GPIO_INTSTAT_PRD_MSB   7
 
#define ALT_MON_GPIO_INTSTAT_PRD_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_PRD_SET_MSK   0x00000080
 
#define ALT_MON_GPIO_INTSTAT_PRD_CLR_MSK   0xffffff7f
 
#define ALT_MON_GPIO_INTSTAT_PRD_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_PRD_GET(value)   (((value) & 0x00000080) >> 7)
 
#define ALT_MON_GPIO_INTSTAT_PRD_SET(value)   (((value) << 7) & 0x00000080)
 

Field : Interrupt Status Field (nCONFIG Pin) - ncp

Indicates whether nCONFIG Pin has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_NCP_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_NCP_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_NCP_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_NCP_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_NCP_LSB   8
 
#define ALT_MON_GPIO_INTSTAT_NCP_MSB   8
 
#define ALT_MON_GPIO_INTSTAT_NCP_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_NCP_SET_MSK   0x00000100
 
#define ALT_MON_GPIO_INTSTAT_NCP_CLR_MSK   0xfffffeff
 
#define ALT_MON_GPIO_INTSTAT_NCP_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_NCP_GET(value)   (((value) & 0x00000100) >> 8)
 
#define ALT_MON_GPIO_INTSTAT_NCP_SET(value)   (((value) << 8) & 0x00000100)
 

Field : Interrupt Status Field (nSTATUS Pin) - nsp

Indicates whether nSTATUS Pin has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_NSP_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_NSP_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_NSP_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_NSP_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_NSP_LSB   9
 
#define ALT_MON_GPIO_INTSTAT_NSP_MSB   9
 
#define ALT_MON_GPIO_INTSTAT_NSP_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_NSP_SET_MSK   0x00000200
 
#define ALT_MON_GPIO_INTSTAT_NSP_CLR_MSK   0xfffffdff
 
#define ALT_MON_GPIO_INTSTAT_NSP_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_NSP_GET(value)   (((value) & 0x00000200) >> 9)
 
#define ALT_MON_GPIO_INTSTAT_NSP_SET(value)   (((value) << 9) & 0x00000200)
 

Field : Interrupt Status Field (CONF_DONE Pin) - cdp

Indicates whether CONF_DONE Pin has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_CDP_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_CDP_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_CDP_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_CDP_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_CDP_LSB   10
 
#define ALT_MON_GPIO_INTSTAT_CDP_MSB   10
 
#define ALT_MON_GPIO_INTSTAT_CDP_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_CDP_SET_MSK   0x00000400
 
#define ALT_MON_GPIO_INTSTAT_CDP_CLR_MSK   0xfffffbff
 
#define ALT_MON_GPIO_INTSTAT_CDP_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_CDP_GET(value)   (((value) & 0x00000400) >> 10)
 
#define ALT_MON_GPIO_INTSTAT_CDP_SET(value)   (((value) << 10) & 0x00000400)
 

Field : Interrupt Status Field (FPGA_POWER_ON) - fpo

Indicates whether FPGA_POWER_ON has an active interrupt or not (after masking).

Field Enumeration Values:

Enum Value Description
ALT_MON_GPIO_INTSTAT_FPO_E_INACT 0x0 Inactive
ALT_MON_GPIO_INTSTAT_FPO_E_ACT 0x1 Active

Field Access Macros:

#define ALT_MON_GPIO_INTSTAT_FPO_E_INACT   0x0
 
#define ALT_MON_GPIO_INTSTAT_FPO_E_ACT   0x1
 
#define ALT_MON_GPIO_INTSTAT_FPO_LSB   11
 
#define ALT_MON_GPIO_INTSTAT_FPO_MSB   11
 
#define ALT_MON_GPIO_INTSTAT_FPO_WIDTH   1
 
#define ALT_MON_GPIO_INTSTAT_FPO_SET_MSK   0x00000800
 
#define ALT_MON_GPIO_INTSTAT_FPO_CLR_MSK   0xfffff7ff
 
#define ALT_MON_GPIO_INTSTAT_FPO_RESET   0x0
 
#define ALT_MON_GPIO_INTSTAT_FPO_GET(value)   (((value) & 0x00000800) >> 11)
 
#define ALT_MON_GPIO_INTSTAT_FPO_SET(value)   (((value) << 11) & 0x00000800)
 

Data Structures

struct  ALT_MON_GPIO_INTSTAT_s
 

Macros

#define ALT_MON_GPIO_INTSTAT_OFST   0x40
 
#define ALT_MON_GPIO_INTSTAT_ADDR(base)   ALT_CAST(void *, (ALT_CAST(char *, (base)) + ALT_MON_GPIO_INTSTAT_OFST))
 

Typedefs

typedef struct
ALT_MON_GPIO_INTSTAT_s 
ALT_MON_GPIO_INTSTAT_t
 

Data Structure Documentation

struct ALT_MON_GPIO_INTSTAT_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 ALT_MON_GPIO_INTSTAT.

Data Fields
const uint32_t ns: 1 Interrupt Status Field (nSTATUS)
const uint32_t cd: 1 Interrupt Status Field (CONF_DONE)
const uint32_t id: 1 Interrupt Status Field (INIT_DONE)
const uint32_t crc: 1 Interrupt Status Field (CRC_ERROR)
const uint32_t ccd: 1 Interrupt Status Field (CVP_CONF_DONE)
const uint32_t prr: 1 Interrupt Status Field (PR_READY)
const uint32_t pre: 1 Interrupt Status Field (PR_ERROR)
const uint32_t prd: 1 Interrupt Status Field (PR_DONE)
const uint32_t ncp: 1 Interrupt Status Field (nCONFIG Pin)
const uint32_t nsp: 1 Interrupt Status Field (nSTATUS Pin)
const uint32_t cdp: 1 Interrupt Status Field (CONF_DONE Pin)
const uint32_t fpo: 1 Interrupt Status Field (FPGA_POWER_ON)
uint32_t __pad0__: 20 UNDEFINED

Macro Definitions

#define ALT_MON_GPIO_INTSTAT_NS_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_NS

Inactive

#define ALT_MON_GPIO_INTSTAT_NS_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_NS

Active

#define ALT_MON_GPIO_INTSTAT_NS_LSB   0

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_NS register field.

#define ALT_MON_GPIO_INTSTAT_NS_MSB   0

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_NS register field.

#define ALT_MON_GPIO_INTSTAT_NS_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_NS register field.

#define ALT_MON_GPIO_INTSTAT_NS_SET_MSK   0x00000001

The mask used to set the ALT_MON_GPIO_INTSTAT_NS register field value.

#define ALT_MON_GPIO_INTSTAT_NS_CLR_MSK   0xfffffffe

The mask used to clear the ALT_MON_GPIO_INTSTAT_NS register field value.

#define ALT_MON_GPIO_INTSTAT_NS_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_NS register field.

#define ALT_MON_GPIO_INTSTAT_NS_GET (   value)    (((value) & 0x00000001) >> 0)

Extracts the ALT_MON_GPIO_INTSTAT_NS field value from a register.

#define ALT_MON_GPIO_INTSTAT_NS_SET (   value)    (((value) << 0) & 0x00000001)

Produces a ALT_MON_GPIO_INTSTAT_NS register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_CD_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_CD

Inactive

#define ALT_MON_GPIO_INTSTAT_CD_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_CD

Active

#define ALT_MON_GPIO_INTSTAT_CD_LSB   1

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_CD register field.

#define ALT_MON_GPIO_INTSTAT_CD_MSB   1

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_CD register field.

#define ALT_MON_GPIO_INTSTAT_CD_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_CD register field.

#define ALT_MON_GPIO_INTSTAT_CD_SET_MSK   0x00000002

The mask used to set the ALT_MON_GPIO_INTSTAT_CD register field value.

#define ALT_MON_GPIO_INTSTAT_CD_CLR_MSK   0xfffffffd

The mask used to clear the ALT_MON_GPIO_INTSTAT_CD register field value.

#define ALT_MON_GPIO_INTSTAT_CD_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_CD register field.

#define ALT_MON_GPIO_INTSTAT_CD_GET (   value)    (((value) & 0x00000002) >> 1)

Extracts the ALT_MON_GPIO_INTSTAT_CD field value from a register.

#define ALT_MON_GPIO_INTSTAT_CD_SET (   value)    (((value) << 1) & 0x00000002)

Produces a ALT_MON_GPIO_INTSTAT_CD register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_ID_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_ID

Inactive

#define ALT_MON_GPIO_INTSTAT_ID_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_ID

Active

#define ALT_MON_GPIO_INTSTAT_ID_LSB   2

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_ID register field.

#define ALT_MON_GPIO_INTSTAT_ID_MSB   2

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_ID register field.

#define ALT_MON_GPIO_INTSTAT_ID_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_ID register field.

#define ALT_MON_GPIO_INTSTAT_ID_SET_MSK   0x00000004

The mask used to set the ALT_MON_GPIO_INTSTAT_ID register field value.

#define ALT_MON_GPIO_INTSTAT_ID_CLR_MSK   0xfffffffb

The mask used to clear the ALT_MON_GPIO_INTSTAT_ID register field value.

#define ALT_MON_GPIO_INTSTAT_ID_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_ID register field.

#define ALT_MON_GPIO_INTSTAT_ID_GET (   value)    (((value) & 0x00000004) >> 2)

Extracts the ALT_MON_GPIO_INTSTAT_ID field value from a register.

#define ALT_MON_GPIO_INTSTAT_ID_SET (   value)    (((value) << 2) & 0x00000004)

Produces a ALT_MON_GPIO_INTSTAT_ID register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_CRC_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_CRC

Inactive

#define ALT_MON_GPIO_INTSTAT_CRC_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_CRC

Active

#define ALT_MON_GPIO_INTSTAT_CRC_LSB   3

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_CRC register field.

#define ALT_MON_GPIO_INTSTAT_CRC_MSB   3

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_CRC register field.

#define ALT_MON_GPIO_INTSTAT_CRC_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_CRC register field.

#define ALT_MON_GPIO_INTSTAT_CRC_SET_MSK   0x00000008

The mask used to set the ALT_MON_GPIO_INTSTAT_CRC register field value.

#define ALT_MON_GPIO_INTSTAT_CRC_CLR_MSK   0xfffffff7

The mask used to clear the ALT_MON_GPIO_INTSTAT_CRC register field value.

#define ALT_MON_GPIO_INTSTAT_CRC_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_CRC register field.

#define ALT_MON_GPIO_INTSTAT_CRC_GET (   value)    (((value) & 0x00000008) >> 3)

Extracts the ALT_MON_GPIO_INTSTAT_CRC field value from a register.

#define ALT_MON_GPIO_INTSTAT_CRC_SET (   value)    (((value) << 3) & 0x00000008)

Produces a ALT_MON_GPIO_INTSTAT_CRC register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_CCD_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_CCD

Inactive

#define ALT_MON_GPIO_INTSTAT_CCD_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_CCD

Active

#define ALT_MON_GPIO_INTSTAT_CCD_LSB   4

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_CCD register field.

#define ALT_MON_GPIO_INTSTAT_CCD_MSB   4

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_CCD register field.

#define ALT_MON_GPIO_INTSTAT_CCD_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_CCD register field.

#define ALT_MON_GPIO_INTSTAT_CCD_SET_MSK   0x00000010

The mask used to set the ALT_MON_GPIO_INTSTAT_CCD register field value.

#define ALT_MON_GPIO_INTSTAT_CCD_CLR_MSK   0xffffffef

The mask used to clear the ALT_MON_GPIO_INTSTAT_CCD register field value.

#define ALT_MON_GPIO_INTSTAT_CCD_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_CCD register field.

#define ALT_MON_GPIO_INTSTAT_CCD_GET (   value)    (((value) & 0x00000010) >> 4)

Extracts the ALT_MON_GPIO_INTSTAT_CCD field value from a register.

#define ALT_MON_GPIO_INTSTAT_CCD_SET (   value)    (((value) << 4) & 0x00000010)

Produces a ALT_MON_GPIO_INTSTAT_CCD register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_PRR_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_PRR

Inactive

#define ALT_MON_GPIO_INTSTAT_PRR_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_PRR

Active

#define ALT_MON_GPIO_INTSTAT_PRR_LSB   5

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_PRR register field.

#define ALT_MON_GPIO_INTSTAT_PRR_MSB   5

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_PRR register field.

#define ALT_MON_GPIO_INTSTAT_PRR_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_PRR register field.

#define ALT_MON_GPIO_INTSTAT_PRR_SET_MSK   0x00000020

The mask used to set the ALT_MON_GPIO_INTSTAT_PRR register field value.

#define ALT_MON_GPIO_INTSTAT_PRR_CLR_MSK   0xffffffdf

The mask used to clear the ALT_MON_GPIO_INTSTAT_PRR register field value.

#define ALT_MON_GPIO_INTSTAT_PRR_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_PRR register field.

#define ALT_MON_GPIO_INTSTAT_PRR_GET (   value)    (((value) & 0x00000020) >> 5)

Extracts the ALT_MON_GPIO_INTSTAT_PRR field value from a register.

#define ALT_MON_GPIO_INTSTAT_PRR_SET (   value)    (((value) << 5) & 0x00000020)

Produces a ALT_MON_GPIO_INTSTAT_PRR register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_PRE_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_PRE

Inactive

#define ALT_MON_GPIO_INTSTAT_PRE_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_PRE

Active

#define ALT_MON_GPIO_INTSTAT_PRE_LSB   6

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_PRE register field.

#define ALT_MON_GPIO_INTSTAT_PRE_MSB   6

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_PRE register field.

#define ALT_MON_GPIO_INTSTAT_PRE_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_PRE register field.

#define ALT_MON_GPIO_INTSTAT_PRE_SET_MSK   0x00000040

The mask used to set the ALT_MON_GPIO_INTSTAT_PRE register field value.

#define ALT_MON_GPIO_INTSTAT_PRE_CLR_MSK   0xffffffbf

The mask used to clear the ALT_MON_GPIO_INTSTAT_PRE register field value.

#define ALT_MON_GPIO_INTSTAT_PRE_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_PRE register field.

#define ALT_MON_GPIO_INTSTAT_PRE_GET (   value)    (((value) & 0x00000040) >> 6)

Extracts the ALT_MON_GPIO_INTSTAT_PRE field value from a register.

#define ALT_MON_GPIO_INTSTAT_PRE_SET (   value)    (((value) << 6) & 0x00000040)

Produces a ALT_MON_GPIO_INTSTAT_PRE register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_PRD_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_PRD

Inactive

#define ALT_MON_GPIO_INTSTAT_PRD_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_PRD

Active

#define ALT_MON_GPIO_INTSTAT_PRD_LSB   7

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_PRD register field.

#define ALT_MON_GPIO_INTSTAT_PRD_MSB   7

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_PRD register field.

#define ALT_MON_GPIO_INTSTAT_PRD_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_PRD register field.

#define ALT_MON_GPIO_INTSTAT_PRD_SET_MSK   0x00000080

The mask used to set the ALT_MON_GPIO_INTSTAT_PRD register field value.

#define ALT_MON_GPIO_INTSTAT_PRD_CLR_MSK   0xffffff7f

The mask used to clear the ALT_MON_GPIO_INTSTAT_PRD register field value.

#define ALT_MON_GPIO_INTSTAT_PRD_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_PRD register field.

#define ALT_MON_GPIO_INTSTAT_PRD_GET (   value)    (((value) & 0x00000080) >> 7)

Extracts the ALT_MON_GPIO_INTSTAT_PRD field value from a register.

#define ALT_MON_GPIO_INTSTAT_PRD_SET (   value)    (((value) << 7) & 0x00000080)

Produces a ALT_MON_GPIO_INTSTAT_PRD register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_NCP_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_NCP

Inactive

#define ALT_MON_GPIO_INTSTAT_NCP_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_NCP

Active

#define ALT_MON_GPIO_INTSTAT_NCP_LSB   8

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_NCP register field.

#define ALT_MON_GPIO_INTSTAT_NCP_MSB   8

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_NCP register field.

#define ALT_MON_GPIO_INTSTAT_NCP_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_NCP register field.

#define ALT_MON_GPIO_INTSTAT_NCP_SET_MSK   0x00000100

The mask used to set the ALT_MON_GPIO_INTSTAT_NCP register field value.

#define ALT_MON_GPIO_INTSTAT_NCP_CLR_MSK   0xfffffeff

The mask used to clear the ALT_MON_GPIO_INTSTAT_NCP register field value.

#define ALT_MON_GPIO_INTSTAT_NCP_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_NCP register field.

#define ALT_MON_GPIO_INTSTAT_NCP_GET (   value)    (((value) & 0x00000100) >> 8)

Extracts the ALT_MON_GPIO_INTSTAT_NCP field value from a register.

#define ALT_MON_GPIO_INTSTAT_NCP_SET (   value)    (((value) << 8) & 0x00000100)

Produces a ALT_MON_GPIO_INTSTAT_NCP register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_NSP_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_NSP

Inactive

#define ALT_MON_GPIO_INTSTAT_NSP_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_NSP

Active

#define ALT_MON_GPIO_INTSTAT_NSP_LSB   9

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_NSP register field.

#define ALT_MON_GPIO_INTSTAT_NSP_MSB   9

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_NSP register field.

#define ALT_MON_GPIO_INTSTAT_NSP_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_NSP register field.

#define ALT_MON_GPIO_INTSTAT_NSP_SET_MSK   0x00000200

The mask used to set the ALT_MON_GPIO_INTSTAT_NSP register field value.

#define ALT_MON_GPIO_INTSTAT_NSP_CLR_MSK   0xfffffdff

The mask used to clear the ALT_MON_GPIO_INTSTAT_NSP register field value.

#define ALT_MON_GPIO_INTSTAT_NSP_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_NSP register field.

#define ALT_MON_GPIO_INTSTAT_NSP_GET (   value)    (((value) & 0x00000200) >> 9)

Extracts the ALT_MON_GPIO_INTSTAT_NSP field value from a register.

#define ALT_MON_GPIO_INTSTAT_NSP_SET (   value)    (((value) << 9) & 0x00000200)

Produces a ALT_MON_GPIO_INTSTAT_NSP register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_CDP_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_CDP

Inactive

#define ALT_MON_GPIO_INTSTAT_CDP_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_CDP

Active

#define ALT_MON_GPIO_INTSTAT_CDP_LSB   10

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_CDP register field.

#define ALT_MON_GPIO_INTSTAT_CDP_MSB   10

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_CDP register field.

#define ALT_MON_GPIO_INTSTAT_CDP_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_CDP register field.

#define ALT_MON_GPIO_INTSTAT_CDP_SET_MSK   0x00000400

The mask used to set the ALT_MON_GPIO_INTSTAT_CDP register field value.

#define ALT_MON_GPIO_INTSTAT_CDP_CLR_MSK   0xfffffbff

The mask used to clear the ALT_MON_GPIO_INTSTAT_CDP register field value.

#define ALT_MON_GPIO_INTSTAT_CDP_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_CDP register field.

#define ALT_MON_GPIO_INTSTAT_CDP_GET (   value)    (((value) & 0x00000400) >> 10)

Extracts the ALT_MON_GPIO_INTSTAT_CDP field value from a register.

#define ALT_MON_GPIO_INTSTAT_CDP_SET (   value)    (((value) << 10) & 0x00000400)

Produces a ALT_MON_GPIO_INTSTAT_CDP register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_FPO_E_INACT   0x0

Enumerated value for register field ALT_MON_GPIO_INTSTAT_FPO

Inactive

#define ALT_MON_GPIO_INTSTAT_FPO_E_ACT   0x1

Enumerated value for register field ALT_MON_GPIO_INTSTAT_FPO

Active

#define ALT_MON_GPIO_INTSTAT_FPO_LSB   11

The Least Significant Bit (LSB) position of the ALT_MON_GPIO_INTSTAT_FPO register field.

#define ALT_MON_GPIO_INTSTAT_FPO_MSB   11

The Most Significant Bit (MSB) position of the ALT_MON_GPIO_INTSTAT_FPO register field.

#define ALT_MON_GPIO_INTSTAT_FPO_WIDTH   1

The width in bits of the ALT_MON_GPIO_INTSTAT_FPO register field.

#define ALT_MON_GPIO_INTSTAT_FPO_SET_MSK   0x00000800

The mask used to set the ALT_MON_GPIO_INTSTAT_FPO register field value.

#define ALT_MON_GPIO_INTSTAT_FPO_CLR_MSK   0xfffff7ff

The mask used to clear the ALT_MON_GPIO_INTSTAT_FPO register field value.

#define ALT_MON_GPIO_INTSTAT_FPO_RESET   0x0

The reset value of the ALT_MON_GPIO_INTSTAT_FPO register field.

#define ALT_MON_GPIO_INTSTAT_FPO_GET (   value)    (((value) & 0x00000800) >> 11)

Extracts the ALT_MON_GPIO_INTSTAT_FPO field value from a register.

#define ALT_MON_GPIO_INTSTAT_FPO_SET (   value)    (((value) << 11) & 0x00000800)

Produces a ALT_MON_GPIO_INTSTAT_FPO register field value suitable for setting the register.

#define ALT_MON_GPIO_INTSTAT_OFST   0x40

The byte offset of the ALT_MON_GPIO_INTSTAT register from the beginning of the component.

#define ALT_MON_GPIO_INTSTAT_ADDR (   base)    ALT_CAST(void *, (ALT_CAST(char *, (base)) + ALT_MON_GPIO_INTSTAT_OFST))

The address of the ALT_MON_GPIO_INTSTAT register.

Typedef Documentation

The typedef declaration for register ALT_MON_GPIO_INTSTAT.