![]() |
S32 SDK
|
Configuration structure for pairing source triggers with target modules. More...
#include <trgmux_driver.h>
Data Fields | |
trgmux_trigger_source_t | triggerSource |
trgmux_target_module_t | targetModule |
bool | lockTargetModuleReg |
Configuration structure for pairing source triggers with target modules.
Use an instance of this structure to define a TRGMUX link between a trigger source and a target module. This structure is used by the user configuration structure.
Implements : trgmux_inout_mapping_config_t_Class
Definition at line 217 of file trgmux_driver.h.
bool lockTargetModuleReg |
if true, the LOCK bit of the target module register will be set by TRGMUX_DRV_INIT(), after the current mapping is configured
Definition at line 221 of file trgmux_driver.h.
trgmux_target_module_t targetModule |
selects one of the TRGMUX target modules
Definition at line 220 of file trgmux_driver.h.
trgmux_trigger_source_t triggerSource |
selects one of the TRGMUX trigger sources
Definition at line 219 of file trgmux_driver.h.