#include "main.h"
#include "can_stm.h"
#include "canfestival.h"
#include <stdlib.h>
#include "ObjDict.h"
#include "app.h"
Go to the source code of this file.
- Date
- Created on: Oct 9, 2024
- Author
- Jerry Ukwela (jeu6@.nosp@m.case.nosp@m..edu)
Definition in file can_stm.c.
◆ canChangeBaudRate_driver()
| unsigned char canChangeBaudRate_driver |
( |
CAN_HandleTypeDef * | hcan, |
|
|
char * | baud ) |
- Parameters
-
- Returns
- always 0
Definition at line 195 of file can_stm.c.
◆ canInit()
| unsigned char canInit |
( |
| ) |
|
◆ HAL_CAN_ErrorCallback()
| void HAL_CAN_ErrorCallback |
( |
CAN_HandleTypeDef * | hcan | ) |
|
◆ HAL_CAN_RxFifo0MsgPendingCallback()
| void HAL_CAN_RxFifo0MsgPendingCallback |
( |
CAN_HandleTypeDef * | hcan | ) |
|
◆ HAL_CAN_RxFifo1MsgPendingCallback()
| void HAL_CAN_RxFifo1MsgPendingCallback |
( |
CAN_HandleTypeDef * | hcan | ) |
|
◆ UpdateCANerrors()
| void UpdateCANerrors |
( |
void | | ) |
|
◆ BitErrors
| volatile UNS16 BitErrors = 0 |
◆ FormErrors
| volatile UNS16 FormErrors = 0 |
◆ msg_received
| volatile unsigned char msg_received = 0 |
◆ OtherErrors
| volatile UNS16 OtherErrors = 0 |
◆ receivedMessages
| volatile UNS16 receivedMessages = 0 |
◆ rxErr
◆ StuffErrors
| volatile UNS16 StuffErrors = 0 |
◆ txErr