STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
CAN_HandleTypeDef Struct Reference

CAN handle Structure definition. More...

#include <stm32f4xx_hal_can_legacy.h>

Collaboration diagram for CAN_HandleTypeDef:

Data Fields

CAN_TypeDef * Instance
 
CAN_InitTypeDef Init
 
CanTxMsgTypeDefpTxMsg
 
CanRxMsgTypeDefpRxMsg
 
CanRxMsgTypeDefpRx1Msg
 
__IO HAL_CAN_StateTypeDef State
 
HAL_LockTypeDef Lock
 
__IO uint32_t ErrorCode
 

Detailed Description

CAN handle Structure definition.

Definition at line 211 of file stm32f4xx_hal_can_legacy.h.

Field Documentation

◆ Instance

◆ Init

CAN_InitTypeDef CAN_HandleTypeDef::Init

CAN required parameters

CAN required parameters

Definition at line 215 of file stm32f4xx_hal_can_legacy.h.

Referenced by HAL_CAN_Init().

◆ pTxMsg

CanTxMsgTypeDef* CAN_HandleTypeDef::pTxMsg

Pointer to transmit structure

Definition at line 217 of file stm32f4xx_hal_can_legacy.h.

◆ pRxMsg

CanRxMsgTypeDef* CAN_HandleTypeDef::pRxMsg

Pointer to reception structure for RX FIFO0 msg

Definition at line 219 of file stm32f4xx_hal_can_legacy.h.

◆ pRx1Msg

CanRxMsgTypeDef* CAN_HandleTypeDef::pRx1Msg

Pointer to reception structure for RX FIFO1 msg

Definition at line 221 of file stm32f4xx_hal_can_legacy.h.

◆ State

◆ Lock

HAL_LockTypeDef CAN_HandleTypeDef::Lock

CAN locking object

Definition at line 225 of file stm32f4xx_hal_can_legacy.h.

◆ ErrorCode


The documentation for this struct was generated from the following files: