vsys_dwn

ivsys_dwn

Outline

System down.

C format

 void    vsys_dwn(W type, VW inf1, VW inf2, VW inf3);
 void    vsys_dwn(W type, VW inf1, VW inf2, VW inf3);
Parameter(s)

I/O

Parameter

Description

I

 W     type;
Error type.

I

 VW    inf1;
System down information 1

I

 VW    inf2;
System down information 2

I

 VW    inf3;
System down information 3



Explanation

These service calls pass the control to the System down routine (_RI_sys_dwn__( )).

Specify the value (from 1 to 0x7FFFFFFF) typed to the occurring error for type. Note the value of 0 or less is reserved by the RI600PX.

These service calls never return.

For details of the parameter specification, refer to "15.2.2 Parameters of system down routine".

These service calls are the function outside the range of mITRON4.0 specifications.

Note The system down routine is also called when abnormality is detected in the RI600PX.

Return value

None.