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
20extern "C" {
21#endif
22
23#include "can/device.h"
24
27 {
28 .name = "can_samd5x_0",
29 },
30 {
31 .name = "can_samd5x_1",
32 }
33};
34
35#ifdef __cplusplus
36}
37#endif
38
Parameters to initialize a candev.
Definition device.h:54
Definitions of CAN device interface.
struct candev_params candev_params_t
Parameters to initialize a candev.