MTB CAT1 Peripheral driver library
cy_stc_tcpwm_motif_mcp_config_t Struct Reference

Description

Multi Channel mode configuration structure.

Data Fields

bool sync_bypass
 Bypasses synchronization signal. More...
 
cy_en_mcp_mode_t mcp_mode
 Multi channel pattern update by Hardware or software.
 
cy_en_trigger_edge_selection_t edge_for_mset_trigger
 edge selection for mset trigger
 
cy_en_trigger_edge_selection_t edge_for_msync_trigger
 edge selection for msync trigger
 
bool lut_enable
 Setting this bitfield to 1, will enable the usage of the Hall Look-up table. More...
 
cy_stc_tcpwm_motif_mlut_tmlut_config
 Multi channel pattern LUT configuration. More...
 
cy_stc_multi_channel_output_config_toutput_config
 Configuration for output events of mcp.
 

Field Documentation

◆ sync_bypass

bool cy_stc_tcpwm_motif_mcp_config_t::sync_bypass

Bypasses synchronization signal.

0: Update of the Multi-Channel pattern is only done after the sync signal is detected, 1: Update of the Multi-Channel pattern is done immediately

◆ lut_enable

bool cy_stc_tcpwm_motif_mcp_config_t::lut_enable

Setting this bitfield to 1, will enable the usage of the Hall Look-up table.

◆ mlut_config

cy_stc_tcpwm_motif_mlut_t* cy_stc_tcpwm_motif_mcp_config_t::mlut_config

Multi channel pattern LUT configuration.

Applicable when LUT mode is enabled.