MSP430 DLL API Documentation
3.9.1.2
|
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... | |
Sequencer parameter structure: The data structure contains the configuration settings of the sequencer. To select no trigger provide zero as handle.
SeqControl_t SEQUENCER::seqControl |
Trigger sequencer Control (enable/disable)
uint16_t SEQUENCER::wHandleRstTrig |
Select breakpoint as a reset trigger to set start state 0 (0 = off)
BpAction_t SEQUENCER::bpAction |
Select action on entering final state.
SeqState_t SEQUENCER::seqNextStateX[MAX_SEQ_STATE] |
Select next state x that followed of state X.
uint16_t SEQUENCER::wHandleStateX[MAX_SEQ_STATE] |
Select breakpoint as a trigger for switching from state x into next state: x path.
SeqState_t SEQUENCER::seqNextStateY[MAX_SEQ_STATE] |
Select next state y that followed of state X.
uint16_t SEQUENCER::wHandleStateY[MAX_SEQ_STATE] |
Select breakpoint as a trigger for switching from state x into next state: y path.