Subversion Repositories FuelGauge

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 mjames 1
/**
2
  ******************************************************************************
3
  * @file    stm32f0xx_hal_can.h
4
  * @author  MCD Application Team
5
  * @brief   Header file of CAN HAL module.
6
  ******************************************************************************
7
  * @attention
8
  *
9
  * <h2><center>&copy; Copyright (c) 2016 STMicroelectronics.
10
  * All rights reserved.</center></h2>
11
  *
12
  * This software component is licensed by ST under BSD 3-Clause license,
13
  * the "License"; You may not use this file except in compliance with the
14
  * License. You may obtain a copy of the License at:
15
  *                        opensource.org/licenses/BSD-3-Clause
16
  *
17
  ******************************************************************************
18
  */
19
 
20
/* Define to prevent recursive inclusion -------------------------------------*/
21
#ifndef STM32F0xx_HAL_CAN_H
22
#define STM32F0xx_HAL_CAN_H
23
 
24
#ifdef __cplusplus
25
extern "C" {
26
#endif
27
 
28
/* Includes ------------------------------------------------------------------*/
29
#include "stm32f0xx_hal_def.h"
30
 
31
/** @addtogroup STM32F0xx_HAL_Driver
32
  * @{
33
  */
34
 
35
#if defined (CAN)
36
/** @addtogroup CAN
37
  * @{
38
  */
39
 
40
/* Exported types ------------------------------------------------------------*/
41
/** @defgroup CAN_Exported_Types CAN Exported Types
42
  * @{
43
  */
44
/**
45
  * @brief  HAL State structures definition
46
  */
47
typedef enum
48
{
49
  HAL_CAN_STATE_RESET             = 0x00U,  /*!< CAN not yet initialized or disabled */
50
  HAL_CAN_STATE_READY             = 0x01U,  /*!< CAN initialized and ready for use   */
51
  HAL_CAN_STATE_LISTENING         = 0x02U,  /*!< CAN receive process is ongoing      */
52
  HAL_CAN_STATE_SLEEP_PENDING     = 0x03U,  /*!< CAN sleep request is pending        */
53
  HAL_CAN_STATE_SLEEP_ACTIVE      = 0x04U,  /*!< CAN sleep mode is active            */
54
  HAL_CAN_STATE_ERROR             = 0x05U   /*!< CAN error state                     */
55
 
56
} HAL_CAN_StateTypeDef;
57
 
58
/**
59
  * @brief  CAN init structure definition
60
  */
61
typedef struct
62
{
63
  uint32_t Prescaler;                  /*!< Specifies the length of a time quantum.
64
                                            This parameter must be a number between Min_Data = 1 and Max_Data = 1024. */
65
 
66
  uint32_t Mode;                       /*!< Specifies the CAN operating mode.
67
                                            This parameter can be a value of @ref CAN_operating_mode */
68
 
69
  uint32_t SyncJumpWidth;              /*!< Specifies the maximum number of time quanta the CAN hardware
70
                                            is allowed to lengthen or shorten a bit to perform resynchronization.
71
                                            This parameter can be a value of @ref CAN_synchronisation_jump_width */
72
 
73
  uint32_t TimeSeg1;                   /*!< Specifies the number of time quanta in Bit Segment 1.
74
                                            This parameter can be a value of @ref CAN_time_quantum_in_bit_segment_1 */
75
 
76
  uint32_t TimeSeg2;                   /*!< Specifies the number of time quanta in Bit Segment 2.
77
                                            This parameter can be a value of @ref CAN_time_quantum_in_bit_segment_2 */
78
 
79
  FunctionalState TimeTriggeredMode;   /*!< Enable or disable the time triggered communication mode.
80
                                            This parameter can be set to ENABLE or DISABLE. */
81
 
82
  FunctionalState AutoBusOff;          /*!< Enable or disable the automatic bus-off management.
83
                                            This parameter can be set to ENABLE or DISABLE. */
84
 
85
  FunctionalState AutoWakeUp;          /*!< Enable or disable the automatic wake-up mode.
86
                                            This parameter can be set to ENABLE or DISABLE. */
87
 
88
  FunctionalState AutoRetransmission;  /*!< Enable or disable the non-automatic retransmission mode.
89
                                            This parameter can be set to ENABLE or DISABLE. */
90
 
91
  FunctionalState ReceiveFifoLocked;   /*!< Enable or disable the Receive FIFO Locked mode.
92
                                            This parameter can be set to ENABLE or DISABLE. */
93
 
94
  FunctionalState TransmitFifoPriority;/*!< Enable or disable the transmit FIFO priority.
95
                                            This parameter can be set to ENABLE or DISABLE. */
96
 
97
} CAN_InitTypeDef;
98
 
99
/**
100
  * @brief  CAN filter configuration structure definition
101
  */
102
typedef struct
103
{
104
  uint32_t FilterIdHigh;          /*!< Specifies the filter identification number (MSBs for a 32-bit
105
                                       configuration, first one for a 16-bit configuration).
106
                                       This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF. */
107
 
108
  uint32_t FilterIdLow;           /*!< Specifies the filter identification number (LSBs for a 32-bit
109
                                       configuration, second one for a 16-bit configuration).
110
                                       This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF. */
111
 
112
  uint32_t FilterMaskIdHigh;      /*!< Specifies the filter mask number or identification number,
113
                                       according to the mode (MSBs for a 32-bit configuration,
114
                                       first one for a 16-bit configuration).
115
                                       This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF. */
116
 
117
  uint32_t FilterMaskIdLow;       /*!< Specifies the filter mask number or identification number,
118
                                       according to the mode (LSBs for a 32-bit configuration,
119
                                       second one for a 16-bit configuration).
120
                                       This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF. */
121
 
122
  uint32_t FilterFIFOAssignment;  /*!< Specifies the FIFO (0 or 1U) which will be assigned to the filter.
123
                                       This parameter can be a value of @ref CAN_filter_FIFO */
124
 
125
  uint32_t FilterBank;            /*!< Specifies the filter bank which will be initialized.
126
                                       This parameter mus be a number between Min_Data = 0 and Max_Data = 13. */
127
 
128
  uint32_t FilterMode;            /*!< Specifies the filter mode to be initialized.
129
                                       This parameter can be a value of @ref CAN_filter_mode */
130
 
131
  uint32_t FilterScale;           /*!< Specifies the filter scale.
132
                                       This parameter can be a value of @ref CAN_filter_scale */
133
 
134
  uint32_t FilterActivation;      /*!< Enable or disable the filter.
135
                                       This parameter can be a value of @ref CAN_filter_activation */
136
 
137
  uint32_t SlaveStartFilterBank;  /*!< Select the start filter bank for the slave CAN instance.
138
                                       STM32F0xx devices don't support slave CAN instance (dual CAN). Therefore
139
                                       this parameter is meaningless but it has been kept for compatibility accross
140
                                       STM32 families. */
141
 
142
} CAN_FilterTypeDef;
143
 
144
/**
145
  * @brief  CAN Tx message header structure definition
146
  */
147
typedef struct
148
{
149
  uint32_t StdId;    /*!< Specifies the standard identifier.
150
                          This parameter must be a number between Min_Data = 0 and Max_Data = 0x7FF. */
151
 
152
  uint32_t ExtId;    /*!< Specifies the extended identifier.
153
                          This parameter must be a number between Min_Data = 0 and Max_Data = 0x1FFFFFFF. */
154
 
155
  uint32_t IDE;      /*!< Specifies the type of identifier for the message that will be transmitted.
156
                          This parameter can be a value of @ref CAN_identifier_type */
157
 
158
  uint32_t RTR;      /*!< Specifies the type of frame for the message that will be transmitted.
159
                          This parameter can be a value of @ref CAN_remote_transmission_request */
160
 
161
  uint32_t DLC;      /*!< Specifies the length of the frame that will be transmitted.
162
                          This parameter must be a number between Min_Data = 0 and Max_Data = 8. */
163
 
164
  FunctionalState TransmitGlobalTime; /*!< Specifies whether the timestamp counter value captured on start
165
                          of frame transmission, is sent in DATA6 and DATA7 replacing pData[6] and pData[7].
166
                          @note: Time Triggered Communication Mode must be enabled.
167
                          @note: DLC must be programmed as 8 bytes, in order these 2 bytes are sent.
168
                          This parameter can be set to ENABLE or DISABLE. */
169
 
170
} CAN_TxHeaderTypeDef;
171
 
172
/**
173
  * @brief  CAN Rx message header structure definition
174
  */
175
typedef struct
176
{
177
  uint32_t StdId;    /*!< Specifies the standard identifier.
178
                          This parameter must be a number between Min_Data = 0 and Max_Data = 0x7FF. */
179
 
180
  uint32_t ExtId;    /*!< Specifies the extended identifier.
181
                          This parameter must be a number between Min_Data = 0 and Max_Data = 0x1FFFFFFF. */
182
 
183
  uint32_t IDE;      /*!< Specifies the type of identifier for the message that will be transmitted.
184
                          This parameter can be a value of @ref CAN_identifier_type */
185
 
186
  uint32_t RTR;      /*!< Specifies the type of frame for the message that will be transmitted.
187
                          This parameter can be a value of @ref CAN_remote_transmission_request */
188
 
189
  uint32_t DLC;      /*!< Specifies the length of the frame that will be transmitted.
190
                          This parameter must be a number between Min_Data = 0 and Max_Data = 8. */
191
 
192
  uint32_t Timestamp; /*!< Specifies the timestamp counter value captured on start of frame reception.
193
                          @note: Time Triggered Communication Mode must be enabled.
194
                          This parameter must be a number between Min_Data = 0 and Max_Data = 0xFFFF. */
195
 
196
  uint32_t FilterMatchIndex; /*!< Specifies the index of matching acceptance filter element.
197
                          This parameter must be a number between Min_Data = 0 and Max_Data = 0xFF. */
198
 
199
} CAN_RxHeaderTypeDef;
200
 
201
/**
202
  * @brief  CAN handle Structure definition
203
  */
204
typedef struct __CAN_HandleTypeDef
205
{
206
  CAN_TypeDef                 *Instance;                 /*!< Register base address */
207
 
208
  CAN_InitTypeDef             Init;                      /*!< CAN required parameters */
209
 
210
  __IO HAL_CAN_StateTypeDef   State;                     /*!< CAN communication state */
211
 
212
  __IO uint32_t               ErrorCode;                 /*!< CAN Error code.
213
                                                              This parameter can be a value of @ref CAN_Error_Code */
214
 
215
#if USE_HAL_CAN_REGISTER_CALLBACKS == 1
216
  void (* TxMailbox0CompleteCallback)(struct __CAN_HandleTypeDef *hcan);/*!< CAN Tx Mailbox 0 complete callback    */
217
  void (* TxMailbox1CompleteCallback)(struct __CAN_HandleTypeDef *hcan);/*!< CAN Tx Mailbox 1 complete callback    */
218
  void (* TxMailbox2CompleteCallback)(struct __CAN_HandleTypeDef *hcan);/*!< CAN Tx Mailbox 2 complete callback    */
219
  void (* TxMailbox0AbortCallback)(struct __CAN_HandleTypeDef *hcan);   /*!< CAN Tx Mailbox 0 abort callback       */
220
  void (* TxMailbox1AbortCallback)(struct __CAN_HandleTypeDef *hcan);   /*!< CAN Tx Mailbox 1 abort callback       */
221
  void (* TxMailbox2AbortCallback)(struct __CAN_HandleTypeDef *hcan);   /*!< CAN Tx Mailbox 2 abort callback       */
222
  void (* RxFifo0MsgPendingCallback)(struct __CAN_HandleTypeDef *hcan); /*!< CAN Rx FIFO 0 msg pending callback    */
223
  void (* RxFifo0FullCallback)(struct __CAN_HandleTypeDef *hcan);       /*!< CAN Rx FIFO 0 full callback           */
224
  void (* RxFifo1MsgPendingCallback)(struct __CAN_HandleTypeDef *hcan); /*!< CAN Rx FIFO 1 msg pending callback    */
225
  void (* RxFifo1FullCallback)(struct __CAN_HandleTypeDef *hcan);       /*!< CAN Rx FIFO 1 full callback           */
226
  void (* SleepCallback)(struct __CAN_HandleTypeDef *hcan);             /*!< CAN Sleep callback                    */
227
  void (* WakeUpFromRxMsgCallback)(struct __CAN_HandleTypeDef *hcan);   /*!< CAN Wake Up from Rx msg callback      */
228
  void (* ErrorCallback)(struct __CAN_HandleTypeDef *hcan);             /*!< CAN Error callback                    */
229
 
230
  void (* MspInitCallback)(struct __CAN_HandleTypeDef *hcan);           /*!< CAN Msp Init callback                 */
231
  void (* MspDeInitCallback)(struct __CAN_HandleTypeDef *hcan);         /*!< CAN Msp DeInit callback               */
232
 
233
#endif /* (USE_HAL_CAN_REGISTER_CALLBACKS) */
234
} CAN_HandleTypeDef;
235
 
236
#if USE_HAL_CAN_REGISTER_CALLBACKS == 1
237
/**
238
  * @brief  HAL CAN common Callback ID enumeration definition
239
  */
240
typedef enum
241
{
242
  HAL_CAN_TX_MAILBOX0_COMPLETE_CB_ID       = 0x00U,    /*!< CAN Tx Mailbox 0 complete callback ID         */
243
  HAL_CAN_TX_MAILBOX1_COMPLETE_CB_ID       = 0x01U,    /*!< CAN Tx Mailbox 1 complete callback ID         */
244
  HAL_CAN_TX_MAILBOX2_COMPLETE_CB_ID       = 0x02U,    /*!< CAN Tx Mailbox 2 complete callback ID         */
245
  HAL_CAN_TX_MAILBOX0_ABORT_CB_ID          = 0x03U,    /*!< CAN Tx Mailbox 0 abort callback ID            */
246
  HAL_CAN_TX_MAILBOX1_ABORT_CB_ID          = 0x04U,    /*!< CAN Tx Mailbox 1 abort callback ID            */
247
  HAL_CAN_TX_MAILBOX2_ABORT_CB_ID          = 0x05U,    /*!< CAN Tx Mailbox 2 abort callback ID            */
248
  HAL_CAN_RX_FIFO0_MSG_PENDING_CB_ID       = 0x06U,    /*!< CAN Rx FIFO 0 message pending callback ID     */
249
  HAL_CAN_RX_FIFO0_FULL_CB_ID              = 0x07U,    /*!< CAN Rx FIFO 0 full callback ID                */
250
  HAL_CAN_RX_FIFO1_MSG_PENDING_CB_ID       = 0x08U,    /*!< CAN Rx FIFO 1 message pending callback ID     */
251
  HAL_CAN_RX_FIFO1_FULL_CB_ID              = 0x09U,    /*!< CAN Rx FIFO 1 full callback ID                */
252
  HAL_CAN_SLEEP_CB_ID                      = 0x0AU,    /*!< CAN Sleep callback ID                         */
253
  HAL_CAN_WAKEUP_FROM_RX_MSG_CB_ID         = 0x0BU,    /*!< CAN Wake Up fropm Rx msg callback ID          */
254
  HAL_CAN_ERROR_CB_ID                      = 0x0CU,    /*!< CAN Error callback ID                         */
255
 
256
  HAL_CAN_MSPINIT_CB_ID                    = 0x0DU,    /*!< CAN MspInit callback ID                       */
257
  HAL_CAN_MSPDEINIT_CB_ID                  = 0x0EU,    /*!< CAN MspDeInit callback ID                     */
258
 
259
} HAL_CAN_CallbackIDTypeDef;
260
 
261
/**
262
  * @brief  HAL CAN Callback pointer definition
263
  */
264
typedef  void (*pCAN_CallbackTypeDef)(CAN_HandleTypeDef *hcan); /*!< pointer to a CAN callback function   */
265
 
266
#endif /* USE_HAL_CAN_REGISTER_CALLBACKS */
267
/**
268
  * @}
269
  */
270
 
271
/* Exported constants --------------------------------------------------------*/
272
 
273
/** @defgroup CAN_Exported_Constants CAN Exported Constants
274
  * @{
275
  */
276
 
277
/** @defgroup CAN_Error_Code CAN Error Code
278
  * @{
279
  */
280
#define HAL_CAN_ERROR_NONE            (0x00000000U)  /*!< No error                                             */
281
#define HAL_CAN_ERROR_EWG             (0x00000001U)  /*!< Protocol Error Warning                               */
282
#define HAL_CAN_ERROR_EPV             (0x00000002U)  /*!< Error Passive                                        */
283
#define HAL_CAN_ERROR_BOF             (0x00000004U)  /*!< Bus-off error                                        */
284
#define HAL_CAN_ERROR_STF             (0x00000008U)  /*!< Stuff error                                          */
285
#define HAL_CAN_ERROR_FOR             (0x00000010U)  /*!< Form error                                           */
286
#define HAL_CAN_ERROR_ACK             (0x00000020U)  /*!< Acknowledgment error                                 */
287
#define HAL_CAN_ERROR_BR              (0x00000040U)  /*!< Bit recessive error                                  */
288
#define HAL_CAN_ERROR_BD              (0x00000080U)  /*!< Bit dominant error                                   */
289
#define HAL_CAN_ERROR_CRC             (0x00000100U)  /*!< CRC error                                            */
290
#define HAL_CAN_ERROR_RX_FOV0         (0x00000200U)  /*!< Rx FIFO0 overrun error                               */
291
#define HAL_CAN_ERROR_RX_FOV1         (0x00000400U)  /*!< Rx FIFO1 overrun error                               */
292
#define HAL_CAN_ERROR_TX_ALST0        (0x00000800U)  /*!< TxMailbox 0 transmit failure due to arbitration lost */
293
#define HAL_CAN_ERROR_TX_TERR0        (0x00001000U)  /*!< TxMailbox 1 transmit failure due to tranmit error    */
294
#define HAL_CAN_ERROR_TX_ALST1        (0x00002000U)  /*!< TxMailbox 0 transmit failure due to arbitration lost */
295
#define HAL_CAN_ERROR_TX_TERR1        (0x00004000U)  /*!< TxMailbox 1 transmit failure due to tranmit error    */
296
#define HAL_CAN_ERROR_TX_ALST2        (0x00008000U)  /*!< TxMailbox 0 transmit failure due to arbitration lost */
297
#define HAL_CAN_ERROR_TX_TERR2        (0x00010000U)  /*!< TxMailbox 1 transmit failure due to tranmit error    */
298
#define HAL_CAN_ERROR_TIMEOUT         (0x00020000U)  /*!< Timeout error                                        */
299
#define HAL_CAN_ERROR_NOT_INITIALIZED (0x00040000U)  /*!< Peripheral not initialized                           */
300
#define HAL_CAN_ERROR_NOT_READY       (0x00080000U)  /*!< Peripheral not ready                                 */
301
#define HAL_CAN_ERROR_NOT_STARTED     (0x00100000U)  /*!< Peripheral not started                               */
302
#define HAL_CAN_ERROR_PARAM           (0x00200000U)  /*!< Parameter error                                      */
303
 
304
#if USE_HAL_CAN_REGISTER_CALLBACKS == 1
305
#define HAL_CAN_ERROR_INVALID_CALLBACK (0x00400000U) /*!< Invalid Callback error                               */
306
#endif /* USE_HAL_CAN_REGISTER_CALLBACKS */
307
#define HAL_CAN_ERROR_INTERNAL        (0x00800000U)  /*!< Internal error                                       */
308
 
309
/**
310
  * @}
311
  */
312
 
313
/** @defgroup CAN_InitStatus CAN InitStatus
314
  * @{
315
  */
316
#define CAN_INITSTATUS_FAILED       (0x00000000U)  /*!< CAN initialization failed */
317
#define CAN_INITSTATUS_SUCCESS      (0x00000001U)  /*!< CAN initialization OK     */
318
/**
319
  * @}
320
  */
321
 
322
/** @defgroup CAN_operating_mode CAN Operating Mode
323
  * @{
324
  */
325
#define CAN_MODE_NORMAL             (0x00000000U)                              /*!< Normal mode   */
326
#define CAN_MODE_LOOPBACK           ((uint32_t)CAN_BTR_LBKM)                   /*!< Loopback mode */
327
#define CAN_MODE_SILENT             ((uint32_t)CAN_BTR_SILM)                   /*!< Silent mode   */
328
#define CAN_MODE_SILENT_LOOPBACK    ((uint32_t)(CAN_BTR_LBKM | CAN_BTR_SILM))  /*!< Loopback combined with silent mode */
329
/**
330
  * @}
331
  */
332
 
333
 
334
/** @defgroup CAN_synchronisation_jump_width CAN Synchronization Jump Width
335
  * @{
336
  */
337
#define CAN_SJW_1TQ                 (0x00000000U)              /*!< 1 time quantum */
338
#define CAN_SJW_2TQ                 ((uint32_t)CAN_BTR_SJW_0)  /*!< 2 time quantum */
339
#define CAN_SJW_3TQ                 ((uint32_t)CAN_BTR_SJW_1)  /*!< 3 time quantum */
340
#define CAN_SJW_4TQ                 ((uint32_t)CAN_BTR_SJW)    /*!< 4 time quantum */
341
/**
342
  * @}
343
  */
344
 
345
/** @defgroup CAN_time_quantum_in_bit_segment_1 CAN Time Quantum in Bit Segment 1
346
  * @{
347
  */
348
#define CAN_BS1_1TQ                 (0x00000000U)                                                /*!< 1 time quantum  */
349
#define CAN_BS1_2TQ                 ((uint32_t)CAN_BTR_TS1_0)                                    /*!< 2 time quantum  */
350
#define CAN_BS1_3TQ                 ((uint32_t)CAN_BTR_TS1_1)                                    /*!< 3 time quantum  */
351
#define CAN_BS1_4TQ                 ((uint32_t)(CAN_BTR_TS1_1 | CAN_BTR_TS1_0))                  /*!< 4 time quantum  */
352
#define CAN_BS1_5TQ                 ((uint32_t)CAN_BTR_TS1_2)                                    /*!< 5 time quantum  */
353
#define CAN_BS1_6TQ                 ((uint32_t)(CAN_BTR_TS1_2 | CAN_BTR_TS1_0))                  /*!< 6 time quantum  */
354
#define CAN_BS1_7TQ                 ((uint32_t)(CAN_BTR_TS1_2 | CAN_BTR_TS1_1))                  /*!< 7 time quantum  */
355
#define CAN_BS1_8TQ                 ((uint32_t)(CAN_BTR_TS1_2 | CAN_BTR_TS1_1 | CAN_BTR_TS1_0))  /*!< 8 time quantum  */
356
#define CAN_BS1_9TQ                 ((uint32_t)CAN_BTR_TS1_3)                                    /*!< 9 time quantum  */
357
#define CAN_BS1_10TQ                ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_0))                  /*!< 10 time quantum */
358
#define CAN_BS1_11TQ                ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_1))                  /*!< 11 time quantum */
359
#define CAN_BS1_12TQ                ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_1 | CAN_BTR_TS1_0))  /*!< 12 time quantum */
360
#define CAN_BS1_13TQ                ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_2))                  /*!< 13 time quantum */
361
#define CAN_BS1_14TQ                ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_2 | CAN_BTR_TS1_0))  /*!< 14 time quantum */
362
#define CAN_BS1_15TQ                ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_2 | CAN_BTR_TS1_1))  /*!< 15 time quantum */
363
#define CAN_BS1_16TQ                ((uint32_t)CAN_BTR_TS1) /*!< 16 time quantum */
364
/**
365
  * @}
366
  */
367
 
368
/** @defgroup CAN_time_quantum_in_bit_segment_2 CAN Time Quantum in Bit Segment 2
369
  * @{
370
  */
371
#define CAN_BS2_1TQ                 (0x00000000U)                                /*!< 1 time quantum */
372
#define CAN_BS2_2TQ                 ((uint32_t)CAN_BTR_TS2_0)                    /*!< 2 time quantum */
373
#define CAN_BS2_3TQ                 ((uint32_t)CAN_BTR_TS2_1)                    /*!< 3 time quantum */
374
#define CAN_BS2_4TQ                 ((uint32_t)(CAN_BTR_TS2_1 | CAN_BTR_TS2_0))  /*!< 4 time quantum */
375
#define CAN_BS2_5TQ                 ((uint32_t)CAN_BTR_TS2_2)                    /*!< 5 time quantum */
376
#define CAN_BS2_6TQ                 ((uint32_t)(CAN_BTR_TS2_2 | CAN_BTR_TS2_0))  /*!< 6 time quantum */
377
#define CAN_BS2_7TQ                 ((uint32_t)(CAN_BTR_TS2_2 | CAN_BTR_TS2_1))  /*!< 7 time quantum */
378
#define CAN_BS2_8TQ                 ((uint32_t)CAN_BTR_TS2)                      /*!< 8 time quantum */
379
/**
380
  * @}
381
  */
382
 
383
/** @defgroup CAN_filter_mode CAN Filter Mode
384
  * @{
385
  */
386
#define CAN_FILTERMODE_IDMASK       (0x00000000U)  /*!< Identifier mask mode */
387
#define CAN_FILTERMODE_IDLIST       (0x00000001U)  /*!< Identifier list mode */
388
/**
389
  * @}
390
  */
391
 
392
/** @defgroup CAN_filter_scale CAN Filter Scale
393
  * @{
394
  */
395
#define CAN_FILTERSCALE_16BIT       (0x00000000U)  /*!< Two 16-bit filters */
396
#define CAN_FILTERSCALE_32BIT       (0x00000001U)  /*!< One 32-bit filter  */
397
/**
398
  * @}
399
  */
400
 
401
/** @defgroup CAN_filter_activation CAN Filter Activation
402
  * @{
403
  */
404
#define CAN_FILTER_DISABLE          (0x00000000U)  /*!< Disable filter */
405
#define CAN_FILTER_ENABLE           (0x00000001U)  /*!< Enable filter  */
406
/**
407
  * @}
408
  */
409
 
410
/** @defgroup CAN_filter_FIFO CAN Filter FIFO
411
  * @{
412
  */
413
#define CAN_FILTER_FIFO0            (0x00000000U)  /*!< Filter FIFO 0 assignment for filter x */
414
#define CAN_FILTER_FIFO1            (0x00000001U)  /*!< Filter FIFO 1 assignment for filter x */
415
/**
416
  * @}
417
  */
418
 
419
/** @defgroup CAN_identifier_type CAN Identifier Type
420
  * @{
421
  */
422
#define CAN_ID_STD                  (0x00000000U)  /*!< Standard Id */
423
#define CAN_ID_EXT                  (0x00000004U)  /*!< Extended Id */
424
/**
425
  * @}
426
  */
427
 
428
/** @defgroup CAN_remote_transmission_request CAN Remote Transmission Request
429
  * @{
430
  */
431
#define CAN_RTR_DATA                (0x00000000U)  /*!< Data frame   */
432
#define CAN_RTR_REMOTE              (0x00000002U)  /*!< Remote frame */
433
/**
434
  * @}
435
  */
436
 
437
/** @defgroup CAN_receive_FIFO_number CAN Receive FIFO Number
438
  * @{
439
  */
440
#define CAN_RX_FIFO0                (0x00000000U)  /*!< CAN receive FIFO 0 */
441
#define CAN_RX_FIFO1                (0x00000001U)  /*!< CAN receive FIFO 1 */
442
/**
443
  * @}
444
  */
445
 
446
/** @defgroup CAN_Tx_Mailboxes CAN Tx Mailboxes
447
  * @{
448
  */
449
#define CAN_TX_MAILBOX0             (0x00000001U)  /*!< Tx Mailbox 0  */
450
#define CAN_TX_MAILBOX1             (0x00000002U)  /*!< Tx Mailbox 1  */
451
#define CAN_TX_MAILBOX2             (0x00000004U)  /*!< Tx Mailbox 2  */
452
/**
453
  * @}
454
  */
455
 
456
/** @defgroup CAN_flags CAN Flags
457
  * @{
458
  */
459
/* Transmit Flags */
460
#define CAN_FLAG_RQCP0              (0x00000500U)  /*!< Request complete MailBox 0 flag   */
461
#define CAN_FLAG_TXOK0              (0x00000501U)  /*!< Transmission OK MailBox 0 flag    */
462
#define CAN_FLAG_ALST0              (0x00000502U)  /*!< Arbitration Lost MailBox 0 flag   */
463
#define CAN_FLAG_TERR0              (0x00000503U)  /*!< Transmission error MailBox 0 flag */
464
#define CAN_FLAG_RQCP1              (0x00000508U)  /*!< Request complete MailBox1 flag    */
465
#define CAN_FLAG_TXOK1              (0x00000509U)  /*!< Transmission OK MailBox 1 flag    */
466
#define CAN_FLAG_ALST1              (0x0000050AU)  /*!< Arbitration Lost MailBox 1 flag   */
467
#define CAN_FLAG_TERR1              (0x0000050BU)  /*!< Transmission error MailBox 1 flag */
468
#define CAN_FLAG_RQCP2              (0x00000510U)  /*!< Request complete MailBox2 flag    */
469
#define CAN_FLAG_TXOK2              (0x00000511U)  /*!< Transmission OK MailBox 2 flag    */
470
#define CAN_FLAG_ALST2              (0x00000512U)  /*!< Arbitration Lost MailBox 2 flag   */
471
#define CAN_FLAG_TERR2              (0x00000513U)  /*!< Transmission error MailBox 2 flag */
472
#define CAN_FLAG_TME0               (0x0000051AU)  /*!< Transmit mailbox 0 empty flag     */
473
#define CAN_FLAG_TME1               (0x0000051BU)  /*!< Transmit mailbox 1 empty flag     */
474
#define CAN_FLAG_TME2               (0x0000051CU)  /*!< Transmit mailbox 2 empty flag     */
475
#define CAN_FLAG_LOW0               (0x0000051DU)  /*!< Lowest priority mailbox 0 flag    */
476
#define CAN_FLAG_LOW1               (0x0000051EU)  /*!< Lowest priority mailbox 1 flag    */
477
#define CAN_FLAG_LOW2               (0x0000051FU)  /*!< Lowest priority mailbox 2 flag    */
478
 
479
/* Receive Flags */
480
#define CAN_FLAG_FF0                (0x00000203U)  /*!< RX FIFO 0 Full flag               */
481
#define CAN_FLAG_FOV0               (0x00000204U)  /*!< RX FIFO 0 Overrun flag            */
482
#define CAN_FLAG_FF1                (0x00000403U)  /*!< RX FIFO 1 Full flag               */
483
#define CAN_FLAG_FOV1               (0x00000404U)  /*!< RX FIFO 1 Overrun flag            */
484
 
485
/* Operating Mode Flags */
486
#define CAN_FLAG_INAK               (0x00000100U)  /*!< Initialization acknowledge flag   */
487
#define CAN_FLAG_SLAK               (0x00000101U)  /*!< Sleep acknowledge flag            */
488
#define CAN_FLAG_ERRI               (0x00000102U)  /*!< Error flag                        */
489
#define CAN_FLAG_WKU                (0x00000103U)  /*!< Wake up interrupt flag            */
490
#define CAN_FLAG_SLAKI              (0x00000104U)  /*!< Sleep acknowledge interrupt flag  */
491
 
492
/* Error Flags */
493
#define CAN_FLAG_EWG                (0x00000300U)  /*!< Error warning flag                */
494
#define CAN_FLAG_EPV                (0x00000301U)  /*!< Error passive flag                */
495
#define CAN_FLAG_BOF                (0x00000302U)  /*!< Bus-Off flag                      */
496
/**
497
  * @}
498
  */
499
 
500
 
501
/** @defgroup CAN_Interrupts CAN Interrupts
502
  * @{
503
  */
504
/* Transmit Interrupt */
505
#define CAN_IT_TX_MAILBOX_EMPTY     ((uint32_t)CAN_IER_TMEIE)   /*!< Transmit mailbox empty interrupt */
506
 
507
/* Receive Interrupts */
508
#define CAN_IT_RX_FIFO0_MSG_PENDING ((uint32_t)CAN_IER_FMPIE0)  /*!< FIFO 0 message pending interrupt */
509
#define CAN_IT_RX_FIFO0_FULL        ((uint32_t)CAN_IER_FFIE0)   /*!< FIFO 0 full interrupt            */
510
#define CAN_IT_RX_FIFO0_OVERRUN     ((uint32_t)CAN_IER_FOVIE0)  /*!< FIFO 0 overrun interrupt         */
511
#define CAN_IT_RX_FIFO1_MSG_PENDING ((uint32_t)CAN_IER_FMPIE1)  /*!< FIFO 1 message pending interrupt */
512
#define CAN_IT_RX_FIFO1_FULL        ((uint32_t)CAN_IER_FFIE1)   /*!< FIFO 1 full interrupt            */
513
#define CAN_IT_RX_FIFO1_OVERRUN     ((uint32_t)CAN_IER_FOVIE1)  /*!< FIFO 1 overrun interrupt         */
514
 
515
/* Operating Mode Interrupts */
516
#define CAN_IT_WAKEUP               ((uint32_t)CAN_IER_WKUIE)   /*!< Wake-up interrupt                */
517
#define CAN_IT_SLEEP_ACK            ((uint32_t)CAN_IER_SLKIE)   /*!< Sleep acknowledge interrupt      */
518
 
519
/* Error Interrupts */
520
#define CAN_IT_ERROR_WARNING        ((uint32_t)CAN_IER_EWGIE)   /*!< Error warning interrupt          */
521
#define CAN_IT_ERROR_PASSIVE        ((uint32_t)CAN_IER_EPVIE)   /*!< Error passive interrupt          */
522
#define CAN_IT_BUSOFF               ((uint32_t)CAN_IER_BOFIE)   /*!< Bus-off interrupt                */
523
#define CAN_IT_LAST_ERROR_CODE      ((uint32_t)CAN_IER_LECIE)   /*!< Last error code interrupt        */
524
#define CAN_IT_ERROR                ((uint32_t)CAN_IER_ERRIE)   /*!< Error Interrupt                  */
525
/**
526
  * @}
527
  */
528
 
529
/**
530
  * @}
531
  */
532
 
533
/* Exported macros -----------------------------------------------------------*/
534
/** @defgroup CAN_Exported_Macros CAN Exported Macros
535
  * @{
536
  */
537
 
538
/** @brief  Reset CAN handle state
539
  * @param  __HANDLE__ CAN handle.
540
  * @retval None
541
  */
542
#if USE_HAL_CAN_REGISTER_CALLBACKS == 1
543
#define __HAL_CAN_RESET_HANDLE_STATE(__HANDLE__) do{                                              \
544
                                                     (__HANDLE__)->State = HAL_CAN_STATE_RESET;   \
545
                                                     (__HANDLE__)->MspInitCallback = NULL;        \
546
                                                     (__HANDLE__)->MspDeInitCallback = NULL;      \
547
                                                   } while(0)
