NNP STM Generic Remote Module git-main
Loading...
Searching...
No Matches
canfestival.h
1/*
2 * canfestival.h
3 *
4 * Created on: Oct 9, 2024
5 * Author: jenej
6 */
7
8#ifndef INC_ST32_CANFESTIVAL_H_
9#define INC_ST32_CANFESTIVAL_H_
10
11#include "applicfg.h"
12#include "data.h"
13
14void initTimer(void);
15UNS8 canSend(CAN_HandleTypeDef *hcan, Message *m);
16UNS8 canChangeBaudRate(CAN_PORT port, char* baud);
17
18#endif /* INC_ST32_CANFESTIVAL_H_ */
#define UNS8
Unsigned int8 representation in CANFest.
Definition applicfg.h:25
UNS8 canSend(CAN_HandleTypeDef *hcan, Message *m)
The driver send a CAN message passed from the CANopen stack.
Definition can_stm.c:77
Definition can.h:13