CAN handle Structure definition. More...
#include <stm32f7xx_hal_can_legacy.h>
Public Attributes | |
__IO uint32_t | ErrorCode |
CAN_InitTypeDef | Init |
CAN_TypeDef * | Instance |
HAL_LockTypeDef | Lock |
CanRxMsgTypeDef * | pRx1Msg |
CanRxMsgTypeDef * | pRxMsg |
CanTxMsgTypeDef * | pTxMsg |
__IO HAL_CAN_StateTypeDef | State |
CAN handle Structure definition.
Definition at line 223 of file stm32f7xx_hal_can_legacy.h.
__IO uint32_t CAN_HandleTypeDef::ErrorCode |
CAN Error code This parameter can be a value of CAN Error Code
Definition at line 239 of file stm32f7xx_hal_can_legacy.h.
CAN_InitTypeDef CAN_HandleTypeDef::Init |
CAN required parameters
Definition at line 227 of file stm32f7xx_hal_can_legacy.h.
CAN_TypeDef* CAN_HandleTypeDef::Instance |
Register base address
Definition at line 225 of file stm32f7xx_hal_can_legacy.h.
HAL_LockTypeDef CAN_HandleTypeDef::Lock |
CAN locking object
Definition at line 237 of file stm32f7xx_hal_can_legacy.h.
CanRxMsgTypeDef* CAN_HandleTypeDef::pRx1Msg |
Pointer to reception structure for RX FIFO1 msg
Definition at line 233 of file stm32f7xx_hal_can_legacy.h.
CanRxMsgTypeDef* CAN_HandleTypeDef::pRxMsg |
Pointer to reception structure for RX FIFO0 msg
Definition at line 231 of file stm32f7xx_hal_can_legacy.h.
CanTxMsgTypeDef* CAN_HandleTypeDef::pTxMsg |
Pointer to transmit structure
Definition at line 229 of file stm32f7xx_hal_can_legacy.h.
__IO HAL_CAN_StateTypeDef CAN_HandleTypeDef::State |
CAN communication state
Definition at line 235 of file stm32f7xx_hal_can_legacy.h.