MSP430 DLL API Documentation  3.14.0.0
Public Attributes | List of all members
SEQUENCER Struct Reference

Sequencer parameter structure: The data structure contains the configuration settings of the sequencer. To select no trigger provide zero as handle. More...

#include <MSP430_EEM.h>

Public Attributes

SeqControl_t seqControl
 Trigger sequencer Control (enable/disable) More...
 
uint16_t wHandleRstTrig
 Select breakpoint as a reset trigger to set start state 0 (0 = off) More...
 
BpAction_t bpAction
 Select action on entering final state. More...
 
SeqState_t seqNextStateX [MAX_SEQ_STATE]
 Select next state x that followed of state X. More...
 
uint16_t wHandleStateX [MAX_SEQ_STATE]
 Select breakpoint as a trigger for switching from state x into next state: x path. More...
 
SeqState_t seqNextStateY [MAX_SEQ_STATE]
 Select next state y that followed of state X. More...
 
uint16_t wHandleStateY [MAX_SEQ_STATE]
 Select breakpoint as a trigger for switching from state x into next state: y path. More...
 

Detailed Description

Sequencer parameter structure: The data structure contains the configuration settings of the sequencer. To select no trigger provide zero as handle.

Member Data Documentation

◆ seqControl

SeqControl_t SEQUENCER::seqControl

Trigger sequencer Control (enable/disable)

◆ wHandleRstTrig

uint16_t SEQUENCER::wHandleRstTrig

Select breakpoint as a reset trigger to set start state 0 (0 = off)

◆ bpAction

BpAction_t SEQUENCER::bpAction

Select action on entering final state.

◆ seqNextStateX

SeqState_t SEQUENCER::seqNextStateX[MAX_SEQ_STATE]

Select next state x that followed of state X.

◆ wHandleStateX

uint16_t SEQUENCER::wHandleStateX[MAX_SEQ_STATE]

Select breakpoint as a trigger for switching from state x into next state: x path.

◆ seqNextStateY

SeqState_t SEQUENCER::seqNextStateY[MAX_SEQ_STATE]

Select next state y that followed of state X.

◆ wHandleStateY

uint16_t SEQUENCER::wHandleStateY[MAX_SEQ_STATE]

Select breakpoint as a trigger for switching from state x into next state: y path.


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