S32 SDK
trgmux_inout_mapping_config_t Struct Reference

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
 

Detailed Description

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 47 of file trgmux_driver.h.

Field Documentation

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 51 of file trgmux_driver.h.

trgmux_target_module_t targetModule

selects one of the TRGMUX target modules

Definition at line 50 of file trgmux_driver.h.

trgmux_trigger_source_t triggerSource

selects one of the TRGMUX trigger sources

Definition at line 49 of file trgmux_driver.h.


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