548
#else
549
#define __HAL_CAN_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_CAN_STATE_RESET)
550
#endif /*USE_HAL_CAN_REGISTER_CALLBACKS */
551
 
552
/**
553
  * @brief  Enable the specified CAN interrupts.
554
  * @param  __HANDLE__ CAN handle.
555
  * @param  __INTERRUPT__ CAN Interrupt sources to enable.
556
  *           This parameter can be any combination of @arg CAN_Interrupts
557
  * @retval None
558
  */
559
#define __HAL_CAN_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->IER) |= (__INTERRUPT__))
560
 
561
/**
562
  * @brief  Disable the specified CAN interrupts.
563
  * @param  __HANDLE__ CAN handle.
564
  * @param  __INTERRUPT__ CAN Interrupt sources to disable.
565
  *           This parameter can be any combination of @arg CAN_Interrupts
566
  * @retval None
567
  */
568
#define __HAL_CAN_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->IER) &= ~(__INTERRUPT__))
569
 
570
/** @brief  Check if the specified CAN interrupt source is enabled or disabled.
571
  * @param  __HANDLE__ specifies the CAN Handle.
572
  * @param  __INTERRUPT__ specifies the CAN interrupt source to check.
573
  *           This parameter can be a value of @arg CAN_Interrupts
574
  * @retval The state of __IT__ (TRUE or FALSE).
575
  */
