Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
can_params.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2024 ML!PA Consulting GmbH
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
23
#include "
can/device.h
"
24
26
static
const
candev_params_t
candev_params
[] = {
27
{
28
.name =
"can_samd5x_0"
,
29
},
30
{
31
.name =
"can_samd5x_1"
,
32
}
33
};
34
35
#ifdef __cplusplus
36
}
37
#endif
38
candev_params
Parameters to initialize a candev.
Definition
device.h:54
device.h
Definitions of CAN device interface.
candev_params_t
struct candev_params candev_params_t
Parameters to initialize a candev.
Generated on Sat Oct 11 2025 20:18:30 by
1.13.2