STM32H735xx HAL User Manual
Data Fields
FDCAN_TriggerTypeDef Struct Reference

FDCAN Trigger structure definition. More...

#include <stm32h7xx_hal_fdcan.h>

Data Fields

uint32_t TriggerIndex
uint32_t TimeMark
uint32_t RepeatFactor
uint32_t StartCycle
uint32_t TmEventInt
uint32_t TmEventExt
uint32_t TriggerType
uint32_t FilterType
uint32_t TxBufferIndex
uint32_t FilterIndex

Detailed Description

FDCAN Trigger structure definition.

Definition at line 551 of file stm32h7xx_hal_fdcan.h.


Field Documentation

Specifies the filter for which the trigger is valid. This parameter is taken in consideration only if the trigger is configured for reception. This parameter must be a number between:

  • 0 and 127, if FilterType is FDCAN_STANDARD_ID
  • 0 and 63, if FilterType is FDCAN_EXTENDED_ID

Definition at line 587 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_ConfigTrigger().

Specifies the filter identifier type. This parameter can be a value of FDCAN ID Type

Definition at line 579 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_ConfigTrigger().

Specifies the trigger repeat factor. This parameter can be a value of FDCAN TT repeat factor

Definition at line 559 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_ConfigTrigger().

Specifies the index of the first cycle in which the trigger becomes active. This parameter is ignored if RepeatFactor is set to FDCAN_TT_REPEAT_EVERY_CYCLE. This parameter must be a number between 0 and RepeatFactor

Definition at line 562 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_ConfigTrigger().

Specifies the cycle time for which the trigger becomes active. This parameter must be a number between 0 and 0xFFFF

Definition at line 556 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_ConfigTrigger().

Enable or disable the external time mark event. If enabled, and if TTOCN.TTIE is set, a pulse is generated at fdcan1_tmp when trigger memory element becomes active. This parameter can be a value of FDCAN TT time mark event external

Definition at line 571 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_ConfigTrigger().

Enable or disable the internal time mark event. If enabled, FDCAN_TT_FLAG_TRIG_TIME_MARK flag is set when trigger memory element becomes active. This parameter can be a value of FDCAN TT time mark event internal

Definition at line 566 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_ConfigTrigger().

Specifies the trigger which will be configured. This parameter must be a number between 0 and 63

Definition at line 553 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_ConfigTrigger().

Specifies the trigger type. This parameter can be a value of FDCAN TT trigger type

Definition at line 576 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_ConfigTrigger().

Specifies the index of the Tx buffer for which the trigger is valid. This parameter can be a value of FDCAN Tx Location. This parameter is taken in consideration only if the trigger is configured for transmission.

Definition at line 582 of file stm32h7xx_hal_fdcan.h.

Referenced by HAL_FDCAN_TT_ConfigTrigger().


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