RSCAN_Table.h 257 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
#ifndef RSCAN_TABLE_H
#define RSCAN_TABLE_H

#include "r_typedefs.h"

/* structure */
typedef struct {
  uint32_t data[4];
}canfd_filter_type;
#define RX_RULE_SIZE 24U
extern const canfd_filter_type RX_RULE_TABLE_LIST[RX_RULE_SIZE] ;


#endif