Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
109:9296ab0bfc11
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 109:9296ab0bfc11 1 /**
Kojto 109:9296ab0bfc11 2 ******************************************************************************
Kojto 109:9296ab0bfc11 3 * @file stm32f3xx_hal_can.h
Kojto 109:9296ab0bfc11 4 * @author MCD Application Team
Kojto 109:9296ab0bfc11 5 * @version V1.1.0
Kojto 109:9296ab0bfc11 6 * @date 12-Sept-2014
Kojto 109:9296ab0bfc11 7 * @brief Header file of CAN HAL module.
Kojto 109:9296ab0bfc11 8 ******************************************************************************
Kojto 109:9296ab0bfc11 9 * @attention
Kojto 109:9296ab0bfc11 10 *
Kojto 109:9296ab0bfc11 11 * <h2><center>&copy; COPYRIGHT(c) 2014 STMicroelectronics</center></h2>
Kojto 109:9296ab0bfc11 12 *
Kojto 109:9296ab0bfc11 13 * Redistribution and use in source and binary forms, with or without modification,
Kojto 109:9296ab0bfc11 14 * are permitted provided that the following conditions are met:
Kojto 109:9296ab0bfc11 15 * 1. Redistributions of source code must retain the above copyright notice,
Kojto 109:9296ab0bfc11 16 * this list of conditions and the following disclaimer.
Kojto 109:9296ab0bfc11 17 * 2. Redistributions in binary form must reproduce the above copyright notice,
Kojto 109:9296ab0bfc11 18 * this list of conditions and the following disclaimer in the documentation
Kojto 109:9296ab0bfc11 19 * and/or other materials provided with the distribution.
Kojto 109:9296ab0bfc11 20 * 3. Neither the name of STMicroelectronics nor the names of its contributors
Kojto 109:9296ab0bfc11 21 * may be used to endorse or promote products derived from this software
Kojto 109:9296ab0bfc11 22 * without specific prior written permission.
Kojto 109:9296ab0bfc11 23 *
Kojto 109:9296ab0bfc11 24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
Kojto 109:9296ab0bfc11 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Kojto 109:9296ab0bfc11 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
Kojto 109:9296ab0bfc11 27 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
Kojto 109:9296ab0bfc11 28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
Kojto 109:9296ab0bfc11 29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
Kojto 109:9296ab0bfc11 30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
Kojto 109:9296ab0bfc11 31 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
Kojto 109:9296ab0bfc11 32 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
Kojto 109:9296ab0bfc11 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Kojto 109:9296ab0bfc11 34 *
Kojto 109:9296ab0bfc11 35 ******************************************************************************
Kojto 109:9296ab0bfc11 36 */
Kojto 109:9296ab0bfc11 37
Kojto 109:9296ab0bfc11 38 /* Define to prevent recursive inclusion -------------------------------------*/
Kojto 109:9296ab0bfc11 39 #ifndef __STM32F3xx_CAN_H
Kojto 109:9296ab0bfc11 40 #define __STM32F3xx_CAN_H
Kojto 109:9296ab0bfc11 41
Kojto 109:9296ab0bfc11 42 #ifdef __cplusplus
Kojto 109:9296ab0bfc11 43 extern "C" {
Kojto 109:9296ab0bfc11 44 #endif
Kojto 109:9296ab0bfc11 45
Kojto 109:9296ab0bfc11 46 #if defined(STM32F302xE) || defined(STM32F303xE) || defined(STM32F398xx) || \
Kojto 109:9296ab0bfc11 47 defined(STM32F302xC) || defined(STM32F303xC) || defined(STM32F358xx) || \
Kojto 109:9296ab0bfc11 48 defined(STM32F303x8) || defined(STM32F334x8) || defined(STM32F328xx) || \
Kojto 109:9296ab0bfc11 49 defined(STM32F302x8) || \
Kojto 109:9296ab0bfc11 50 defined(STM32F373xC) || defined(STM32F378xx)
Kojto 109:9296ab0bfc11 51
Kojto 109:9296ab0bfc11 52 /* Includes ------------------------------------------------------------------*/
Kojto 109:9296ab0bfc11 53 #include "stm32f3xx_hal_def.h"
Kojto 109:9296ab0bfc11 54
Kojto 109:9296ab0bfc11 55 /** @addtogroup STM32F3xx_HAL_Driver
Kojto 109:9296ab0bfc11 56 * @{
Kojto 109:9296ab0bfc11 57 */
Kojto 109:9296ab0bfc11 58
Kojto 109:9296ab0bfc11 59 /** @addtogroup CAN
Kojto 109:9296ab0bfc11 60 * @{
Kojto 109:9296ab0bfc11 61 */
Kojto 109:9296ab0bfc11 62
Kojto 109:9296ab0bfc11 63 /* Exported types ------------------------------------------------------------*/
Kojto 109:9296ab0bfc11 64 /** @defgroup CAN_Exported_Types CAN Exported Types
Kojto 109:9296ab0bfc11 65 * @{
Kojto 109:9296ab0bfc11 66 */
Kojto 109:9296ab0bfc11 67 /**
Kojto 109:9296ab0bfc11 68 * @brief HAL State structures definition
Kojto 109:9296ab0bfc11 69 */
Kojto 109:9296ab0bfc11 70 typedef enum
Kojto 109:9296ab0bfc11 71 {
Kojto 109:9296ab0bfc11 72 HAL_CAN_STATE_RESET = 0x00, /*!< CAN not yet initialized or disabled */
Kojto 109:9296ab0bfc11 73 HAL_CAN_STATE_READY = 0x01, /*!< CAN initialized and ready for use */
Kojto 109:9296ab0bfc11 74 HAL_CAN_STATE_BUSY = 0x02, /*!< CAN process is ongoing */
Kojto 109:9296ab0bfc11 75 HAL_CAN_STATE_BUSY_TX = 0x12, /*!< CAN process is ongoing */
Kojto 109:9296ab0bfc11 76 HAL_CAN_STATE_BUSY_RX = 0x22, /*!< CAN process is ongoing */
Kojto 109:9296ab0bfc11 77 HAL_CAN_STATE_BUSY_TX_RX = 0x32, /*!< CAN process is ongoing */
Kojto 109:9296ab0bfc11 78 HAL_CAN_STATE_TIMEOUT = 0x03, /*!< CAN in Timeout state */
Kojto 109:9296ab0bfc11 79 HAL_CAN_STATE_ERROR = 0x04 /*!< CAN error state */
Kojto 109:9296ab0bfc11 80
Kojto 109:9296ab0bfc11 81 }HAL_CAN_StateTypeDef;
Kojto 109:9296ab0bfc11 82
Kojto 109:9296ab0bfc11 83 /**
Kojto 109:9296ab0bfc11 84 * @brief HAL CAN Error Code structure definition
Kojto 109:9296ab0bfc11 85 */
Kojto 109:9296ab0bfc11 86 typedef enum
Kojto 109:9296ab0bfc11 87 {
Kojto 109:9296ab0bfc11 88 HAL_CAN_ERROR_NONE = 0x00, /*!< No error */
Kojto 109:9296ab0bfc11 89 HAL_CAN_ERROR_EWG = 0x01, /*!< EWG error */
Kojto 109:9296ab0bfc11 90 HAL_CAN_ERROR_EPV = 0x02, /*!< EPV error */
Kojto 109:9296ab0bfc11 91 HAL_CAN_ERROR_BOF = 0x04, /*!< BOF error */
Kojto 109:9296ab0bfc11 92 HAL_CAN_ERROR_STF = 0x08, /*!< Stuff error */
Kojto 109:9296ab0bfc11 93 HAL_CAN_ERROR_FOR = 0x10, /*!< Form error */
Kojto 109:9296ab0bfc11 94 HAL_CAN_ERROR_ACK = 0x20, /*!< Acknowledgment error */
Kojto 109:9296ab0bfc11 95 HAL_CAN_ERROR_BR = 0x40, /*!< Bit recessive */
Kojto 109:9296ab0bfc11 96 HAL_CAN_ERROR_BD = 0x80, /*!< LEC dominant */
Kojto 109:9296ab0bfc11 97 HAL_CAN_ERROR_CRC = 0x100 /*!< LEC transfer error */
Kojto 109:9296ab0bfc11 98 }HAL_CAN_ErrorTypeDef;
Kojto 109:9296ab0bfc11 99
Kojto 109:9296ab0bfc11 100 /**
Kojto 109:9296ab0bfc11 101 * @brief CAN init structure definition
Kojto 109:9296ab0bfc11 102 */
Kojto 109:9296ab0bfc11 103 typedef struct
Kojto 109:9296ab0bfc11 104 {
Kojto 109:9296ab0bfc11 105 uint32_t Prescaler; /*!< Specifies the length of a time quantum.
Kojto 109:9296ab0bfc11 106 This parameter must be a number between Min_Data = 1 and Max_Data = 1024. */
Kojto 109:9296ab0bfc11 107
Kojto 109:9296ab0bfc11 108 uint32_t Mode; /*!< Specifies the CAN operating mode.
Kojto 109:9296ab0bfc11 109 This parameter can be a value of @ref CAN_operating_mode */
Kojto 109:9296ab0bfc11 110
Kojto 109:9296ab0bfc11 111 uint32_t SJW; /*!< Specifies the maximum number of time quanta
Kojto 109:9296ab0bfc11 112 the CAN hardware is allowed to lengthen or
Kojto 109:9296ab0bfc11 113 shorten a bit to perform resynchronization.
Kojto 109:9296ab0bfc11 114 This parameter can be a value of @ref CAN_synchronisation_jump_width */
Kojto 109:9296ab0bfc11 115
Kojto 109:9296ab0bfc11 116 uint32_t BS1; /*!< Specifies the number of time quanta in Bit Segment 1.
Kojto 109:9296ab0bfc11 117 This parameter can be a value of @ref CAN_time_quantum_in_bit_segment_1 */
Kojto 109:9296ab0bfc11 118
Kojto 109:9296ab0bfc11 119 uint32_t BS2; /*!< Specifies the number of time quanta in Bit Segment 2.
Kojto 109:9296ab0bfc11 120 This parameter can be a value of @ref CAN_time_quantum_in_bit_segment_2 */
Kojto 109:9296ab0bfc11 121
Kojto 109:9296ab0bfc11 122 uint32_t TTCM; /*!< Enable or disable the time triggered communication mode.
Kojto 109:9296ab0bfc11 123 This parameter can be set to ENABLE or DISABLE. */
Kojto 109:9296ab0bfc11 124
Kojto 109:9296ab0bfc11 125 uint32_t ABOM; /*!< Enable or disable the automatic bus-off management.
Kojto 109:9296ab0bfc11 126 This parameter can be set to ENABLE or DISABLE. */
Kojto 109:9296ab0bfc11 127
Kojto 109:9296ab0bfc11 128 uint32_t AWUM; /*!< Enable or disable the automatic wake-up mode.
Kojto 109:9296ab0bfc11 129 This parameter can be set to ENABLE or DISABLE. */
Kojto 109:9296ab0bfc11 130
Kojto 109:9296ab0bfc11 131 uint32_t NART; /*!< Enable or disable the non-automatic retransmission mode.
Kojto 109:9296ab0bfc11 132 This parameter can be set to ENABLE or DISABLE. */
Kojto 109:9296ab0bfc11 133
Kojto 109:9296ab0bfc11 134 uint32_t RFLM; /*!< Enable or disable the Receive FIFO Locked mode.
Kojto 109:9296ab0bfc11 135 This parameter can be set to ENABLE or DISABLE. */
Kojto 109:9296ab0bfc11 136
Kojto 109:9296ab0bfc11 137 uint32_t TXFP; /*!< Enable or disable the transmit FIFO priority.
Kojto 109:9296ab0bfc11 138 This parameter can be set to ENABLE or DISABLE. */
Kojto 109:9296ab0bfc11 139 }CAN_InitTypeDef;
Kojto 109:9296ab0bfc11 140
Kojto 109:9296ab0bfc11 141 /**
Kojto 109:9296ab0bfc11 142 * @brief CAN filter configuration structure definition
Kojto 109:9296ab0bfc11 143 */
Kojto 109:9296ab0bfc11 144 typedef struct
Kojto 109:9296ab0bfc11 145 {
Kojto 109:9296ab0bfc11 146 uint32_t FilterIdHigh; /*!< Specifies the filter identification number (MSBs for a 32-bit
Kojto 109:9296ab0bfc11 147 configuration, first one for a 16-bit configuration).
Kojto 109:9296ab0bfc11 148 This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF. */
Kojto 109:9296ab0bfc11 149
Kojto 109:9296ab0bfc11 150 uint32_t FilterIdLow; /*!< Specifies the filter identification number (LSBs for a 32-bit
Kojto 109:9296ab0bfc11 151 configuration, second one for a 16-bit configuration).
Kojto 109:9296ab0bfc11 152 This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF. */
Kojto 109:9296ab0bfc11 153
Kojto 109:9296ab0bfc11 154 uint32_t FilterMaskIdHigh; /*!< Specifies the filter mask number or identification number,
Kojto 109:9296ab0bfc11 155 according to the mode (MSBs for a 32-bit configuration,
Kojto 109:9296ab0bfc11 156 first one for a 16-bit configuration).
Kojto 109:9296ab0bfc11 157 This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF. */
Kojto 109:9296ab0bfc11 158
Kojto 109:9296ab0bfc11 159 uint32_t FilterMaskIdLow; /*!< Specifies the filter mask number or identification number,
Kojto 109:9296ab0bfc11 160 according to the mode (LSBs for a 32-bit configuration,
Kojto 109:9296ab0bfc11 161 second one for a 16-bit configuration).
Kojto 109:9296ab0bfc11 162 This parameter must be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF. */
Kojto 109:9296ab0bfc11 163
Kojto 109:9296ab0bfc11 164 uint32_t FilterFIFOAssignment; /*!< Specifies the FIFO (0 or 1) which will be assigned to the filter.
Kojto 109:9296ab0bfc11 165 This parameter can be a value of @ref CAN_filter_FIFO */
Kojto 109:9296ab0bfc11 166
Kojto 109:9296ab0bfc11 167 uint32_t FilterNumber; /*!< Specifies the filter which will be initialized.
Kojto 109:9296ab0bfc11 168 This parameter must be a number between Min_Data = 0 and Max_Data = 27. */
Kojto 109:9296ab0bfc11 169
Kojto 109:9296ab0bfc11 170 uint32_t FilterMode; /*!< Specifies the filter mode to be initialized.
Kojto 109:9296ab0bfc11 171 This parameter can be a value of @ref CAN_filter_mode */
Kojto 109:9296ab0bfc11 172
Kojto 109:9296ab0bfc11 173 uint32_t FilterScale; /*!< Specifies the filter scale.
Kojto 109:9296ab0bfc11 174 This parameter can be a value of @ref CAN_filter_scale */
Kojto 109:9296ab0bfc11 175
Kojto 109:9296ab0bfc11 176 uint32_t FilterActivation; /*!< Enable or disable the filter.
Kojto 109:9296ab0bfc11 177 This parameter can be set to ENABLE or DISABLE. */
Kojto 109:9296ab0bfc11 178
Kojto 109:9296ab0bfc11 179 uint32_t BankNumber; /*!< Select the start slave bank filter
Kojto 109:9296ab0bfc11 180 This parameter must be a number between Min_Data = 0 and Max_Data = 28. */
Kojto 109:9296ab0bfc11 181
Kojto 109:9296ab0bfc11 182 }CAN_FilterConfTypeDef;
Kojto 109:9296ab0bfc11 183
Kojto 109:9296ab0bfc11 184 /**
Kojto 109:9296ab0bfc11 185 * @brief CAN Tx message structure definition
Kojto 109:9296ab0bfc11 186 */
Kojto 109:9296ab0bfc11 187 typedef struct
Kojto 109:9296ab0bfc11 188 {
Kojto 109:9296ab0bfc11 189 uint32_t StdId; /*!< Specifies the standard identifier.
Kojto 109:9296ab0bfc11 190 This parameter must be a number between Min_Data = 0 and Max_Data = 0x7FF. */
Kojto 109:9296ab0bfc11 191
Kojto 109:9296ab0bfc11 192 uint32_t ExtId; /*!< Specifies the extended identifier.
Kojto 109:9296ab0bfc11 193 This parameter must be a number between Min_Data = 0 and Max_Data = 0x1FFFFFFF. */
Kojto 109:9296ab0bfc11 194
Kojto 109:9296ab0bfc11 195 uint32_t IDE; /*!< Specifies the type of identifier for the message that will be transmitted.
Kojto 109:9296ab0bfc11 196 This parameter can be a value of @ref CAN_identifier_type */
Kojto 109:9296ab0bfc11 197
Kojto 109:9296ab0bfc11 198 uint32_t RTR; /*!< Specifies the type of frame for the message that will be transmitted.
Kojto 109:9296ab0bfc11 199 This parameter can be a value of @ref CAN_remote_transmission_request */
Kojto 109:9296ab0bfc11 200
Kojto 109:9296ab0bfc11 201 uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted.
Kojto 109:9296ab0bfc11 202 This parameter must be a number between Min_Data = 0 and Max_Data = 8. */
Kojto 109:9296ab0bfc11 203
Kojto 109:9296ab0bfc11 204 uint32_t Data[8]; /*!< Contains the data to be transmitted.
Kojto 109:9296ab0bfc11 205 This parameter must be a number between Min_Data = 0 and Max_Data = 0xFF. */
Kojto 109:9296ab0bfc11 206
Kojto 109:9296ab0bfc11 207 }CanTxMsgTypeDef;
Kojto 109:9296ab0bfc11 208
Kojto 109:9296ab0bfc11 209 /**
Kojto 109:9296ab0bfc11 210 * @brief CAN Rx message structure definition
Kojto 109:9296ab0bfc11 211 */
Kojto 109:9296ab0bfc11 212 typedef struct
Kojto 109:9296ab0bfc11 213 {
Kojto 109:9296ab0bfc11 214 uint32_t StdId; /*!< Specifies the standard identifier.
Kojto 109:9296ab0bfc11 215 This parameter must be a number between Min_Data = 0 and Max_Data = 0x7FF. */
Kojto 109:9296ab0bfc11 216
Kojto 109:9296ab0bfc11 217 uint32_t ExtId; /*!< Specifies the extended identifier.
Kojto 109:9296ab0bfc11 218 This parameter must be a number between Min_Data = 0 and Max_Data = 0x1FFFFFFF. */
Kojto 109:9296ab0bfc11 219
Kojto 109:9296ab0bfc11 220 uint32_t IDE; /*!< Specifies the type of identifier for the message that will be received.
Kojto 109:9296ab0bfc11 221 This parameter can be a value of @ref CAN_identifier_type */
Kojto 109:9296ab0bfc11 222
Kojto 109:9296ab0bfc11 223 uint32_t RTR; /*!< Specifies the type of frame for the received message.
Kojto 109:9296ab0bfc11 224 This parameter can be a value of @ref CAN_remote_transmission_request */
Kojto 109:9296ab0bfc11 225
Kojto 109:9296ab0bfc11 226 uint32_t DLC; /*!< Specifies the length of the frame that will be received.
Kojto 109:9296ab0bfc11 227 This parameter must be a number between Min_Data = 0 and Max_Data = 8. */
Kojto 109:9296ab0bfc11 228
Kojto 109:9296ab0bfc11 229 uint32_t Data[8]; /*!< Contains the data to be received.
Kojto 109:9296ab0bfc11 230 This parameter must be a number between Min_Data = 0 and Max_Data = 0xFF. */
Kojto 109:9296ab0bfc11 231
Kojto 109:9296ab0bfc11 232 uint32_t FMI; /*!< Specifies the index of the filter the message stored in the mailbox passes through.
Kojto 109:9296ab0bfc11 233 This parameter must be a number between Min_Data = 0 and Max_Data = 0xFF. */
Kojto 109:9296ab0bfc11 234
Kojto 109:9296ab0bfc11 235 uint32_t FIFONumber; /*!< Specifies the receive FIFO number.
Kojto 109:9296ab0bfc11 236 This parameter can be CAN_FIFO0 or CAN_FIFO1 */
Kojto 109:9296ab0bfc11 237
Kojto 109:9296ab0bfc11 238 }CanRxMsgTypeDef;
Kojto 109:9296ab0bfc11 239
Kojto 109:9296ab0bfc11 240 /**
Kojto 109:9296ab0bfc11 241 * @brief CAN handle Structure definition
Kojto 109:9296ab0bfc11 242 */
Kojto 109:9296ab0bfc11 243 typedef struct
Kojto 109:9296ab0bfc11 244 {
Kojto 109:9296ab0bfc11 245 CAN_TypeDef *Instance; /*!< Register base address */
Kojto 109:9296ab0bfc11 246
Kojto 109:9296ab0bfc11 247 CAN_InitTypeDef Init; /*!< CAN required parameters */
Kojto 109:9296ab0bfc11 248
Kojto 109:9296ab0bfc11 249 CanTxMsgTypeDef* pTxMsg; /*!< Pointer to transmit structure */
Kojto 109:9296ab0bfc11 250
Kojto 109:9296ab0bfc11 251 CanRxMsgTypeDef* pRxMsg; /*!< Pointer to reception structure */
Kojto 109:9296ab0bfc11 252
Kojto 109:9296ab0bfc11 253 HAL_LockTypeDef Lock; /*!< CAN locking object */
Kojto 109:9296ab0bfc11 254
Kojto 109:9296ab0bfc11 255 __IO HAL_CAN_StateTypeDef State; /*!< CAN communication state */
Kojto 109:9296ab0bfc11 256
Kojto 109:9296ab0bfc11 257 __IO HAL_CAN_ErrorTypeDef ErrorCode; /*!< CAN Error code */
Kojto 109:9296ab0bfc11 258
Kojto 109:9296ab0bfc11 259 }CAN_HandleTypeDef;
Kojto 109:9296ab0bfc11 260 /**
Kojto 109:9296ab0bfc11 261 * @}
Kojto 109:9296ab0bfc11 262 */
Kojto 109:9296ab0bfc11 263 /* Exported constants --------------------------------------------------------*/
Kojto 109:9296ab0bfc11 264
Kojto 109:9296ab0bfc11 265 /** @defgroup CAN_Exported_Constants CAN Exported Constants
Kojto 109:9296ab0bfc11 266 * @{
Kojto 109:9296ab0bfc11 267 */
Kojto 109:9296ab0bfc11 268
Kojto 109:9296ab0bfc11 269 /** @defgroup CAN_InitStatus CAN initialization Status
Kojto 109:9296ab0bfc11 270 * @{
Kojto 109:9296ab0bfc11 271 */
Kojto 109:9296ab0bfc11 272 #define CAN_INITSTATUS_FAILED ((uint32_t)0x00000000) /*!< CAN initialization failed */
Kojto 109:9296ab0bfc11 273 #define CAN_INITSTATUS_SUCCESS ((uint32_t)0x00000001) /*!< CAN initialization OK */
Kojto 109:9296ab0bfc11 274 /**
Kojto 109:9296ab0bfc11 275 * @}
Kojto 109:9296ab0bfc11 276 */
Kojto 109:9296ab0bfc11 277
Kojto 109:9296ab0bfc11 278 /** @defgroup CAN_operating_mode CAN Operating Mode
Kojto 109:9296ab0bfc11 279 * @{
Kojto 109:9296ab0bfc11 280 */
Kojto 109:9296ab0bfc11 281 #define CAN_MODE_NORMAL ((uint32_t)0x00000000) /*!< Normal mode */
Kojto 109:9296ab0bfc11 282 #define CAN_MODE_LOOPBACK ((uint32_t)CAN_BTR_LBKM) /*!< Loopback mode */
Kojto 109:9296ab0bfc11 283 #define CAN_MODE_SILENT ((uint32_t)CAN_BTR_SILM) /*!< Silent mode */
Kojto 109:9296ab0bfc11 284 #define CAN_MODE_SILENT_LOOPBACK ((uint32_t)(CAN_BTR_LBKM | CAN_BTR_SILM)) /*!< Loopback combined with silent mode */
Kojto 109:9296ab0bfc11 285
Kojto 109:9296ab0bfc11 286 #define IS_CAN_MODE(MODE) (((MODE) == CAN_MODE_NORMAL) || \
Kojto 109:9296ab0bfc11 287 ((MODE) == CAN_MODE_LOOPBACK)|| \
Kojto 109:9296ab0bfc11 288 ((MODE) == CAN_MODE_SILENT) || \
Kojto 109:9296ab0bfc11 289 ((MODE) == CAN_MODE_SILENT_LOOPBACK))
Kojto 109:9296ab0bfc11 290 /**
Kojto 109:9296ab0bfc11 291 * @}
Kojto 109:9296ab0bfc11 292 */
Kojto 109:9296ab0bfc11 293
Kojto 109:9296ab0bfc11 294
Kojto 109:9296ab0bfc11 295 /** @defgroup CAN_synchronisation_jump_width CAN Synchronization Jump Width
Kojto 109:9296ab0bfc11 296 * @{
Kojto 109:9296ab0bfc11 297 */
Kojto 109:9296ab0bfc11 298 #define CAN_SJW_1TQ ((uint32_t)0x00000000) /*!< 1 time quantum */
Kojto 109:9296ab0bfc11 299 #define CAN_SJW_2TQ ((uint32_t)CAN_BTR_SJW_0) /*!< 2 time quantum */
Kojto 109:9296ab0bfc11 300 #define CAN_SJW_3TQ ((uint32_t)CAN_BTR_SJW_1) /*!< 3 time quantum */
Kojto 109:9296ab0bfc11 301 #define CAN_SJW_4TQ ((uint32_t)CAN_BTR_SJW) /*!< 4 time quantum */
Kojto 109:9296ab0bfc11 302
Kojto 109:9296ab0bfc11 303 #define IS_CAN_SJW(SJW) (((SJW) == CAN_SJW_1TQ) || ((SJW) == CAN_SJW_2TQ)|| \
Kojto 109:9296ab0bfc11 304 ((SJW) == CAN_SJW_3TQ) || ((SJW) == CAN_SJW_4TQ))
Kojto 109:9296ab0bfc11 305 /**
Kojto 109:9296ab0bfc11 306 * @}
Kojto 109:9296ab0bfc11 307 */
Kojto 109:9296ab0bfc11 308
Kojto 109:9296ab0bfc11 309 /** @defgroup CAN_time_quantum_in_bit_segment_1 CAN Time Quantum in Bit Segment 1
Kojto 109:9296ab0bfc11 310 * @{
Kojto 109:9296ab0bfc11 311 */
Kojto 109:9296ab0bfc11 312 #define CAN_BS1_1TQ ((uint32_t)0x00000000) /*!< 1 time quantum */
Kojto 109:9296ab0bfc11 313 #define CAN_BS1_2TQ ((uint32_t)CAN_BTR_TS1_0) /*!< 2 time quantum */
Kojto 109:9296ab0bfc11 314 #define CAN_BS1_3TQ ((uint32_t)CAN_BTR_TS1_1) /*!< 3 time quantum */
Kojto 109:9296ab0bfc11 315 #define CAN_BS1_4TQ ((uint32_t)(CAN_BTR_TS1_1 | CAN_BTR_TS1_0)) /*!< 4 time quantum */
Kojto 109:9296ab0bfc11 316 #define CAN_BS1_5TQ ((uint32_t)CAN_BTR_TS1_2) /*!< 5 time quantum */
Kojto 109:9296ab0bfc11 317 #define CAN_BS1_6TQ ((uint32_t)(CAN_BTR_TS1_2 | CAN_BTR_TS1_0)) /*!< 6 time quantum */
Kojto 109:9296ab0bfc11 318 #define CAN_BS1_7TQ ((uint32_t)(CAN_BTR_TS1_2 | CAN_BTR_TS1_1)) /*!< 7 time quantum */
Kojto 109:9296ab0bfc11 319 #define CAN_BS1_8TQ ((uint32_t)(CAN_BTR_TS1_2 | CAN_BTR_TS1_1 | CAN_BTR_TS1_0)) /*!< 8 time quantum */
Kojto 109:9296ab0bfc11 320 #define CAN_BS1_9TQ ((uint32_t)CAN_BTR_TS1_3) /*!< 9 time quantum */
Kojto 109:9296ab0bfc11 321 #define CAN_BS1_10TQ ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_0)) /*!< 10 time quantum */
Kojto 109:9296ab0bfc11 322 #define CAN_BS1_11TQ ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_1)) /*!< 11 time quantum */
Kojto 109:9296ab0bfc11 323 #define CAN_BS1_12TQ ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_1 | CAN_BTR_TS1_0)) /*!< 12 time quantum */
Kojto 109:9296ab0bfc11 324 #define CAN_BS1_13TQ ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_2)) /*!< 13 time quantum */
Kojto 109:9296ab0bfc11 325 #define CAN_BS1_14TQ ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_2 | CAN_BTR_TS1_0)) /*!< 14 time quantum */
Kojto 109:9296ab0bfc11 326 #define CAN_BS1_15TQ ((uint32_t)(CAN_BTR_TS1_3 | CAN_BTR_TS1_2 | CAN_BTR_TS1_1)) /*!< 15 time quantum */
Kojto 109:9296ab0bfc11 327 #define CAN_BS1_16TQ ((uint32_t)CAN_BTR_TS1) /*!< 16 time quantum */
Kojto 109:9296ab0bfc11 328
Kojto 109:9296ab0bfc11 329 #define IS_CAN_BS1(BS1) ((BS1) <= CAN_BS1_16TQ)
Kojto 109:9296ab0bfc11 330 /**
Kojto 109:9296ab0bfc11 331 * @}
Kojto 109:9296ab0bfc11 332 */
Kojto 109:9296ab0bfc11 333
Kojto 109:9296ab0bfc11 334 /** @defgroup CAN_time_quantum_in_bit_segment_2 CAN Time Quantum in Bit Segment 2
Kojto 109:9296ab0bfc11 335 * @{
Kojto 109:9296ab0bfc11 336 */
Kojto 109:9296ab0bfc11 337 #define CAN_BS2_1TQ ((uint32_t)0x00000000) /*!< 1 time quantum */
Kojto 109:9296ab0bfc11 338 #define CAN_BS2_2TQ ((uint32_t)CAN_BTR_TS2_0) /*!< 2 time quantum */
Kojto 109:9296ab0bfc11 339 #define CAN_BS2_3TQ ((uint32_t)CAN_BTR_TS2_1) /*!< 3 time quantum */
Kojto 109:9296ab0bfc11 340 #define CAN_BS2_4TQ ((uint32_t)(CAN_BTR_TS2_1 | CAN_BTR_TS2_0)) /*!< 4 time quantum */
Kojto 109:9296ab0bfc11 341 #define CAN_BS2_5TQ ((uint32_t)CAN_BTR_TS2_2) /*!< 5 time quantum */
Kojto 109:9296ab0bfc11 342 #define CAN_BS2_6TQ ((uint32_t)(CAN_BTR_TS2_2 | CAN_BTR_TS2_0)) /*!< 6 time quantum */
Kojto 109:9296ab0bfc11 343 #define CAN_BS2_7TQ ((uint32_t)(CAN_BTR_TS2_2 | CAN_BTR_TS2_1)) /*!< 7 time quantum */
Kojto 109:9296ab0bfc11 344 #define CAN_BS2_8TQ ((uint32_t)CAN_BTR_TS2) /*!< 8 time quantum */
Kojto 109:9296ab0bfc11 345
Kojto 109:9296ab0bfc11 346 #define IS_CAN_BS2(BS2) ((BS2) <= CAN_BS2_8TQ)
Kojto 109:9296ab0bfc11 347 /**
Kojto 109:9296ab0bfc11 348 * @}
Kojto 109:9296ab0bfc11 349 */
Kojto 109:9296ab0bfc11 350
Kojto 109:9296ab0bfc11 351 /** @defgroup CAN_clock_prescaler CAN Clock Prescaler
Kojto 109:9296ab0bfc11 352 * @{
Kojto 109:9296ab0bfc11 353 */
Kojto 109:9296ab0bfc11 354 #define IS_CAN_PRESCALER(PRESCALER) (((PRESCALER) >= 1) && ((PRESCALER) <= 1024))
Kojto 109:9296ab0bfc11 355 /**
Kojto 109:9296ab0bfc11 356 * @}
Kojto 109:9296ab0bfc11 357 */
Kojto 109:9296ab0bfc11 358
Kojto 109:9296ab0bfc11 359 /** @defgroup CAN_filter_number CAN Filter Number
Kojto 109:9296ab0bfc11 360 * @{
Kojto 109:9296ab0bfc11 361 */
Kojto 109:9296ab0bfc11 362 #define IS_CAN_FILTER_NUMBER(NUMBER) ((NUMBER) <= 27)
Kojto 109:9296ab0bfc11 363 /**
Kojto 109:9296ab0bfc11 364 * @}
Kojto 109:9296ab0bfc11 365 */
Kojto 109:9296ab0bfc11 366
Kojto 109:9296ab0bfc11 367 /** @defgroup CAN_filter_mode CAN Filter Mode
Kojto 109:9296ab0bfc11 368 * @{
Kojto 109:9296ab0bfc11 369 */
Kojto 109:9296ab0bfc11 370 #define CAN_FILTERMODE_IDMASK ((uint8_t)0x00) /*!< Identifier mask mode */
Kojto 109:9296ab0bfc11 371 #define CAN_FILTERMODE_IDLIST ((uint8_t)0x01) /*!< Identifier list mode */
Kojto 109:9296ab0bfc11 372
Kojto 109:9296ab0bfc11 373 #define IS_CAN_FILTER_MODE(MODE) (((MODE) == CAN_FILTERMODE_IDMASK) || \
Kojto 109:9296ab0bfc11 374 ((MODE) == CAN_FILTERMODE_IDLIST))
Kojto 109:9296ab0bfc11 375 /**
Kojto 109:9296ab0bfc11 376 * @}
Kojto 109:9296ab0bfc11 377 */
Kojto 109:9296ab0bfc11 378
Kojto 109:9296ab0bfc11 379 /** @defgroup CAN_filter_scale CAN Filter Scale
Kojto 109:9296ab0bfc11 380 * @{
Kojto 109:9296ab0bfc11 381 */
Kojto 109:9296ab0bfc11 382 #define CAN_FILTERSCALE_16BIT ((uint8_t)0x00) /*!< Two 16-bit filters */
Kojto 109:9296ab0bfc11 383 #define CAN_FILTERSCALE_32BIT ((uint8_t)0x01) /*!< One 32-bit filter */
Kojto 109:9296ab0bfc11 384
Kojto 109:9296ab0bfc11 385 #define IS_CAN_FILTER_SCALE(SCALE) (((SCALE) == CAN_FILTERSCALE_16BIT) || \
Kojto 109:9296ab0bfc11 386 ((SCALE) == CAN_FILTERSCALE_32BIT))
Kojto 109:9296ab0bfc11 387 /**
Kojto 109:9296ab0bfc11 388 * @}
Kojto 109:9296ab0bfc11 389 */
Kojto 109:9296ab0bfc11 390
Kojto 109:9296ab0bfc11 391 /** @defgroup CAN_filter_FIFO CAN Filter FIFO
Kojto 109:9296ab0bfc11 392 * @{
Kojto 109:9296ab0bfc11 393 */
Kojto 109:9296ab0bfc11 394 #define CAN_FILTER_FIFO0 ((uint8_t)0x00) /*!< Filter FIFO 0 assignment for filter x */
Kojto 109:9296ab0bfc11 395 #define CAN_FILTER_FIFO1 ((uint8_t)0x01) /*!< Filter FIFO 1 assignment for filter x */
Kojto 109:9296ab0bfc11 396
Kojto 109:9296ab0bfc11 397 #define IS_CAN_FILTER_FIFO(FIFO) (((FIFO) == CAN_FILTER_FIFO0) || \
Kojto 109:9296ab0bfc11 398 ((FIFO) == CAN_FILTER_FIFO1))
Kojto 109:9296ab0bfc11 399
Kojto 109:9296ab0bfc11 400 /* Legacy defines */
Kojto 109:9296ab0bfc11 401 #define CAN_FilterFIFO0 CAN_FILTER_FIFO0
Kojto 109:9296ab0bfc11 402 #define CAN_FilterFIFO1 CAN_FILTER_FIFO1
Kojto 109:9296ab0bfc11 403 /**
Kojto 109:9296ab0bfc11 404 * @}
Kojto 109:9296ab0bfc11 405 */
Kojto 109:9296ab0bfc11 406
Kojto 109:9296ab0bfc11 407 /** @defgroup CAN_Start_bank_filter_for_slave_CAN CAN Start Bank Filter For Slave CAN
Kojto 109:9296ab0bfc11 408 * @{
Kojto 109:9296ab0bfc11 409 */
Kojto 109:9296ab0bfc11 410 #define IS_CAN_BANKNUMBER(BANKNUMBER) ((BANKNUMBER) <= 28)
Kojto 109:9296ab0bfc11 411 /**
Kojto 109:9296ab0bfc11 412 * @}
Kojto 109:9296ab0bfc11 413 */
Kojto 109:9296ab0bfc11 414
Kojto 109:9296ab0bfc11 415 /** @defgroup CAN_Tx CAN Tx
Kojto 109:9296ab0bfc11 416 * @{
Kojto 109:9296ab0bfc11 417 */
Kojto 109:9296ab0bfc11 418 #define IS_CAN_TRANSMITMAILBOX(TRANSMITMAILBOX) ((TRANSMITMAILBOX) <= ((uint8_t)0x02))
Kojto 109:9296ab0bfc11 419 #define IS_CAN_STDID(STDID) ((STDID) <= ((uint32_t)0x7FF))
Kojto 109:9296ab0bfc11 420 #define IS_CAN_EXTID(EXTID) ((EXTID) <= ((uint32_t)0x1FFFFFFF))
Kojto 109:9296ab0bfc11 421 #define IS_CAN_DLC(DLC) ((DLC) <= ((uint8_t)0x08))
Kojto 109:9296ab0bfc11 422 /**
Kojto 109:9296ab0bfc11 423 * @}
Kojto 109:9296ab0bfc11 424 */
Kojto 109:9296ab0bfc11 425
Kojto 109:9296ab0bfc11 426 /** @defgroup CAN_identifier_type CAN Identifier Type
Kojto 109:9296ab0bfc11 427 * @{
Kojto 109:9296ab0bfc11 428 */
Kojto 109:9296ab0bfc11 429 #define CAN_ID_STD ((uint32_t)0x00000000) /*!< Standard Id */
Kojto 109:9296ab0bfc11 430 #define CAN_ID_EXT ((uint32_t)0x00000004) /*!< Extended Id */
Kojto 109:9296ab0bfc11 431 #define IS_CAN_IDTYPE(IDTYPE) (((IDTYPE) == CAN_ID_STD) || \
Kojto 109:9296ab0bfc11 432 ((IDTYPE) == CAN_ID_EXT))
Kojto 109:9296ab0bfc11 433 /**
Kojto 109:9296ab0bfc11 434 * @}
Kojto 109:9296ab0bfc11 435 */
Kojto 109:9296ab0bfc11 436
Kojto 109:9296ab0bfc11 437 /** @defgroup CAN_remote_transmission_request CAN Remote Transmission Request
Kojto 109:9296ab0bfc11 438 * @{
Kojto 109:9296ab0bfc11 439 */
Kojto 109:9296ab0bfc11 440 #define CAN_RTR_DATA ((uint32_t)0x00000000) /*!< Data frame */
Kojto 109:9296ab0bfc11 441 #define CAN_RTR_REMOTE ((uint32_t)0x00000002) /*!< Remote frame */
Kojto 109:9296ab0bfc11 442 #define IS_CAN_RTR(RTR) (((RTR) == CAN_RTR_DATA) || ((RTR) == CAN_RTR_REMOTE))
Kojto 109:9296ab0bfc11 443
Kojto 109:9296ab0bfc11 444 /**
Kojto 109:9296ab0bfc11 445 * @}
Kojto 109:9296ab0bfc11 446 */
Kojto 109:9296ab0bfc11 447
Kojto 109:9296ab0bfc11 448 /** @defgroup CAN_transmit_constants CAN Transmit Constants
Kojto 109:9296ab0bfc11 449 * @{
Kojto 109:9296ab0bfc11 450 */
Kojto 109:9296ab0bfc11 451 #define CAN_TXSTATUS_FAILED ((uint8_t)0x00) /*!< CAN transmission failed */
Kojto 109:9296ab0bfc11 452 #define CAN_TXSTATUS_OK ((uint8_t)0x01) /*!< CAN transmission succeeded */
Kojto 109:9296ab0bfc11 453 #define CAN_TXSTATUS_PENDING ((uint8_t)0x02) /*!< CAN transmission pending */
Kojto 109:9296ab0bfc11 454 #define CAN_TXSTATUS_NOMAILBOX ((uint8_t)0x04) /*!< CAN cell did not provide CAN_TxStatus_NoMailBox */
Kojto 109:9296ab0bfc11 455
Kojto 109:9296ab0bfc11 456 /**
Kojto 109:9296ab0bfc11 457 * @}
Kojto 109:9296ab0bfc11 458 */
Kojto 109:9296ab0bfc11 459
Kojto 109:9296ab0bfc11 460 /** @defgroup CAN_receive_FIFO_number_constants CAN Receive FIFO Number
Kojto 109:9296ab0bfc11 461 * @{
Kojto 109:9296ab0bfc11 462 */
Kojto 109:9296ab0bfc11 463 #define CAN_FIFO0 ((uint8_t)0x00) /*!< CAN FIFO 0 used to receive */
Kojto 109:9296ab0bfc11 464 #define CAN_FIFO1 ((uint8_t)0x01) /*!< CAN FIFO 1 used to receive */
Kojto 109:9296ab0bfc11 465
Kojto 109:9296ab0bfc11 466 #define IS_CAN_FIFO(FIFO) (((FIFO) == CAN_FIFO0) || ((FIFO) == CAN_FIFO1))
Kojto 109:9296ab0bfc11 467 /**
Kojto 109:9296ab0bfc11 468 * @}
Kojto 109:9296ab0bfc11 469 */
Kojto 109:9296ab0bfc11 470
Kojto 109:9296ab0bfc11 471 /** @defgroup CAN_flags CAN Flags
Kojto 109:9296ab0bfc11 472 * @{
Kojto 109:9296ab0bfc11 473 */
Kojto 109:9296ab0bfc11 474 /* If the flag is 0x3XXXXXXX, it means that it can be used with CAN_GetFlagStatus()
Kojto 109:9296ab0bfc11 475 and CAN_ClearFlag() functions. */
Kojto 109:9296ab0bfc11 476 /* If the flag is 0x1XXXXXXX, it means that it can only be used with
Kojto 109:9296ab0bfc11 477 CAN_GetFlagStatus() function. */
Kojto 109:9296ab0bfc11 478
Kojto 109:9296ab0bfc11 479 /* Transmit Flags */
Kojto 109:9296ab0bfc11 480 #define CAN_FLAG_RQCP0 ((uint32_t)0x00000500) /*!< Request MailBox0 flag */
Kojto 109:9296ab0bfc11 481 #define CAN_FLAG_RQCP1 ((uint32_t)0x00000508) /*!< Request MailBox1 flag */
Kojto 109:9296ab0bfc11 482 #define CAN_FLAG_RQCP2 ((uint32_t)0x00000510) /*!< Request MailBox2 flag */
Kojto 109:9296ab0bfc11 483 #define CAN_FLAG_TXOK0 ((uint32_t)0x00000501) /*!< Transmission OK MailBox0 flag */
Kojto 109:9296ab0bfc11 484 #define CAN_FLAG_TXOK1 ((uint32_t)0x00000509) /*!< Transmission OK MailBox1 flag */
Kojto 109:9296ab0bfc11 485 #define CAN_FLAG_TXOK2 ((uint32_t)0x00000511) /*!< Transmission OK MailBox2 flag */
Kojto 109:9296ab0bfc11 486 #define CAN_FLAG_TME0 ((uint32_t)0x0000051A) /*!< Transmit mailbox 0 empty flag */
Kojto 109:9296ab0bfc11 487 #define CAN_FLAG_TME1 ((uint32_t)0x0000051B) /*!< Transmit mailbox 0 empty flag */
Kojto 109:9296ab0bfc11 488 #define CAN_FLAG_TME2 ((uint32_t)0x0000051C) /*!< Transmit mailbox 0 empty flag */
Kojto 109:9296ab0bfc11 489
Kojto 109:9296ab0bfc11 490 /* Receive Flags */
Kojto 109:9296ab0bfc11 491 #define CAN_FLAG_FF0 ((uint32_t)0x00000203) /*!< FIFO 0 Full flag */
Kojto 109:9296ab0bfc11 492 #define CAN_FLAG_FOV0 ((uint32_t)0x00000204) /*!< FIFO 0 Overrun flag */
Kojto 109:9296ab0bfc11 493
Kojto 109:9296ab0bfc11 494 #define CAN_FLAG_FF1 ((uint32_t)0x00000403) /*!< FIFO 1 Full flag */
Kojto 109:9296ab0bfc11 495 #define CAN_FLAG_FOV1 ((uint32_t)0x00000404) /*!< FIFO 1 Overrun flag */
Kojto 109:9296ab0bfc11 496
Kojto 109:9296ab0bfc11 497 /* Operating Mode Flags */
Kojto 109:9296ab0bfc11 498 #define CAN_FLAG_WKU ((uint32_t)0x00000103) /*!< Wake up flag */
Kojto 109:9296ab0bfc11 499 #define CAN_FLAG_SLAK ((uint32_t)0x00000101) /*!< Sleep acknowledge flag */
Kojto 109:9296ab0bfc11 500 #define CAN_FLAG_SLAKI ((uint32_t)0x00000104) /*!< Sleep acknowledge flag */
Kojto 109:9296ab0bfc11 501 /* @note When SLAK interrupt is disabled (SLKIE=0), no polling on SLAKI is possible.
Kojto 109:9296ab0bfc11 502 In this case the SLAK bit can be polled.*/
Kojto 109:9296ab0bfc11 503
Kojto 109:9296ab0bfc11 504 /* Error Flags */
Kojto 109:9296ab0bfc11 505 #define CAN_FLAG_EWG ((uint32_t)0x00000300) /*!< Error warning flag */
Kojto 109:9296ab0bfc11 506 #define CAN_FLAG_EPV ((uint32_t)0x00000301) /*!< Error passive flag */
Kojto 109:9296ab0bfc11 507 #define CAN_FLAG_BOF ((uint32_t)0x00000302) /*!< Bus-Off flag */
Kojto 109:9296ab0bfc11 508
Kojto 109:9296ab0bfc11 509 #define IS_CAN_GET_FLAG(FLAG) (((FLAG) == CAN_FLAG_RQCP2) || ((FLAG) == CAN_FLAG_BOF) || \
Kojto 109:9296ab0bfc11 510 ((FLAG) == CAN_FLAG_EPV) || ((FLAG) == CAN_FLAG_EWG) || \
Kojto 109:9296ab0bfc11 511 ((FLAG) == CAN_FLAG_WKU) || ((FLAG) == CAN_FLAG_FOV0) || \
Kojto 109:9296ab0bfc11 512 ((FLAG) == CAN_FLAG_FF0) || ((FLAG) == CAN_FLAG_SLAK) || \
Kojto 109:9296ab0bfc11 513 ((FLAG) == CAN_FLAG_FOV1) || ((FLAG) == CAN_FLAG_FF1) || \
Kojto 109:9296ab0bfc11 514 ((FLAG) == CAN_FLAG_RQCP1) || ((FLAG) == CAN_FLAG_RQCP0))
Kojto 109:9296ab0bfc11 515
Kojto 109:9296ab0bfc11 516
Kojto 109:9296ab0bfc11 517 #define IS_CAN_CLEAR_FLAG(FLAG)(((FLAG) == CAN_FLAG_RQCP2) || ((FLAG) == CAN_FLAG_RQCP1) || \
Kojto 109:9296ab0bfc11 518 ((FLAG) == CAN_FLAG_RQCP0) || ((FLAG) == CAN_FLAG_FF0) || \
Kojto 109:9296ab0bfc11 519 ((FLAG) == CAN_FLAG_FOV0) || ((FLAG) == CAN_FLAG_FF1) || \
Kojto 109:9296ab0bfc11 520 ((FLAG) == CAN_FLAG_FOV1) || ((FLAG) == CAN_FLAG_WKU))
Kojto 109:9296ab0bfc11 521 /**
Kojto 109:9296ab0bfc11 522 * @}
Kojto 109:9296ab0bfc11 523 */
Kojto 109:9296ab0bfc11 524
Kojto 109:9296ab0bfc11 525
Kojto 109:9296ab0bfc11 526 /** @defgroup CAN_interrupts CAN Interrupts
Kojto 109:9296ab0bfc11 527 * @{
Kojto 109:9296ab0bfc11 528 */
Kojto 109:9296ab0bfc11 529 #define CAN_IT_TME ((uint32_t)CAN_IER_TMEIE) /*!< Transmit mailbox empty interrupt */
Kojto 109:9296ab0bfc11 530
Kojto 109:9296ab0bfc11 531 /* Receive Interrupts */
Kojto 109:9296ab0bfc11 532 #define CAN_IT_FMP0 ((uint32_t)CAN_IER_FMPIE0) /*!< FIFO 0 message pending interrupt */
Kojto 109:9296ab0bfc11 533 #define CAN_IT_FF0 ((uint32_t)CAN_IER_FFIE0) /*!< FIFO 0 full interrupt */
Kojto 109:9296ab0bfc11 534 #define CAN_IT_FOV0 ((uint32_t)CAN_IER_FOVIE0) /*!< FIFO 0 overrun interrupt */
Kojto 109:9296ab0bfc11 535 #define CAN_IT_FMP1 ((uint32_t)CAN_IER_FMPIE1) /*!< FIFO 1 message pending interrupt */
Kojto 109:9296ab0bfc11 536 #define CAN_IT_FF1 ((uint32_t)CAN_IER_FFIE1) /*!< FIFO 1 full interrupt */
Kojto 109:9296ab0bfc11 537 #define CAN_IT_FOV1 ((uint32_t)CAN_IER_FOVIE1) /*!< FIFO 1 overrun interrupt */
Kojto 109:9296ab0bfc11 538
Kojto 109:9296ab0bfc11 539 /* Operating Mode Interrupts */
Kojto 109:9296ab0bfc11 540 #define CAN_IT_WKU ((uint32_t)CAN_IER_WKUIE) /*!< Wake-up interrupt */
Kojto 109:9296ab0bfc11 541 #define CAN_IT_SLK ((uint32_t)CAN_IER_SLKIE) /*!< Sleep acknowledge interrupt */
Kojto 109:9296ab0bfc11 542
Kojto 109:9296ab0bfc11 543 /* Error Interrupts */
Kojto 109:9296ab0bfc11 544 #define CAN_IT_EWG ((uint32_t)CAN_IER_EWGIE) /*!< Error warning interrupt */
Kojto 109:9296ab0bfc11 545 #define CAN_IT_EPV ((uint32_t)CAN_IER_EPVIE) /*!< Error passive interrupt */
Kojto 109:9296ab0bfc11 546 #define CAN_IT_BOF ((uint32_t)CAN_IER_BOFIE) /*!< Bus-off interrupt */
Kojto 109:9296ab0bfc11 547 #define CAN_IT_LEC ((uint32_t)CAN_IER_LECIE) /*!< Last error code interrupt */
Kojto 109:9296ab0bfc11 548 #define CAN_IT_ERR ((uint32_t)CAN_IER_ERRIE) /*!< Error Interrupt */
Kojto 109:9296ab0bfc11 549
Kojto 109:9296ab0bfc11 550 /* Flags named as Interrupts : kept only for FW compatibility */
Kojto 109:9296ab0bfc11 551 #define CAN_IT_RQCP0 CAN_IT_TME
Kojto 109:9296ab0bfc11 552 #define CAN_IT_RQCP1 CAN_IT_TME
Kojto 109:9296ab0bfc11 553 #define CAN_IT_RQCP2 CAN_IT_TME
Kojto 109:9296ab0bfc11 554
Kojto 109:9296ab0bfc11 555 #define IS_CAN_IT(IT) (((IT) == CAN_IT_TME) || ((IT) == CAN_IT_FMP0) ||\
Kojto 109:9296ab0bfc11 556 ((IT) == CAN_IT_FF0) || ((IT) == CAN_IT_FOV0) ||\
Kojto 109:9296ab0bfc11 557 ((IT) == CAN_IT_FMP1) || ((IT) == CAN_IT_FF1) ||\
Kojto 109:9296ab0bfc11 558 ((IT) == CAN_IT_FOV1) || ((IT) == CAN_IT_EWG) ||\
Kojto 109:9296ab0bfc11 559 ((IT) == CAN_IT_EPV) || ((IT) == CAN_IT_BOF) ||\
Kojto 109:9296ab0bfc11 560 ((IT) == CAN_IT_LEC) || ((IT) == CAN_IT_ERR) ||\
Kojto 109:9296ab0bfc11 561 ((IT) == CAN_IT_WKU) || ((IT) == CAN_IT_SLK))
Kojto 109:9296ab0bfc11 562
Kojto 109:9296ab0bfc11 563 #define IS_CAN_CLEAR_IT(IT) (((IT) == CAN_IT_TME) || ((IT) == CAN_IT_FF0) ||\
Kojto 109:9296ab0bfc11 564 ((IT) == CAN_IT_FOV0)|| ((IT) == CAN_IT_FF1) ||\
Kojto 109:9296ab0bfc11 565 ((IT) == CAN_IT_FOV1)|| ((IT) == CAN_IT_EWG) ||\
Kojto 109:9296ab0bfc11 566 ((IT) == CAN_IT_EPV) || ((IT) == CAN_IT_BOF) ||\
Kojto 109:9296ab0bfc11 567 ((IT) == CAN_IT_LEC) || ((IT) == CAN_IT_ERR) ||\
Kojto 109:9296ab0bfc11 568 ((IT) == CAN_IT_WKU) || ((IT) == CAN_IT_SLK))
Kojto 109:9296ab0bfc11 569 /**
Kojto 109:9296ab0bfc11 570 * @}
Kojto 109:9296ab0bfc11 571 */
Kojto 109:9296ab0bfc11 572
Kojto 109:9296ab0bfc11 573 /* Time out for INAK bit */
Kojto 109:9296ab0bfc11 574 #define INAK_TIMEOUT ((uint32_t)0x00FFFFFF)
Kojto 109:9296ab0bfc11 575 /* Time out for SLAK bit */
Kojto 109:9296ab0bfc11 576 #define SLAK_TIMEOUT ((uint32_t)0x00FFFFFF)
Kojto 109:9296ab0bfc11 577
Kojto 109:9296ab0bfc11 578 /* Mailboxes definition */
Kojto 109:9296ab0bfc11 579 #define CAN_TXMAILBOX_0 ((uint8_t)0x00)
Kojto 109:9296ab0bfc11 580 #define CAN_TXMAILBOX_1 ((uint8_t)0x01)
Kojto 109:9296ab0bfc11 581 #define CAN_TXMAILBOX_2 ((uint8_t)0x02)
Kojto 109:9296ab0bfc11 582
Kojto 109:9296ab0bfc11 583 /**
Kojto 109:9296ab0bfc11 584 * @}
Kojto 109:9296ab0bfc11 585 */
Kojto 109:9296ab0bfc11 586
Kojto 109:9296ab0bfc11 587 /* Exported macros -----------------------------------------------------------*/
Kojto 109:9296ab0bfc11 588 /** @defgroup CAN_Exported_Macro CAN Exported Macros
Kojto 109:9296ab0bfc11 589 * @{
Kojto 109:9296ab0bfc11 590 */
Kojto 109:9296ab0bfc11 591
Kojto 109:9296ab0bfc11 592 /** @brief Reset CAN handle state
Kojto 109:9296ab0bfc11 593 * @param __HANDLE__: CAN handle.
Kojto 109:9296ab0bfc11 594 * @retval None
Kojto 109:9296ab0bfc11 595 */
Kojto 109:9296ab0bfc11 596 #define __HAL_CAN_RESET_HANDLE_STATE(__HANDLE__) ((__HANDLE__)->State = HAL_CAN_STATE_RESET)
Kojto 109:9296ab0bfc11 597
Kojto 109:9296ab0bfc11 598 /**
Kojto 109:9296ab0bfc11 599 * @brief Enable the specified CAN interrupts
Kojto 109:9296ab0bfc11 600 * @param __HANDLE__: CAN handle.
Kojto 109:9296ab0bfc11 601 * @param __INTERRUPT__: CAN Interrupt.
Kojto 109:9296ab0bfc11 602 * @retval None.
Kojto 109:9296ab0bfc11 603 */
Kojto 109:9296ab0bfc11 604 #define __HAL_CAN_ENABLE_IT(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->IER) |= (__INTERRUPT__))
Kojto 109:9296ab0bfc11 605
Kojto 109:9296ab0bfc11 606 /**
Kojto 109:9296ab0bfc11 607 * @brief Disable the specified CAN interrupts
Kojto 109:9296ab0bfc11 608 * @param __HANDLE__: CAN handle.
Kojto 109:9296ab0bfc11 609 * @param __INTERRUPT__: CAN Interrupt.
Kojto 109:9296ab0bfc11 610 * @retval None.
Kojto 109:9296ab0bfc11 611 */
Kojto 109:9296ab0bfc11 612 #define __HAL_CAN_DISABLE_IT(__HANDLE__, __INTERRUPT__) (((__HANDLE__)->Instance->IER) &= ~(__INTERRUPT__))
Kojto 109:9296ab0bfc11 613
Kojto 109:9296ab0bfc11 614 /**
Kojto 109:9296ab0bfc11 615 * @brief Return the number of pending received messages.
Kojto 109:9296ab0bfc11 616 * @param __HANDLE__: CAN handle.
Kojto 109:9296ab0bfc11 617 * @param __FIFONUMBER__: Receive FIFO number, CAN_FIFO0 or CAN_FIFO1.
Kojto 109:9296ab0bfc11 618 * @retval The number of pending message.
Kojto 109:9296ab0bfc11 619 */
Kojto 109:9296ab0bfc11 620 #define __HAL_CAN_MSG_PENDING(__HANDLE__, __FIFONUMBER__) (((__FIFONUMBER__) == CAN_FIFO0)? \
Kojto 109:9296ab0bfc11 621 ((uint8_t)((__HANDLE__)->Instance->RF0R&(uint32_t)0x03)) : ((uint8_t)((__HANDLE__)->Instance->RF1R&(uint32_t)0x03)))
Kojto 109:9296ab0bfc11 622
Kojto 109:9296ab0bfc11 623 /** @brief Check whether the specified CAN flag is set or not.
Kojto 109:9296ab0bfc11 624 * @param __HANDLE__: specifies the CAN Handle.
Kojto 109:9296ab0bfc11 625 * @param __FLAG__: specifies the flag to check.
Kojto 109:9296ab0bfc11 626 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 627 * @arg CAN_TSR_RQCP0: Request MailBox0 Flag
Kojto 109:9296ab0bfc11 628 * @arg CAN_TSR_RQCP1: Request MailBox1 Flag
Kojto 109:9296ab0bfc11 629 * @arg CAN_TSR_RQCP2: Request MailBox2 Flag
Kojto 109:9296ab0bfc11 630 * @arg CAN_FLAG_TXOK0: Transmission OK MailBox0 Flag
Kojto 109:9296ab0bfc11 631 * @arg CAN_FLAG_TXOK1: Transmission OK MailBox1 Flag
Kojto 109:9296ab0bfc11 632 * @arg CAN_FLAG_TXOK2: Transmission OK MailBox2 Flag
Kojto 109:9296ab0bfc11 633 * @arg CAN_FLAG_TME0: Transmit mailbox 0 empty Flag
Kojto 109:9296ab0bfc11 634 * @arg CAN_FLAG_TME1: Transmit mailbox 1 empty Flag
Kojto 109:9296ab0bfc11 635 * @arg CAN_FLAG_TME2: Transmit mailbox 2 empty Flag
Kojto 109:9296ab0bfc11 636 * @arg CAN_FLAG_FMP0: FIFO 0 Message Pending Flag
Kojto 109:9296ab0bfc11 637 * @arg CAN_FLAG_FF0: FIFO 0 Full Flag
Kojto 109:9296ab0bfc11 638 * @arg CAN_FLAG_FOV0: FIFO 0 Overrun Flag
Kojto 109:9296ab0bfc11 639 * @arg CAN_FLAG_FMP1: FIFO 1 Message Pending Flag
Kojto 109:9296ab0bfc11 640 * @arg CAN_FLAG_FF1: FIFO 1 Full Flag
Kojto 109:9296ab0bfc11 641 * @arg CAN_FLAG_FOV1: FIFO 1 Overrun Flag
Kojto 109:9296ab0bfc11 642 * @arg CAN_FLAG_WKU: Wake up Flag
Kojto 109:9296ab0bfc11 643 * @arg CAN_FLAG_SLAK: Sleep acknowledge Flag
Kojto 109:9296ab0bfc11 644 * @arg CAN_FLAG_SLAKI: Sleep acknowledge Flag
Kojto 109:9296ab0bfc11 645 * @arg CAN_FLAG_EWG: Error Warning Flag
Kojto 109:9296ab0bfc11 646 * @arg CAN_FLAG_EPV: Error Passive Flag
Kojto 109:9296ab0bfc11 647 * @arg CAN_FLAG_BOF: Bus-Off Flag
Kojto 109:9296ab0bfc11 648 * @retval The new state of __FLAG__ (TRUE or FALSE).
Kojto 109:9296ab0bfc11 649 */
Kojto 109:9296ab0bfc11 650 #define CAN_FLAG_MASK ((uint32_t)0x000000FF)
Kojto 109:9296ab0bfc11 651 #define __HAL_CAN_GET_FLAG(__HANDLE__, __FLAG__) \
Kojto 109:9296ab0bfc11 652 ((((__FLAG__) >> 8) == 5)? ((((__HANDLE__)->Instance->TSR) & (1U << ((__FLAG__) & CAN_FLAG_MASK))) == (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
Kojto 109:9296ab0bfc11 653 (((__FLAG__) >> 8) == 2)? ((((__HANDLE__)->Instance->RF0R) & (1U << ((__FLAG__) & CAN_FLAG_MASK))) == (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
Kojto 109:9296ab0bfc11 654 (((__FLAG__) >> 8) == 4)? ((((__HANDLE__)->Instance->RF1R) & (1U << ((__FLAG__) & CAN_FLAG_MASK))) == (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
Kojto 109:9296ab0bfc11 655 (((__FLAG__) >> 8) == 1)? ((((__HANDLE__)->Instance->MSR) & (1U << ((__FLAG__) & CAN_FLAG_MASK))) == (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
Kojto 109:9296ab0bfc11 656 ((((__HANDLE__)->Instance->ESR) & (1U << ((__FLAG__) & CAN_FLAG_MASK))) == (1U << ((__FLAG__) & CAN_FLAG_MASK))))
Kojto 109:9296ab0bfc11 657
Kojto 109:9296ab0bfc11 658 /** @brief Clear the specified CAN pending flag.
Kojto 109:9296ab0bfc11 659 * @param __HANDLE__: specifies the CAN Handle.
Kojto 109:9296ab0bfc11 660 * @param __FLAG__: specifies the flag to check.
Kojto 109:9296ab0bfc11 661 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 662 * @arg CAN_TSR_RQCP0: Request MailBox0 Flag
Kojto 109:9296ab0bfc11 663 * @arg CAN_TSR_RQCP1: Request MailBox1 Flag
Kojto 109:9296ab0bfc11 664 * @arg CAN_TSR_RQCP2: Request MailBox2 Flag
Kojto 109:9296ab0bfc11 665 * @arg CAN_FLAG_TXOK0: Transmission OK MailBox0 Flag
Kojto 109:9296ab0bfc11 666 * @arg CAN_FLAG_TXOK1: Transmission OK MailBox1 Flag
Kojto 109:9296ab0bfc11 667 * @arg CAN_FLAG_TXOK2: Transmission OK MailBox2 Flag
Kojto 109:9296ab0bfc11 668 * @arg CAN_FLAG_TME0: Transmit mailbox 0 empty Flag
Kojto 109:9296ab0bfc11 669 * @arg CAN_FLAG_TME1: Transmit mailbox 1 empty Flag
Kojto 109:9296ab0bfc11 670 * @arg CAN_FLAG_TME2: Transmit mailbox 2 empty Flag
Kojto 109:9296ab0bfc11 671 * @arg CAN_FLAG_FMP0: FIFO 0 Message Pending Flag
Kojto 109:9296ab0bfc11 672 * @arg CAN_FLAG_FF0: FIFO 0 Full Flag
Kojto 109:9296ab0bfc11 673 * @arg CAN_FLAG_FOV0: FIFO 0 Overrun Flag
Kojto 109:9296ab0bfc11 674 * @arg CAN_FLAG_FMP1: FIFO 1 Message Pending Flag
Kojto 109:9296ab0bfc11 675 * @arg CAN_FLAG_FF1: FIFO 1 Full Flag
Kojto 109:9296ab0bfc11 676 * @arg CAN_FLAG_FOV1: FIFO 1 Overrun Flag
Kojto 109:9296ab0bfc11 677 * @arg CAN_FLAG_WKU: Wake up Flag
Kojto 109:9296ab0bfc11 678 * @arg CAN_FLAG_SLAKI: Sleep acknowledge Flag
Kojto 109:9296ab0bfc11 679 * @retval The new state of __FLAG__ (TRUE or FALSE).
Kojto 109:9296ab0bfc11 680 */
Kojto 109:9296ab0bfc11 681 #define __HAL_CAN_CLEAR_FLAG(__HANDLE__, __FLAG__) \
Kojto 109:9296ab0bfc11 682 ((((__FLAG__) >> 8U) == 5)? (((__HANDLE__)->Instance->TSR) = (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
Kojto 109:9296ab0bfc11 683 (((__FLAG__) >> 8U) == 2)? (((__HANDLE__)->Instance->RF0R) = (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
Kojto 109:9296ab0bfc11 684 (((__FLAG__) >> 8U) == 4)? (((__HANDLE__)->Instance->RF1R) = (1U << ((__FLAG__) & CAN_FLAG_MASK))): \
Kojto 109:9296ab0bfc11 685 (((__FLAG__) >> 8U) == 1)? (((__HANDLE__)->Instance->MSR) = (1U << ((__FLAG__) & CAN_FLAG_MASK))): 0)
Kojto 109:9296ab0bfc11 686
Kojto 109:9296ab0bfc11 687
Kojto 109:9296ab0bfc11 688 /** @brief Check if the specified CAN interrupt source is enabled or disabled.
Kojto 109:9296ab0bfc11 689 * @param __HANDLE__: specifies the CAN Handle.
Kojto 109:9296ab0bfc11 690 * @param __INTERRUPT__: specifies the CAN interrupt source to check.
Kojto 109:9296ab0bfc11 691 * This parameter can be one of the following values:
Kojto 109:9296ab0bfc11 692 * @arg CAN_IT_TME: Transmit mailbox empty interrupt enable
Kojto 109:9296ab0bfc11 693 * @arg CAN_IT_FMP0: FIFO0 message pending interrupt enablev
Kojto 109:9296ab0bfc11 694 * @arg CAN_IT_FMP1: FIFO1 message pending interrupt enable
Kojto 109:9296ab0bfc11 695 * @retval The new state of __IT__ (TRUE or FALSE).
Kojto 109:9296ab0bfc11 696 */
Kojto 109:9296ab0bfc11 697 #define __HAL_CAN_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) ((((__HANDLE__)->Instance->IER & (__INTERRUPT__)) == (__INTERRUPT__)) ? SET : RESET)
Kojto 109:9296ab0bfc11 698
Kojto 109:9296ab0bfc11 699 /**
Kojto 109:9296ab0bfc11 700 * @brief Check the transmission status of a CAN Frame.
Kojto 109:9296ab0bfc11 701 * @param __HANDLE__: specifies the CAN Handle.
Kojto 109:9296ab0bfc11 702 * @param __TRANSMITMAILBOX__: the number of the mailbox that is used for transmission.
Kojto 109:9296ab0bfc11 703 * @retval The new status of transmission (TRUE or FALSE).
Kojto 109:9296ab0bfc11 704 */
Kojto 109:9296ab0bfc11 705 #define __HAL_CAN_TRANSMIT_STATUS(__HANDLE__, __TRANSMITMAILBOX__)\
Kojto 109:9296ab0bfc11 706 (((__TRANSMITMAILBOX__) == CAN_TXMAILBOX_0)? ((((__HANDLE__)->Instance->TSR) & (CAN_TSR_RQCP0 | CAN_TSR_TXOK0 | CAN_TSR_TME0)) == (CAN_TSR_RQCP0 | CAN_TSR_TXOK0 | CAN_TSR_TME0)) :\
Kojto 109:9296ab0bfc11 707 ((__TRANSMITMAILBOX__) == CAN_TXMAILBOX_1)? ((((__HANDLE__)->Instance->TSR) & (CAN_TSR_RQCP1 | CAN_TSR_TXOK1 | CAN_TSR_TME1)) == (CAN_TSR_RQCP1 | CAN_TSR_TXOK1 | CAN_TSR_TME1)) :\
Kojto 109:9296ab0bfc11 708 ((((__HANDLE__)->Instance->TSR) & (CAN_TSR_RQCP2 | CAN_TSR_TXOK2 | CAN_TSR_TME2)) == (CAN_TSR_RQCP2 | CAN_TSR_TXOK2 | CAN_TSR_TME2)))
Kojto 109:9296ab0bfc11 709
Kojto 109:9296ab0bfc11 710
Kojto 109:9296ab0bfc11 711
Kojto 109:9296ab0bfc11 712 /**
Kojto 109:9296ab0bfc11 713 * @brief Release the specified receive FIFO.
Kojto 109:9296ab0bfc11 714 * @param __HANDLE__: CAN handle.
Kojto 109:9296ab0bfc11 715 * @param __FIFONUMBER__: Receive FIFO number, CAN_FIFO0 or CAN_FIFO1.
Kojto 109:9296ab0bfc11 716 * @retval None.
Kojto 109:9296ab0bfc11 717 */
Kojto 109:9296ab0bfc11 718 #define __HAL_CAN_FIFO_RELEASE(__HANDLE__, __FIFONUMBER__) (((__FIFONUMBER__) == CAN_FIFO0)? \
Kojto 109:9296ab0bfc11 719 ((__HANDLE__)->Instance->RF0R |= CAN_RF0R_RFOM0) : ((__HANDLE__)->Instance->RF1R |= CAN_RF1R_RFOM1))
Kojto 109:9296ab0bfc11 720
Kojto 109:9296ab0bfc11 721 /**
Kojto 109:9296ab0bfc11 722 * @brief Cancel a transmit request.
Kojto 109:9296ab0bfc11 723 * @param __HANDLE__: specifies the CAN Handle.
Kojto 109:9296ab0bfc11 724 * @param __TRANSMITMAILBOX__: the number of the mailbox that is used for transmission.
Kojto 109:9296ab0bfc11 725 * @retval None.
Kojto 109:9296ab0bfc11 726 */
Kojto 109:9296ab0bfc11 727 #define __HAL_CAN_CANCEL_TRANSMIT(__HANDLE__, __TRANSMITMAILBOX__)\
Kojto 109:9296ab0bfc11 728 (((__TRANSMITMAILBOX__) == CAN_TXMAILBOX_0)? ((__HANDLE__)->Instance->TSR |= CAN_TSR_ABRQ0) :\
Kojto 109:9296ab0bfc11 729 ((__TRANSMITMAILBOX__) == CAN_TXMAILBOX_1)? ((__HANDLE__)->Instance->TSR |= CAN_TSR_ABRQ1) :\
Kojto 109:9296ab0bfc11 730 ((__HANDLE__)->Instance->TSR |= CAN_TSR_ABRQ2))
Kojto 109:9296ab0bfc11 731
Kojto 109:9296ab0bfc11 732 /**
Kojto 109:9296ab0bfc11 733 * @brief Enable or disables the DBG Freeze for CAN.
Kojto 109:9296ab0bfc11 734 * @param __HANDLE__: specifies the CAN Handle.
Kojto 109:9296ab0bfc11 735 * @param __NEWSTATE__: new state of the CAN peripheral.
Kojto 109:9296ab0bfc11 736 * This parameter can be: ENABLE (CAN reception/transmission is frozen
Kojto 109:9296ab0bfc11 737 * during debug. Reception FIFOs can still be accessed/controlled normally)
Kojto 109:9296ab0bfc11 738 * or DISABLE (CAN is working during debug).
Kojto 109:9296ab0bfc11 739 * @retval None
Kojto 109:9296ab0bfc11 740 */
Kojto 109:9296ab0bfc11 741 #define __HAL_CAN_DBG_FREEZE(__HANDLE__, __NEWSTATE__) (((__NEWSTATE__) == ENABLE)? \
Kojto 109:9296ab0bfc11 742 ((__HANDLE__)->Instance->MCR |= CAN_MCR_DBF) : ((__HANDLE__)->Instance->MCR &= ~CAN_MCR_DBF))
Kojto 109:9296ab0bfc11 743
Kojto 109:9296ab0bfc11 744 /**
Kojto 109:9296ab0bfc11 745 * @}
Kojto 109:9296ab0bfc11 746 */
Kojto 109:9296ab0bfc11 747
Kojto 109:9296ab0bfc11 748 /* Exported functions --------------------------------------------------------*/
Kojto 109:9296ab0bfc11 749 /** @addtogroup CAN_Exported_Functions CAN Exported Functions
Kojto 109:9296ab0bfc11 750 * @{
Kojto 109:9296ab0bfc11 751 */
Kojto 109:9296ab0bfc11 752
Kojto 109:9296ab0bfc11 753 /** @defgroup CAN_Exported_Functions_Group1 Initialization and de-initialization functions
Kojto 109:9296ab0bfc11 754 * @brief Initialization and Configuration functions
Kojto 109:9296ab0bfc11 755 * @{
Kojto 109:9296ab0bfc11 756 */
Kojto 109:9296ab0bfc11 757 /* addtogroup and de-initialization functions *****************************/
Kojto 109:9296ab0bfc11 758 HAL_StatusTypeDef HAL_CAN_Init(CAN_HandleTypeDef* hcan);
Kojto 109:9296ab0bfc11 759 HAL_StatusTypeDef HAL_CAN_ConfigFilter(CAN_HandleTypeDef* hcan, CAN_FilterConfTypeDef* sFilterConfig);
Kojto 109:9296ab0bfc11 760 HAL_StatusTypeDef HAL_CAN_DeInit(CAN_HandleTypeDef* hcan);
Kojto 109:9296ab0bfc11 761 void HAL_CAN_MspInit(CAN_HandleTypeDef* hcan);
Kojto 109:9296ab0bfc11 762 void HAL_CAN_MspDeInit(CAN_HandleTypeDef* hcan);
Kojto 109:9296ab0bfc11 763 /**
Kojto 109:9296ab0bfc11 764 * @}
Kojto 109:9296ab0bfc11 765 */
Kojto 109:9296ab0bfc11 766
Kojto 109:9296ab0bfc11 767 /** @addtogroup CAN_Exported_Functions_Group2 Input and Output operation functions
Kojto 109:9296ab0bfc11 768 * @brief I/O operation functions
Kojto 109:9296ab0bfc11 769 * @{
Kojto 109:9296ab0bfc11 770 */
Kojto 109:9296ab0bfc11 771 /* IO operation functions *****************************************************/
Kojto 109:9296ab0bfc11 772 HAL_StatusTypeDef HAL_CAN_Transmit(CAN_HandleTypeDef *hcan, uint32_t Timeout);
Kojto 109:9296ab0bfc11 773 HAL_StatusTypeDef HAL_CAN_Transmit_IT(CAN_HandleTypeDef *hcan);
Kojto 109:9296ab0bfc11 774 HAL_StatusTypeDef HAL_CAN_Receive(CAN_HandleTypeDef *hcan, uint8_t FIFONumber, uint32_t Timeout);
Kojto 109:9296ab0bfc11 775 HAL_StatusTypeDef HAL_CAN_Receive_IT(CAN_HandleTypeDef *hcan, uint8_t FIFONumber);
Kojto 109:9296ab0bfc11 776 HAL_StatusTypeDef HAL_CAN_Sleep(CAN_HandleTypeDef *hcan);
Kojto 109:9296ab0bfc11 777 HAL_StatusTypeDef HAL_CAN_WakeUp(CAN_HandleTypeDef *hcan);
Kojto 109:9296ab0bfc11 778 void HAL_CAN_IRQHandler(CAN_HandleTypeDef* hcan);
Kojto 109:9296ab0bfc11 779 void HAL_CAN_TxCpltCallback(CAN_HandleTypeDef* hcan);
Kojto 109:9296ab0bfc11 780 void HAL_CAN_RxCpltCallback(CAN_HandleTypeDef* hcan);
Kojto 109:9296ab0bfc11 781 void HAL_CAN_ErrorCallback(CAN_HandleTypeDef *hcan);
Kojto 109:9296ab0bfc11 782 /**
Kojto 109:9296ab0bfc11 783 * @}
Kojto 109:9296ab0bfc11 784 */
Kojto 109:9296ab0bfc11 785
Kojto 109:9296ab0bfc11 786 /** @addtogroup CAN_Exported_Functions_Group3 Peripheral State and Error functions
Kojto 109:9296ab0bfc11 787 * @brief CAN Peripheral State functions
Kojto 109:9296ab0bfc11 788 * @{
Kojto 109:9296ab0bfc11 789 */
Kojto 109:9296ab0bfc11 790 /* Peripheral State and Error functions ***************************************/
Kojto 109:9296ab0bfc11 791 uint32_t HAL_CAN_GetError(CAN_HandleTypeDef *hcan);
Kojto 109:9296ab0bfc11 792 HAL_CAN_StateTypeDef HAL_CAN_GetState(CAN_HandleTypeDef* hcan);
Kojto 109:9296ab0bfc11 793 /**
Kojto 109:9296ab0bfc11 794 * @}
Kojto 109:9296ab0bfc11 795 */
Kojto 109:9296ab0bfc11 796
Kojto 109:9296ab0bfc11 797 /**
Kojto 109:9296ab0bfc11 798 * @}
Kojto 109:9296ab0bfc11 799 */
Kojto 109:9296ab0bfc11 800
Kojto 109:9296ab0bfc11 801 /**
Kojto 109:9296ab0bfc11 802 * @}
Kojto 109:9296ab0bfc11 803 */
Kojto 109:9296ab0bfc11 804
Kojto 109:9296ab0bfc11 805 /**
Kojto 109:9296ab0bfc11 806 * @}
Kojto 109:9296ab0bfc11 807 */
Kojto 109:9296ab0bfc11 808
Kojto 109:9296ab0bfc11 809 #endif /* STM32F302xE || STM32F303xE || STM32F398xx || */
Kojto 109:9296ab0bfc11 810 /* STM32F302xC || STM32F303xC || STM32F358xx || */
Kojto 109:9296ab0bfc11 811 /* STM32F303x8 || STM32F334x8 || STM32F328xx || */
Kojto 109:9296ab0bfc11 812 /* STM32F302x8 || */
Kojto 109:9296ab0bfc11 813 /* STM32F373xC || STM32F378xx */
Kojto 109:9296ab0bfc11 814
Kojto 109:9296ab0bfc11 815 #ifdef __cplusplus
Kojto 109:9296ab0bfc11 816 }
Kojto 109:9296ab0bfc11 817 #endif
Kojto 109:9296ab0bfc11 818
Kojto 109:9296ab0bfc11 819 #endif /* __STM32F3xx_CAN_H */
Kojto 109:9296ab0bfc11 820
Kojto 109:9296ab0bfc11 821
Kojto 109:9296ab0bfc11 822 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/