STM32G474xx HAL User Manual
数据字段
FDCAN_HpMsgStatusTypeDef 结构体参考

FDCAN高速消息状态结构体定义。 更多...

#include <stm32g4xx_hal_fdcan.h>

数据字段

uint32_t FilterList
uint32_t FilterIndex
uint32_t MessageStorage
uint32_t MessageIndex

详细说明

FDCAN高速消息状态结构体定义。

Definition at line 291 of file stm32g4xx_hal_fdcan.h.


字段文档

指定匹配过滤器元素的索引。此参数可以是以下范围内的数字:

  • 0 到 (SRAMCAN_FLS_NBR-1),如果 FilterList 为 0(标准)
  • 0 到 (SRAMCAN_FLE_NBR-1),如果 FilterList 为 1(扩展)

Definition at line 298 of file stm32g4xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetHighPriorityMessageStatus().

指定匹配过滤器元素的过滤器列表。此参数可以是:

  • 0 : 标准过滤器列表
  • 1 : 扩展过滤器列表

Definition at line 293 of file stm32g4xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetHighPriorityMessageStatus().

指定存储消息的Rx FIFO元素的索引。此参数仅在MessageStorage为以下值时有效:FDCAN_HP_STORAGE_RXFIFO0 或 FDCAN_HP_STORAGE_RXFIFO1

Definition at line 306 of file stm32g4xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetHighPriorityMessageStatus().

指定HP消息存储。此参数可以是 FDCAN High Priority Message Storage 的值

Definition at line 303 of file stm32g4xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetHighPriorityMessageStatus().


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