Dawn Framework
1.0
Universal data acquisition framework for embedded systems
dawn
include
dawn
porting
nuttx
can.hxx
1
// dawn/include/dawn/porting/nuttx/can.hxx
2
//
3
// SPDX-License-Identifier: Apache-2.0
4
//
5
6
#pragma once
7
8
#include <nuttx/can/can.h>
9
10
// PATH format for CAN
11
12
#define CAN_PATH_FMT "/dev/can%d"
13
14
// CAN data length
15
16
#define CAN_DATA_MAX CAN_MAXDATALEN
Generated by
1.9.8