STM32H735xx HAL User Manual
Data Fields
FDCAN_HpMsgStatusTypeDef Struct Reference

FDCAN High Priority Message Status structure definition. More...

#include <stm32h7xx_hal_fdcan.h>

Data Fields

uint32_t FilterList
uint32_t FilterIndex
uint32_t MessageStorage
uint32_t MessageIndex

Detailed Description

FDCAN High Priority Message Status structure definition.

Definition at line 361 of file stm32h7xx_hal_fdcan.h.


Field Documentation

Specifies the index of matching filter element. This parameter can be a number between:

  • 0 and 127, if FilterList is 0 (Standard)
  • 0 and 63, if FilterList is 1 (Extended)

Definition at line 368 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetHighPriorityMessageStatus().

Specifies the filter list of the matching filter element. This parameter can be:

  • 0 : Standard Filter List
  • 1 : Extended Filter List

Definition at line 363 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetHighPriorityMessageStatus().

Specifies the Index of Rx FIFO element to which the message was stored. This parameter is valid only when MessageStorage is: FDCAN_HP_STORAGE_RXFIFO0 or FDCAN_HP_STORAGE_RXFIFO1

Definition at line 376 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetHighPriorityMessageStatus().

Specifies the HP Message Storage. This parameter can be a value of FDCAN High Priority Message Storage

Definition at line 373 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_GetHighPriorityMessageStatus().


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