Everything

sns_dsp

Outline
Reference dispatching state.
C format
 BOOL      sns_dsp ( void );

Assembly format
 CALL    !!_sns_dsp

Parameter(s)
None.
Explanation
This service call acquires the system status type when this service call is issued (dispatching disabled state or dispatching enabled state).
When this service call is terminated normally, the acquired system state type (TRUE: dispatching disabled state, FALSE: dispatching enabled state) is returned.
Note The system enters the dispatching disabled state when dis_dsp is issued, and enters the dispatching enabled state when ena_dsp is issued.
Return value
Macro
Value
Description
TRUE
1
Normal completion (dispatching disabled state).
FALSE
0
Normal completion (dispatching enabled state).