HAL + 0/6 examples
CodeScope will show references to CAN_RxHeaderTypeDef::DLC from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
CAN
STM32469I_EVAL
Examples
CAN
STM324x9I_EVAL
Examples
CAN
STM324xG_EVAL
Examples
CAN
 
Symbols
loading...
Files
loading...

CAN_RxHeaderTypeDef::DLC field

Specifies the length of the frame that will be transmitted. This parameter must be a number between Min_Data = 0 and Max_Data = 8.

Syntax

uint32_t DLC;

Examples

CAN_RxHeaderTypeDef::DLC is referenced by 6 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_can.h:197
uint32_t DLC; /*!< Specifies the length of the frame that will be transmitted.
stm32f4xx_hal_can.c:1557HAL_CAN_GetRxMessage()
pHeader->DLC = 8U;
stm32f4xx_hal_can.c:1561HAL_CAN_GetRxMessage()
pHeader->DLC = (CAN_RDT0R_DLC & hcan->Instance->sFIFOMailBox[RxFifo].RDTR) >> CAN_RDT0R_DLC_Pos;

Data Use

Functions writing CAN_RxHeaderTypeDef::DLC
all items filtered out
CAN_RxHeaderTypeDef::DLC
Type of CAN_RxHeaderTypeDef::DLC
CAN_RxHeaderTypeDef::DLC
uint32_t
all items filtered out