mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-23 13:07:08 -04:00
8 lines
350 B
VHDL
8 lines
350 B
VHDL
-- CAN 2.0 interface
|
|
constant CFG_CAN : integer := CONFIG_CAN_ENABLE;
|
|
constant CFG_CANIO : integer := 16#CONFIG_CANIO#;
|
|
constant CFG_CANIRQ : integer := CONFIG_CANIRQ;
|
|
constant CFG_CANLOOP : integer := CONFIG_CANLOOP;
|
|
constant CFG_CAN_SYNCRST : integer := CONFIG_CAN_SYNCRST;
|
|
constant CFG_CANFT : integer := CONFIG_CAN_FT;
|
|
|