![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
CAN Tx message structure definition. More...
#include <stm32f7xx_hal_can.h>
Data Fields | |
uint32_t | StdId |
uint32_t | ExtId |
uint32_t | IDE |
uint32_t | RTR |
uint32_t | DLC |
uint8_t | Data [8] |
CAN Tx message structure definition.
Definition at line 165 of file stm32f7xx_hal_can.h.
uint8_t Data[8] |
Contains the data to be transmitted. This parameter must be a number between Min_Data = 0 and Max_Data = 0xFF
Definition at line 182 of file stm32f7xx_hal_can.h.
uint32_t DLC |
Specifies the length of the frame that will be transmitted. This parameter must be a number between Min_Data = 0 and Max_Data = 8
Definition at line 179 of file stm32f7xx_hal_can.h.
uint32_t ExtId |
Specifies the extended identifier. This parameter must be a number between Min_Data = 0 and Max_Data = 0x1FFFFFFF
Definition at line 170 of file stm32f7xx_hal_can.h.
uint32_t IDE |
Specifies the type of identifier for the message that will be transmitted. This parameter can be a value of CAN Identifier Type
Definition at line 173 of file stm32f7xx_hal_can.h.
uint32_t RTR |
Specifies the type of frame for the message that will be transmitted. This parameter can be a value of CAN Remote Transmission Request
Definition at line 176 of file stm32f7xx_hal_can.h.
uint32_t StdId |
Specifies the standard identifier. This parameter must be a number between Min_Data = 0 and Max_Data = 0x7FF
Definition at line 167 of file stm32f7xx_hal_can.h.