![]() |
Altera SoCAL
16.0
The Altera SoC Abstraction Layer (SoCAL) API Reference Manual
|
CAN Controller Module
Registers in the CAN Controller module
NOTE: These descriptions apply only to SoC devices that support the CAN module.
Members | |
Register Group : Protocol Group - ALT_CAN_PROTO | |
Register Group : Message Handler Group - ALT_CAN_MSGHAND | |
Register Group : Message Interface Group - ALT_CAN_MSGIF | |
Data Structures | |
struct | ALT_CAN_s |
struct | ALT_CAN_raw_s |
Typedefs | |
typedef struct ALT_CAN_s | ALT_CAN_t |
typedef struct ALT_CAN_raw_s | ALT_CAN_raw_t |
struct ALT_CAN_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.
Data Fields | ||
---|---|---|
volatile ALT_CAN_PROTO_t | protogrp | ALT_CAN_PROTO |
volatile uint32_t | _pad_0x28_0x83 | UNDEFINED |
volatile ALT_CAN_MSGHAND_t | msghandgrp | ALT_CAN_MSGHAND |
volatile uint32_t | _pad_0xd4_0xff | UNDEFINED |
volatile ALT_CAN_MSGIF_t | msgifgrp | ALT_CAN_MSGIF |
volatile uint32_t | _pad_0x138_0x200 | UNDEFINED |
struct ALT_CAN_raw_s |
The struct declaration for the raw register contents of register group ALT_CAN.
Data Fields | ||
---|---|---|
volatile ALT_CAN_PROTO_raw_t | protogrp | ALT_CAN_PROTO |
volatile uint32_t | _pad_0x28_0x83 | UNDEFINED |
volatile ALT_CAN_MSGHAND_raw_t | msghandgrp | ALT_CAN_MSGHAND |
volatile uint32_t | _pad_0xd4_0xff | UNDEFINED |
volatile ALT_CAN_MSGIF_raw_t | msgifgrp | ALT_CAN_MSGIF |
volatile uint32_t | _pad_0x138_0x200 | UNDEFINED |
typedef struct ALT_CAN_raw_s ALT_CAN_raw_t |
The typedef declaration for the raw register contents of register group ALT_CAN.