C Run-Time Library Reference
interrupt(SIG_PWRDWN, SIG_IGN);
/* enable power down interrupt and register ISR */
interruptf(SIG_PWRDWN, handler);
/* disable power down interrupt */
interruptf(SIG_PWRDWN, SIG_IGN);
}
See Also
signal,
raise
3-66
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?