STM32H735xx HAL User Manual
|
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 |
FDCAN High Priority Message Status structure definition.
Definition at line 361 of file stm32h7xx_hal_fdcan.h.
Specifies the index of matching filter element. This parameter can be a number between:
Definition at line 368 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_GetHighPriorityMessageStatus().
uint32_t FDCAN_HpMsgStatusTypeDef::FilterList |
Specifies the filter list of the matching filter element. This parameter can be:
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().