![]() |
can
Vitis Drivers API Documentation
|
This typedef contains configuration information for a device. More...
#include <xcan.h>
Data Fields | |
| char * | Name |
| Unique name of the device. More... | |
| UINTPTR | BaseAddress |
| Register base address. More... | |
| u8 | NumOfAcceptFilters |
| Number of Acceptance Filters. More... | |
| u16 | IntrId |
| Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags. More... | |
| UINTPTR | IntrParent |
| Bit[0] Interrupt parent type Bit[64/32:1] Parent base address. More... | |
| u8 | EnableECC |
| ECC is enabled or disabled. More... | |
This typedef contains configuration information for a device.
| UINTPTR XCan_Config::BaseAddress |
Register base address.
Referenced by XCan_Initialize().
| u8 XCan_Config::EnableECC |
ECC is enabled or disabled.
| u16 XCan_Config::IntrId |
Bits[11:0] Interrupt-id Bits[15:12] trigger type and level flags.
Referenced by main().
| UINTPTR XCan_Config::IntrParent |
Bit[0] Interrupt parent type Bit[64/32:1] Parent base address.
Referenced by main().
| char* XCan_Config::Name |
Unique name of the device.
Referenced by XCan_GetConfig(), and XCan_LookupConfig().
| u8 XCan_Config::NumOfAcceptFilters |
Number of Acceptance Filters.