|
NNP STM Generic Remote Module git-main
|
Go to the source code of this file.
Classes | |
| struct | struct_s_BOARD |
| The CAN board configuration. More... | |
Macros | |
| #define | DLL_CALL(funcname) |
| #define | FCT_PTR_INIT |
Typedefs | |
| typedef struct struct_s_BOARD | s_BOARD |
Functions | |
| UNS8 DLL_CALL | canReceive (CAN_HANDLE, Message *) FCT_PTR_INIT |
| UNS8 DLL_CALL | canSend (CAN_HANDLE, Message *) FCT_PTR_INIT |
| CAN_HANDLE DLL_CALL | canOpen (s_BOARD *) FCT_PTR_INIT |
| int DLL_CALL | canClose (CAN_HANDLE) FCT_PTR_INIT |
| UNS8 DLL_CALL | canChangeBaudRate (CAN_HANDLE, char *) FCT_PTR_INIT |
Created on: Oct 9, 2024 Author: jenej
Definition in file can_driver.h.
| #define DLL_CALL | ( | funcname | ) |
Definition at line 29 of file can_driver.h.
| #define FCT_PTR_INIT |
Definition at line 33 of file can_driver.h.
| typedef struct struct_s_BOARD s_BOARD |
Definition at line 13 of file can_driver.h.