![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
JEP106 continuation code
Register Layout
Bits | Access | Reset | Description |
---|---|---|---|
[7:0] | R | 0x4 | Peripheral ID4 |
[31:8] | ??? | 0x0 | UNDEFINED |
Field : Peripheral ID4 - periph_id_4 | |
JEP106 continuation code Field Access Macros: | |
#define | ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_LSB 0 |
#define | ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_MSB 7 |
#define | ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_WIDTH 8 |
#define | ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_SET_MSK 0x000000ff |
#define | ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_CLR_MSK 0xffffff00 |
#define | ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_RESET 0x4 |
#define | ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_GET(value) (((value) & 0x000000ff) >> 0) |
#define | ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_SET(value) (((value) << 0) & 0x000000ff) |
Data Structures | |
struct | ALT_H2F_ID_PERIPH_ID_4_s |
Macros | |
#define | ALT_H2F_ID_PERIPH_ID_4_OFST 0xfd0 |
Typedefs | |
typedef struct ALT_H2F_ID_PERIPH_ID_4_s | ALT_H2F_ID_PERIPH_ID_4_t |
struct ALT_H2F_ID_PERIPH_ID_4_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_H2F_ID_PERIPH_ID_4.
Data Fields | ||
---|---|---|
const uint32_t | periph_id_4: 8 | Peripheral ID4 |
uint32_t | __pad0__: 24 | UNDEFINED |
#define ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_LSB 0 |
The Least Significant Bit (LSB) position of the ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4 register field.
#define ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_MSB 7 |
The Most Significant Bit (MSB) position of the ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4 register field.
#define ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_WIDTH 8 |
The width in bits of the ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4 register field.
#define ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_SET_MSK 0x000000ff |
The mask used to set the ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4 register field value.
#define ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_CLR_MSK 0xffffff00 |
The mask used to clear the ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4 register field value.
#define ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_RESET 0x4 |
The reset value of the ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4 register field.
#define ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_GET | ( | value | ) | (((value) & 0x000000ff) >> 0) |
Extracts the ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4 field value from a register.
#define ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4_SET | ( | value | ) | (((value) << 0) & 0x000000ff) |
Produces a ALT_H2F_ID_PERIPH_ID_4_PERIPH_ID_4 register field value suitable for setting the register.
#define ALT_H2F_ID_PERIPH_ID_4_OFST 0xfd0 |
The byte offset of the ALT_H2F_ID_PERIPH_ID_4 register from the beginning of the component.
typedef struct ALT_H2F_ID_PERIPH_ID_4_s ALT_H2F_ID_PERIPH_ID_4_t |
The typedef declaration for register ALT_H2F_ID_PERIPH_ID_4.