8#ifndef INC_ST32_CAN_STM_H_
9#define INC_ST32_CAN_STM_H_
22unsigned char canInit();
24void HAL_CAN_RxFifo0MsgPendingCallback(CAN_HandleTypeDef *hcan);
25void HAL_CAN_RxFifo1MsgPendingCallback(CAN_HandleTypeDef *hcan);
26void HAL_CAN_ErrorCallback(CAN_HandleTypeDef *hcan);
27unsigned char canChangeBaudRate_driver(CAN_HandleTypeDef *hcan,
char* baud);
28void UpdateCANerrors(
void);
This file is generated by the NNP Tool – Object Dictionary Editor, as originally developed by CAN Fes...
#define UNS8
Unsigned int8 representation in CANFest.
unsigned char canSend(CAN_HandleTypeDef *hcan, Message *m)
The driver send a CAN message passed from the CANopen stack.