Altera SoCAL  16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
 All Data Structures Variables Typedefs Groups
Register : Control/Status Word Register - jtag_status

Description

status of the currently ongoing JTAG transmit or receive

Register Layout

Bits Access Reset Description
[3:0] RW 0x0 Current Tx Fifo level
[7:4] RW 0x0 Current RX FIFO Level
[8] RW 0x1 Tx Fifo Empty Status
[9] RW 0x0 Tx Fifo Full Status
[10] RW 0x1 Rx Fifo Empty Status
[11] RW 0x0 Rx Fifo Full Status
[14:12] ??? 0x0 UNDEFINED
[15] RW 0x0 Valid Ongoing Transfer Session
[31:16] RW Unknown Number of bits Transmitted

Field : Current Tx Fifo level - txFifoLevel

Number of words remaining in Tx Fifo.

Maximum value is 0x8

Field Access Macros:

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_LSB   0
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_MSB   3
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_WIDTH   4
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_SET_MSK   0x0000000f
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_CLR_MSK   0xfffffff0
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_RESET   0x0
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_GET(value)   (((value) & 0x0000000f) >> 0)
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_SET(value)   (((value) << 0) & 0x0000000f)
 

Field : Current RX FIFO Level - rxFifoLevel

Number of Words remaining in the Rx Fifo.

Maximum value is 0x8

Field Access Macros:

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_LSB   4
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_MSB   7
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_WIDTH   4
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_SET_MSK   0x000000f0
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_CLR_MSK   0xffffff0f
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_RESET   0x0
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_GET(value)   (((value) & 0x000000f0) >> 4)
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_SET(value)   (((value) << 4) & 0x000000f0)
 

Field : Tx Fifo Empty Status - txFifoEmpty

Read

1 -> Tx Fifo Empty

0 -> Tx Fifo NOT Empty

Field Access Macros:

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_LSB   8
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_MSB   8
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_WIDTH   1
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_SET_MSK   0x00000100
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_CLR_MSK   0xfffffeff
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_RESET   0x1
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_GET(value)   (((value) & 0x00000100) >> 8)
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_SET(value)   (((value) << 8) & 0x00000100)
 

Field : Tx Fifo Full Status - txFifoFull

Read

1 -> Tx Fifo Full

0 -> Tx Fifo NOT full

Field Access Macros:

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_LSB   9
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_MSB   9
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_WIDTH   1
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_SET_MSK   0x00000200
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_CLR_MSK   0xfffffdff
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_RESET   0x0
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_GET(value)   (((value) & 0x00000200) >> 9)
 
#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_SET(value)   (((value) << 9) & 0x00000200)
 

Field : Rx Fifo Empty Status - rxFifoEmpty

Read

1 -> Rx Fifo Empty

0 -> Rx Fifo NOT Empty

Field Access Macros:

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_LSB   10
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_MSB   10
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_WIDTH   1
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_SET_MSK   0x00000400
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_CLR_MSK   0xfffffbff
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_RESET   0x1
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_GET(value)   (((value) & 0x00000400) >> 10)
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_SET(value)   (((value) << 10) & 0x00000400)
 

Field : Rx Fifo Full Status - rxFifoFull

Read

1 -> Rx Fifo Full

0 -> Rx Fifo NOT full

Field Access Macros:

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_LSB   11
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_MSB   11
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_WIDTH   1
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_SET_MSK   0x00000800
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_CLR_MSK   0xfffff7ff
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_RESET   0x0
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_GET(value)   (((value) & 0x00000800) >> 11)
 
#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_SET(value)   (((value) << 11) & 0x00000800)
 

Field : Valid Ongoing Transfer Session - SessionStatus

A read of 1 indicates that there is an ongoing transfer session.

A read of 0 indicates that there is no ongoing transfer session.

Field Enumeration Values:

Enum Value Description
ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_E_DIS 0x0 Disable scan-chain
ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_E_EN 0x1 Enable scan-chain

Field Access Macros:

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_E_DIS   0x0
 
#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_E_EN   0x1
 
#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_LSB   15
 
#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_MSB   15
 
#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_WIDTH   1
 
#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_SET_MSK   0x00008000
 
#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_CLR_MSK   0xffff7fff
 
#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_RESET   0x0
 
#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_GET(value)   (((value) & 0x00008000) >> 15)
 
#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_SET(value)   (((value) << 15) & 0x00008000)
 

Field : Number of bits Transmitted - txDoneSize

Total Number of Successful bits transferred in the current session.

The exact number of bits transferred in the current session is 1+ the value in this register.

For example

0 -> 1 bit completed transmit or in the process of transmitting.

1-> 2 bits completed transmit or in the process of transmitting.

Field Access Macros:

#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_LSB   16
 
#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_MSB   31
 
#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_WIDTH   16
 
#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_SET_MSK   0xffff0000
 
#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_CLR_MSK   0x0000ffff
 
#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_RESET   0x0
 
#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_GET(value)   (((value) & 0xffff0000) >> 16)
 
#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_SET(value)   (((value) << 16) & 0xffff0000)
 

Data Structures

struct  ALT_FPGAMGR_JTAG_STAT_s
 

Macros

#define ALT_FPGAMGR_JTAG_STAT_RESET   0x00000500
 
#define ALT_FPGAMGR_JTAG_STAT_OFST   0x54
 

Typedefs

typedef struct
ALT_FPGAMGR_JTAG_STAT_s 
ALT_FPGAMGR_JTAG_STAT_t
 

Data Structure Documentation

struct ALT_FPGAMGR_JTAG_STAT_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_FPGAMGR_JTAG_STAT.