576
#define __HAL_CAN_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->IER) & (__INTERRUPT__))
577
 
578
/** @brief  Check whether the specified CAN flag is set or not.
579
  * @param  __HANDLE__ specifies the CAN Handle.
580
  * @param  __FLAG__ specifies the flag to check.
581
  *         This parameter can be one of @arg CAN_flags
582
  * @retval The state of __FLAG__ (TRUE or FALSE).
583
  */
584
#define __HAL_CAN_GET_FLAG(__HANDLE__, __FLAG__) \
585
  ((((__FLAG__) >> 8U) == 5U)? ((((__HANDLE__)->Instance->TSR) & (1U << ((__FLAG__) & CAN_FLAG_MASK))) == (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
586
   (((__FLAG__) >> 8U) == 2U)? ((((__HANDLE__)->Instance->RF0R) & (1U << ((__FLAG__) & CAN_FLAG_MASK))) == (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
587
   (((__FLAG__) >> 8U) == 4U)? ((((__HANDLE__)->Instance->RF1R) & (1U << ((__FLAG__) & CAN_FLAG_MASK))) == (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
588
   (((__FLAG__) >> 8U) == 1U)? ((((__HANDLE__)->Instance->MSR) & (1U << ((__FLAG__) & CAN_FLAG_MASK))) == (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
589
   (((__FLAG__) >> 8U) == 3U)? ((((__HANDLE__)->Instance->ESR) & (1U << ((__FLAG__) & CAN_FLAG_MASK))) == (1U << ((__FLAG__) & CAN_FLAG_MASK))): 0U)
590
 
591
/** @brief  Clear the specified CAN pending flag.
592
  * @param  __HANDLE__ specifies the CAN Handle.
593
  * @param  __FLAG__ specifies the flag to check.
594
  *         This parameter can be one of the following values:
595
  *            @arg CAN_FLAG_RQCP0: Request complete MailBox 0 Flag
596
  *            @arg CAN_FLAG_TXOK0: Transmission OK MailBox 0 Flag
597
  *            @arg CAN_FLAG_ALST0: Arbitration Lost MailBox 0 Flag
598
  *            @arg CAN_FLAG_TERR0: Transmission error MailBox 0 Flag
599
  *            @arg CAN_FLAG_RQCP1: Request complete MailBox 1 Flag
600
  *            @arg CAN_FLAG_TXOK1: Transmission OK MailBox 1 Flag
601
  *            @arg CAN_FLAG_ALST1: Arbitration Lost MailBox 1 Flag
602
  *            @arg CAN_FLAG_TERR1: Transmission error MailBox 1 Flag
603
  *            @arg CAN_FLAG_RQCP2: Request complete MailBox 2 Flag
604
  *            @arg CAN_FLAG_TXOK2: Transmission OK MailBox 2 Flag
605
  *            @arg CAN_FLAG_ALST2: Arbitration Lost MailBox 2 Flag
606
  *            @arg CAN_FLAG_TERR2: Transmission error MailBox 2 Flag
607
  *            @arg CAN_FLAG_FF0:   RX FIFO 0 Full Flag
608
  *            @arg CAN_FLAG_FOV0:  RX FIFO 0 Overrun Flag
609
  *            @arg CAN_FLAG_FF1:   RX FIFO 1 Full Flag
610
  *            @arg CAN_FLAG_FOV1:  RX FIFO 1 Overrun Flag
611
  *            @arg CAN_FLAG_WKUI:  Wake up Interrupt Flag
612
  *            @arg CAN_FLAG_SLAKI: Sleep acknowledge Interrupt Flag
613
  * @retval None
614
  */
615
#define __HAL_CAN_CLEAR_FLAG(__HANDLE__, __FLAG__) \
616
  ((((__FLAG__) >> 8U) == 5U)? (((__HANDLE__)->Instance->TSR) = (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
617
   (((__FLAG__) >> 8U) == 2U)? (((__HANDLE__)->Instance->RF0R) = (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
618
   (((__FLAG__) >> 8U) == 4U)? (((__HANDLE__)->Instance->RF1R) = (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
619
   (((__FLAG__) >> 8U) == 1U)? (((__HANDLE__)->Instance->MSR) = (1U << ((__FLAG__) & CAN_FLAG_MASK))): 0U)
620
 
621
/**
622
 * @}
623
 */
624
 
625
/* Exported functions --------------------------------------------------------*/
626
/** @addtogroup CAN_Exported_Functions CAN Exported Functions
627
  * @{
628
  */
629
 
630
/** @addtogroup CAN_Exported_Functions_Group1 Initialization and de-initialization functions
631
 *  @brief    Initialization and Configuration functions
632
 * @{
633
 */
634
 
635
/* Initialization and de-initialization functions *****************************/
636
HAL_StatusTypeDef HAL_CAN_Init(CAN_HandleTypeDef *hcan);
637
HAL_StatusTypeDef HAL_CAN_DeInit(CAN_HandleTypeDef *hcan);
638
void HAL_CAN_MspInit(CAN_HandleTypeDef *hcan);
639
void HAL_CAN_MspDeInit(CAN_HandleTypeDef *hcan);
640
 
641
#if USE_HAL_CAN_REGISTER_CALLBACKS == 1
642
/* Callbacks Register/UnRegister functions  ***********************************/
643
HAL_StatusTypeDef HAL_CAN_RegisterCallback(CAN_HandleTypeDef *hcan, HAL_CAN_CallbackIDTypeDef CallbackID, void (* pCallback)(CAN_HandleTypeDef *_hcan));
644
HAL_StatusTypeDef HAL_CAN_UnRegisterCallback(CAN_HandleTypeDef *hcan, HAL_CAN_CallbackIDTypeDef CallbackID);
645
 
646
#endif /* (USE_HAL_CAN_REGISTER_CALLBACKS) */
647
/**
648
 * @}
649
 */
650
 
651
/** @addtogroup CAN_Exported_Functions_Group2 Configuration functions
652
 *  @brief    Configuration functions
653
 * @{
654
 */
655
 
656
/* Configuration functions ****************************************************/
657
HAL_StatusTypeDef HAL_CAN_ConfigFilter(CAN_HandleTypeDef *hcan, CAN_FilterTypeDef *sFilterConfig);
658
 
659
/**
660
 * @}
661
 */
662
 
663
/** @addtogroup CAN_Exported_Functions_Group3 Control functions
664
 *  @brief    Control functions
665
 * @{
666
 */
667
 
668
/* Control functions **********************************************************/
669
HAL_StatusTypeDef HAL_CAN_Start(CAN_HandleTypeDef *hcan);
670
HAL_StatusTypeDef HAL_CAN_Stop(CAN_HandleTypeDef *hcan);
671
HAL_StatusTypeDef HAL_CAN_RequestSleep(CAN_HandleTypeDef *hcan);
672
HAL_StatusTypeDef HAL_CAN_WakeUp(CAN_HandleTypeDef *hcan);
673
uint32_t HAL_CAN_IsSleepActive(CAN_HandleTypeDef *hcan);
674
HAL_StatusTypeDef HAL_CAN_AddTxMessage(CAN_HandleTypeDef *hcan, CAN_TxHeaderTypeDef *pHeader, uint8_t aData[], uint32_t *pTxMailbox);
675
HAL_StatusTypeDef HAL_CAN_AbortTxRequest(CAN_HandleTypeDef *hcan, uint32_t TxMailboxes);
676
uint32_t HAL_CAN_GetTxMailboxesFreeLevel(CAN_HandleTypeDef *hcan);
677
uint32_t HAL_CAN_IsTxMessagePending(CAN_HandleTypeDef *hcan, uint32_t TxMailboxes);
678
uint32_t HAL_CAN_GetTxTimestamp(CAN_HandleTypeDef *hcan, uint32_t TxMailbox);
679
HAL_StatusTypeDef HAL_CAN_GetRxMessage(CAN_HandleTypeDef *hcan, uint32_t RxFifo, CAN_RxHeaderTypeDef *pHeader, uint8_t aData[]);
680
uint32_t HAL_CAN_GetRxFifoFillLevel(CAN_HandleTypeDef *hcan, uint32_t RxFifo);
681
 
682
/**
683
 * @}
684
 */
685
 
686
/** @addtogroup CAN_Exported_Functions_Group4 Interrupts management
687
 *  @brief    Interrupts management
688
 * @{
689
 */
690
/* Interrupts management ******************************************************/
691
HAL_StatusTypeDef HAL_CAN_ActivateNotification(CAN_HandleTypeDef *hcan, uint32_t ActiveITs);
692
HAL_StatusTypeDef HAL_CAN_DeactivateNotification(CAN_HandleTypeDef *hcan, uint32_t InactiveITs);
693
void HAL_CAN_IRQHandler(CAN_HandleTypeDef *hcan);
694
 
695
/**
696
 * @}
697
 */
698
 
699
/** @addtogroup CAN_Exported_Functions_Group5 Callback functions
700
 *  @brief    Callback functions
701
 * @{
702
 */
703
/* Callbacks functions ********************************************************/
704
 
705
void HAL_CAN_TxMailbox0CompleteCallback(CAN_HandleTypeDef *hcan);
706
void HAL_CAN_TxMailbox1CompleteCallback(CAN_HandleTypeDef *hcan);
707
void HAL_CAN_TxMailbox2CompleteCallback(CAN_HandleTypeDef *hcan);
708
void HAL_CAN_TxMailbox0AbortCallback(CAN_HandleTypeDef *hcan);
709
void HAL_CAN_TxMailbox1AbortCallback(CAN_HandleTypeDef *hcan);
710
void HAL_CAN_TxMailbox2AbortCallback(CAN_HandleTypeDef *hcan);
711
void HAL_CAN_RxFifo0MsgPendingCallback(CAN_HandleTypeDef *hcan);
712
void HAL_CAN_RxFifo0FullCallback(CAN_HandleTypeDef *hcan);
713
void HAL_CAN_RxFifo1MsgPendingCallback(CAN_HandleTypeDef *hcan);
714
void HAL_CAN_RxFifo1FullCallback(CAN_HandleTypeDef *hcan);
715
void HAL_CAN_SleepCallback(CAN_HandleTypeDef *hcan);
716
void HAL_CAN_WakeUpFromRxMsgCallback(CAN_HandleTypeDef *hcan);
717
void HAL_CAN_ErrorCallback(CAN_HandleTypeDef *hcan);
718
 
719
/**
720
 * @}
721
 */
722
 
723
/** @addtogroup CAN_Exported_Functions_Group6 Peripheral State and Error functions
724
 *  @brief   CAN Peripheral State functions
725
 * @{
726
 */
727
/* Peripheral State and Error functions ***************************************/
728
HAL_CAN_StateTypeDef HAL_CAN_GetState(CAN_HandleTypeDef *hcan);
729
uint32_t HAL_CAN_GetError(CAN_HandleTypeDef *hcan);
730
HAL_StatusTypeDef HAL_CAN_ResetError(CAN_HandleTypeDef *hcan);
731
 
732
/**
733
 * @}
734
 */
735
 
736
/**
737
 * @}
738
 */
739
 
740
/* Private types -------------------------------------------------------------*/
741
/** @defgroup CAN_Private_Types CAN Private Types
742
  * @{
743
  */
744
 
745
/**
746
  * @}
747
  */
748
 
749
/* Private variables ---------------------------------------------------------*/
750
/** @defgroup CAN_Private_Variables CAN Private Variables
751
  * @{
752
  */
753
 
754
/**
755
  * @}
756
  */
757
 
758
/* Private constants ---------------------------------------------------------*/
759
/** @defgroup CAN_Private_Constants CAN Private Constants
760
  * @{
761
  */
762
#define CAN_FLAG_MASK  (0x000000FFU)
763
/**
764
  * @}
765
  */
766
 
767
/* Private Macros -----------------------------------------------------------*/
768
/** @defgroup CAN_Private_Macros CAN Private Macros
769
  * @{
770
  */
771
 
772
#define IS_CAN_MODE(MODE) (((MODE) == CAN_MODE_NORMAL) || \
773
                           ((MODE) == CAN_MODE_LOOPBACK)|| \
774
                           ((MODE) == CAN_MODE_SILENT) || \
775
                           ((MODE) == CAN_MODE_SILENT_LOOPBACK))
776
#define IS_CAN_SJW(SJW) (((SJW) == CAN_SJW_1TQ) || ((SJW) == CAN_SJW_2TQ) || \
777
                         ((SJW) == CAN_SJW_3TQ) || ((SJW) == CAN_SJW_4TQ))
778
#define IS_CAN_BS1(BS1) (((BS1) == CAN_BS1_1TQ) || ((BS1) == CAN_BS1_2TQ) || \
779
                         ((BS1) == CAN_BS1_3TQ) || ((BS1) == CAN_BS1_4TQ) || \
780
                         ((BS1) == CAN_BS1_5TQ) || ((BS1) == CAN_BS1_6TQ) || \
781
                         ((BS1) == CAN_BS1_7TQ) || ((BS1) == CAN_BS1_8TQ) || \
782
                         ((BS1) == CAN_BS1_9TQ) || ((BS1) == CAN_BS1_10TQ)|| \
783
                         ((BS1) == CAN_BS1_11TQ)|| ((BS1) == CAN_BS1_12TQ)|| \
784
                         ((BS1) == CAN_BS1_13TQ)|| ((BS1) == CAN_BS1_14TQ)|| \
785
                         ((BS1) == CAN_BS1_15TQ)|| ((BS1) == CAN_BS1_16TQ))
786
#define IS_CAN_BS2(BS2) (((BS2) == CAN_BS2_1TQ) || ((BS2) == CAN_BS2_2TQ) || \
787
                         ((BS2) == CAN_BS2_3TQ) || ((BS2) == CAN_BS2_4TQ) || \
788
                         ((BS2) == CAN_BS2_5TQ) || ((BS2) == CAN_BS2_6TQ) || \
789
                         ((BS2) == CAN_BS2_7TQ) || ((BS2) == CAN_BS2_8TQ))
790
#define IS_CAN_PRESCALER(PRESCALER) (((PRESCALER) >= 1U) && ((PRESCALER) <= 1024U))
791
#define IS_CAN_FILTER_ID_HALFWORD(HALFWORD) ((HALFWORD) <= 0xFFFFU)
792
#define IS_CAN_FILTER_BANK_SINGLE(BANK) ((BANK) <= 13U)
793
#define IS_CAN_FILTER_MODE(MODE) (((MODE) == CAN_FILTERMODE_IDMASK) || \
794
                                  ((MODE) == CAN_FILTERMODE_IDLIST))
795
#define IS_CAN_FILTER_SCALE(SCALE) (((SCALE) == CAN_FILTERSCALE_16BIT) || \
796
                                    ((SCALE) == CAN_FILTERSCALE_32BIT))
797
#define IS_CAN_FILTER_ACTIVATION(ACTIVATION) (((ACTIVATION) == CAN_FILTER_DISABLE) || \
798
                                              ((ACTIVATION) == CAN_FILTER_ENABLE))
799
#define IS_CAN_FILTER_FIFO(FIFO) (((FIFO) == CAN_FILTER_FIFO0) || \
800
                                  ((FIFO) == CAN_FILTER_FIFO1))
801
#define IS_CAN_TX_MAILBOX(TRANSMITMAILBOX) (((TRANSMITMAILBOX) == CAN_TX_MAILBOX0 ) || \
802
                                            ((TRANSMITMAILBOX) == CAN_TX_MAILBOX1 ) || \
803
                                            ((TRANSMITMAILBOX) == CAN_TX_MAILBOX2 ))
804
#define IS_CAN_TX_MAILBOX_LIST(TRANSMITMAILBOX) ((TRANSMITMAILBOX) <= (CAN_TX_MAILBOX0 | CAN_TX_MAILBOX1 | CAN_TX_MAILBOX2))
805
#define IS_CAN_STDID(STDID)   ((STDID) <= 0x7FFU)
806
#define IS_CAN_EXTID(EXTID)   ((EXTID) <= 0x1FFFFFFFU)
807
#define IS_CAN_DLC(DLC)       ((DLC) <= 8U)
808
#define IS_CAN_IDTYPE(IDTYPE)  (((IDTYPE) == CAN_ID_STD) || \
809
                                ((IDTYPE) == CAN_ID_EXT))
810
#define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE))
811
#define IS_CAN_RX_FIFO(FIFO) (((FIFO) == CAN_RX_FIFO0) || ((FIFO) == CAN_RX_FIFO1))
812
#define IS_CAN_IT(IT) ((IT) <= (CAN_IT_TX_MAILBOX_EMPTY     | CAN_IT_RX_FIFO0_MSG_PENDING      | \
813
                                CAN_IT_RX_FIFO0_FULL        | CAN_IT_RX_FIFO0_OVERRUN          | \
814
                                CAN_IT_RX_FIFO1_MSG_PENDING | CAN_IT_RX_FIFO1_FULL             | \
815
                                CAN_IT_RX_FIFO1_OVERRUN     | CAN_IT_WAKEUP                    | \
816
                                CAN_IT_SLEEP_ACK            | CAN_IT_ERROR_WARNING             | \
817
                                CAN_IT_ERROR_PASSIVE        | CAN_IT_BUSOFF                    | \
818
                                CAN_IT_LAST_ERROR_CODE      | CAN_IT_ERROR))
819
 
820
/**
821
  * @}
822
  */
823
/* End of private macros -----------------------------------------------------*/
824
 
825
/**
826
  * @}
827
  */
828
 
829
 
830
#endif /* CAN */
831
/**
832
  * @}
833
  */
834
 
835
#ifdef __cplusplus
836
}
837
#endif
838
 
839
#endif /* STM32F0xx_HAL_CAN_H */
840
 
841
 
842
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/