NNP STM Generic Remote Module git-main
Loading...
Searching...
No Matches
can_driver.h File Reference
#include "applicfg.h"
#include "can.h"

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
 

Detailed Description

Created on: Oct 9, 2024 Author: jenej

Definition in file can_driver.h.

Macro Definition Documentation

◆ DLL_CALL

#define DLL_CALL ( funcname)
Value:
funcname##_driver

Definition at line 29 of file can_driver.h.

◆ FCT_PTR_INIT

#define FCT_PTR_INIT

Definition at line 33 of file can_driver.h.

Typedef Documentation

◆ s_BOARD

typedef struct struct_s_BOARD s_BOARD

Definition at line 13 of file can_driver.h.