PROC_CMD (ENUM)

 

TYPE PROC_CMD :

This enumeration is used when working with asynchronous methods. The current state is issued with the data structure PROC_STATE

InOut:

Name

Initial

Comment

NONE

0

Operation is not started and stays in IDLE mode. The operation is returned to its initial state.

EXECUTE

Operation is started upon a rising edge and executed as long as the input remains on EXECUTE. The operation is done as soon as the output is assigned the value PROC_STATE.DONE.

ABORT

Operation is aborted. The abort is done if the state is assigned the value PROC_STATE.ABORTED.