Overview of Event Controller
The event controller is responsible for deciding how to combine control
signals between functions.
By using the function of the event controller and customizing the combination
of control signals, it is possible to perform more advanced operations
such as synchronizing each function within one device, synchronizing among
multiple devices, etc.
The arrow in the figure shows the flow of
the control signal.
Main control signals include operation start signal, operation stop signal,
clock signal, etc.
Set Event Controller
Use function AioSetEcuSignal to combine control signals using the event controller.
Ret = AioSetEcuSignal ( Id , Destination , Source )
In Source, specify the control signal of the connection source. In Destination, specify the control signal of the connection destination.