-
get_ims
iget_ims
-
Reference interrupt mask.
ER get_ims (IMASK *p_imask);
ER iget_ims (IMASK *p_imask);
|
|
|
|
IMASK *p_imask;
|
Pointer to the area returning the interrupt mask.
|
These service calls store PSW.IPL into the area specified by parameter
p_imask.
Note 1 These service call do not detect the context error.
Note 2 The following intrinsic functions provided by compiler are higher-speed than this service call. See "CubeSuite+ RX Coding" for details about intrinsic functions.
- get_ipl() : Refers to the interrupt priority level.
- get_psw() : Refers to PSW value.