3  DETAILS OF FUNCTION
3.1  C Intelligent Function Module Dedicated Functions
71
3
C intelligent function module dedicated functions for ISR
CITL_DisableYInt_ISR
This function disables the routine registered with the CITL_EntryYInt function.
■ Format
short CITL_DisableYInt_ISR(short sYNo)
■ Argument
■ Description
 • This function disables the routine registered with the CITL_EntryYInt function.
(The registered routine is not executed when an output signal (Y) interrupt occurs.)
 • Specify the output signal (Y) number (sYNo) specified in the CITL_EntryYInt function in the output signal (Y) number 
(sYNo).
■ WARNING
CITL_DisableYInt_ISR function does not check the specified argument.
Create a program with the following conditions in mind.
 • Do not specify an unregistered output signal (Y).
■ Return value
■ Relevant function
Page 30 CITL_EntryYInt
Page 72 CITL_EnableYInt_ISR
Argument Name Description IN/OUT
sYNo Output signal (Y) number Specify the output signal (Y) number.
(If -1 is specified, disable all the registered routines.)
IN
Return value Description
0 (0000H) Normal