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 
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 
Parameters to initialize a candev.
Definition: device.h:54
const char * name
candev name to set
Definition: device.h:55
Definitions of CAN device interface.