Data Fields
uint32_t txFifoLevel: 4 Current Tx Fifo level
uint32_t rxFifoLevel: 4 Current RX FIFO Level
uint32_t txFifoEmpty: 1 Tx Fifo Empty Status
uint32_t txFifoFull: 1 Tx Fifo Full Status
uint32_t rxFifoEmpty: 1 Rx Fifo Empty Status
uint32_t rxFifoFull: 1 Rx Fifo Full Status
uint32_t __pad0__: 3 UNDEFINED
uint32_t SessionStatus: 1 Valid Ongoing Transfer Session
uint32_t txDoneSize: 16 Number of bits Transmitted

Macro Definitions

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_LSB   0

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

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_MSB   3

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

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_WIDTH   4

The width in bits of the ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL register field.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_SET_MSK   0x0000000f

The mask used to set the ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL register field value.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_CLR_MSK   0xfffffff0

The mask used to clear the ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL register field value.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_RESET   0x0

The reset value of the ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL register field.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_GET (   value)    (((value) & 0x0000000f) >> 0)

Extracts the ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL field value from a register.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOLEVEL_SET (   value)    (((value) << 0) & 0x0000000f)

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

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_LSB   4

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

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_MSB   7

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

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_WIDTH   4

The width in bits of the ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL register field.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_SET_MSK   0x000000f0

The mask used to set the ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL register field value.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_CLR_MSK   0xffffff0f

The mask used to clear the ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL register field value.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_RESET   0x0

The reset value of the ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL register field.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_GET (   value)    (((value) & 0x000000f0) >> 4)

Extracts the ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL field value from a register.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOLEVEL_SET (   value)    (((value) << 4) & 0x000000f0)

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

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_LSB   8

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

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_MSB   8

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

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_WIDTH   1

The width in bits of the ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY register field.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_SET_MSK   0x00000100

The mask used to set the ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY register field value.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_CLR_MSK   0xfffffeff

The mask used to clear the ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY register field value.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY_RESET   0x1

The reset value of the ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY register field.

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

Extracts the ALT_FPGAMGR_JTAG_STAT_TXFIFOEMPTY field value from a register.

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

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

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_LSB   9

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

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_MSB   9

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

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_WIDTH   1

The width in bits of the ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL register field.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_SET_MSK   0x00000200

The mask used to set the ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL register field value.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_CLR_MSK   0xfffffdff

The mask used to clear the ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL register field value.

#define ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL_RESET   0x0

The reset value of the ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL register field.

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

Extracts the ALT_FPGAMGR_JTAG_STAT_TXFIFOFULL field value from a register.

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

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

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_LSB   10

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

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_MSB   10

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

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_WIDTH   1

The width in bits of the ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY register field.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_SET_MSK   0x00000400

The mask used to set the ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY register field value.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_CLR_MSK   0xfffffbff

The mask used to clear the ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY register field value.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY_RESET   0x1

The reset value of the ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY register field.

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

Extracts the ALT_FPGAMGR_JTAG_STAT_RXFIFOEMPTY field value from a register.

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

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

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_LSB   11

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

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_MSB   11

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

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_WIDTH   1

The width in bits of the ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL register field.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_SET_MSK   0x00000800

The mask used to set the ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL register field value.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_CLR_MSK   0xfffff7ff

The mask used to clear the ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL register field value.

#define ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL_RESET   0x0

The reset value of the ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL register field.

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

Extracts the ALT_FPGAMGR_JTAG_STAT_RXFIFOFULL field value from a register.

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

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

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_E_DIS   0x0

Enumerated value for register field ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT

Disable scan-chain

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_E_EN   0x1

Enumerated value for register field ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT

Enable scan-chain

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_LSB   15

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

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_MSB   15

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

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_WIDTH   1

The width in bits of the ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT register field.

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_SET_MSK   0x00008000

The mask used to set the ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT register field value.

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_CLR_MSK   0xffff7fff

The mask used to clear the ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT register field value.

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_RESET   0x0

The reset value of the ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT register field.

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_GET (   value)    (((value) & 0x00008000) >> 15)

Extracts the ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT field value from a register.

#define ALT_FPGAMGR_JTAG_STAT_SESSIONSTAT_SET (   value)    (((value) << 15) & 0x00008000)

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

#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_LSB   16

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

#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_MSB   31

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

#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_WIDTH   16

The width in bits of the ALT_FPGAMGR_JTAG_STAT_TXDONESIZE register field.

#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_SET_MSK   0xffff0000

The mask used to set the ALT_FPGAMGR_JTAG_STAT_TXDONESIZE register field value.

#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_CLR_MSK   0x0000ffff

The mask used to clear the ALT_FPGAMGR_JTAG_STAT_TXDONESIZE register field value.

#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_RESET   0x0

The reset value of the ALT_FPGAMGR_JTAG_STAT_TXDONESIZE register field is UNKNOWN.

#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_GET (   value)    (((value) & 0xffff0000) >> 16)

Extracts the ALT_FPGAMGR_JTAG_STAT_TXDONESIZE field value from a register.

#define ALT_FPGAMGR_JTAG_STAT_TXDONESIZE_SET (   value)    (((value) << 16) & 0xffff0000)

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

#define ALT_FPGAMGR_JTAG_STAT_RESET   0x00000500

The reset value of the ALT_FPGAMGR_JTAG_STAT register.

#define ALT_FPGAMGR_JTAG_STAT_OFST   0x54

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

Typedef Documentation

The typedef declaration for register ALT_FPGAMGR_JTAG_STAT.