STM32H735xx HAL User Manual
|
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 |
FDCAN Trigger structure definition.
Definition at line 551 of file stm32h7xx_hal_fdcan.h.
uint32_t FDCAN_TriggerTypeDef::FilterIndex |
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:
Definition at line 587 of file stm32h7xx_hal_fdcan.h.
Referenced by HAL_FDCAN_TT_ConfigTrigger().
uint32_t FDCAN_TriggerTypeDef::FilterType |
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().
uint32_t FDCAN_TriggerTypeDef::RepeatFactor |
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().
uint32_t FDCAN_TriggerTypeDef::StartCycle |
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().
uint32_t FDCAN_TriggerTypeDef::TimeMark |
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().
uint32_t FDCAN_TriggerTypeDef::TmEventExt |
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().
uint32_t FDCAN_TriggerTypeDef::TmEventInt |
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().
uint32_t FDCAN_TriggerTypeDef::TriggerIndex |
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().
uint32_t FDCAN_TriggerTypeDef::TriggerType |
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().
uint32_t FDCAN_TriggerTypeDef::TxBufferIndex |
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().