![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
Data Structures | |
struct | ALT_SPIM_s |
struct | ALT_SPIM_raw_s |
Typedefs | |
typedef struct ALT_SPIM_s | ALT_SPIM_t |
typedef struct ALT_SPIM_raw_s | ALT_SPIM_raw_t |
struct ALT_SPIM_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_SPIM.
struct ALT_SPIM_raw_s |
The struct declaration for the raw register contents of register group ALT_SPIM.
Data Fields | ||
---|---|---|
volatile uint32_t | ctrlr0 | ALT_SPIM_CTLR0 |
volatile uint32_t | ctrlr1 | ALT_SPIM_CTLR1 |
volatile uint32_t | spienr | ALT_SPIM_SPIENR |
volatile uint32_t | mwcr | ALT_SPIM_MWCR |
volatile uint32_t | ser | ALT_SPIM_SER |
volatile uint32_t | baudr | ALT_SPIM_BAUDR |
volatile uint32_t | txftlr | ALT_SPIM_TXFTLR |
volatile uint32_t | rxftlr | ALT_SPIM_RXFTLR |
volatile uint32_t | txflr | ALT_SPIM_TXFLR |
volatile uint32_t | rxflr | ALT_SPIM_RXFLR |
volatile uint32_t | sr | ALT_SPIM_SR |
volatile uint32_t | imr | ALT_SPIM_IMR |
volatile uint32_t | isr | ALT_SPIM_ISR |
volatile uint32_t | risr | ALT_SPIM_RISR |
volatile uint32_t | txoicr | ALT_SPIM_TXOICR |
volatile uint32_t | rxoicr | ALT_SPIM_RXOICR |
volatile uint32_t | rxuicr | ALT_SPIM_RXUICR |
volatile uint32_t | msticr | ALT_SPIM_MSTICR |
volatile uint32_t | icr | ALT_SPIM_ICR |
volatile uint32_t | dmacr | ALT_SPIM_DMACR |
volatile uint32_t | dmatdlr | ALT_SPIM_DMATDLR |
volatile uint32_t | dmardlr | ALT_SPIM_DMARDLR |
volatile uint32_t | idr | ALT_SPIM_IDR |
volatile uint32_t | spi_version_id | ALT_SPIM_SPI_VER_ID |
volatile uint32_t | dr | ALT_SPIM_DR |
volatile uint32_t | _pad_0x64_0xef | UNDEFINED |
volatile uint32_t | rx_sample_dly | ALT_SPIM_RX_SMPL_DLY |
volatile uint32_t | rsvd_0 | ALT_SPIM_RSVD_0 |
volatile uint32_t | rsvd_1 | ALT_SPIM_RSVD_1 |
volatile uint32_t | rsvd_2 | ALT_SPIM_RSVD_2 |
typedef struct ALT_SPIM_s ALT_SPIM_t |
The typedef declaration for register group ALT_SPIM.
typedef struct ALT_SPIM_raw_s ALT_SPIM_raw_t |
The typedef declaration for the raw register contents of register group ALT_SPIM.