![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
Message Handler Group
These registers are related to the operation of the Message Handler. The Message Handler is a state machine that controls the data transfer between the single ported Message RAM and the CAN Core's Rx/Tx Shift Register. It also handles acceptance filtering and the interrupt setting as programmed in the Control and Configuration Registers.
Data Structures | |
struct | ALT_CAN_MSGHAND_s |
struct | ALT_CAN_MSGHAND_raw_s |
Typedefs | |
typedef struct ALT_CAN_MSGHAND_s | ALT_CAN_MSGHAND_t |
typedef struct ALT_CAN_MSGHAND_raw_s | ALT_CAN_MSGHAND_raw_t |
struct ALT_CAN_MSGHAND_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_CAN_MSGHAND.
struct ALT_CAN_MSGHAND_raw_s |
The struct declaration for the raw register contents of register group ALT_CAN_MSGHAND.
Data Fields | ||
---|---|---|
volatile uint32_t | MOTRX | ALT_CAN_MSGHAND_MOTRX |
volatile uint32_t | MOTRA | ALT_CAN_MSGHAND_MOTRA |
volatile uint32_t | MOTRB | ALT_CAN_MSGHAND_MOTRB |
volatile uint32_t | MOTRC | ALT_CAN_MSGHAND_MOTRC |
volatile uint32_t | MOTRD | ALT_CAN_MSGHAND_MOTRD |
volatile uint32_t | MONDX | ALT_CAN_MSGHAND_MONDX |
volatile uint32_t | MONDA | ALT_CAN_MSGHAND_MONDA |
volatile uint32_t | MONDB | ALT_CAN_MSGHAND_MONDB |
volatile uint32_t | MONDC | ALT_CAN_MSGHAND_MONDC |
volatile uint32_t | MONDD | ALT_CAN_MSGHAND_MONDD |
volatile uint32_t | MOIPX | ALT_CAN_MSGHAND_MOIPX |
volatile uint32_t | MOIPA | ALT_CAN_MSGHAND_MOIPA |
volatile uint32_t | MOIPB | ALT_CAN_MSGHAND_MOIPB |
volatile uint32_t | MOIPC | ALT_CAN_MSGHAND_MOIPC |
volatile uint32_t | MOIPD | ALT_CAN_MSGHAND_MOIPD |
volatile uint32_t | MOVALX | ALT_CAN_MSGHAND_MOVALX |
volatile uint32_t | MOVALA | ALT_CAN_MSGHAND_MOVALA |
volatile uint32_t | MOVALB | ALT_CAN_MSGHAND_MOVALB |
volatile uint32_t | MOVALC | ALT_CAN_MSGHAND_MOVALC |
volatile uint32_t | MOVALD | ALT_CAN_MSGHAND_MOVALD |
typedef struct ALT_CAN_MSGHAND_s ALT_CAN_MSGHAND_t |
The typedef declaration for register group ALT_CAN_MSGHAND.
typedef struct ALT_CAN_MSGHAND_raw_s ALT_CAN_MSGHAND_raw_t |
The typedef declaration for the raw register contents of register group ALT_CAN_MSGHAND.