enable_interrupts
enable interrupts
Synopsis
#include <sysreg.h>
void enable_interrupts(void)
Description
The
enable_interrupts
tion to enable hardware interrupts.
The
enable_interrupts
The emitted instruction will be inlined at the point of
use. The inclusion of the
enable_interrupts
The
enable_interrupts
Error Conditions
The
enable_interrupts
conditions.
Example
#include <sysreg.h>
main(){
enable_interrupts();
}
See Also
disable_interrupts, io_space_read, io_space_write, mode_change,
sysreg_read,
sysreg_write
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
function causes the compiler to emit an instruc-
function is implemented as a compiler built-in.
include file is mandatory when using
sysreg.h
.
function does not return a value.
function does not return, raise or set any error
// emits "ENA INTS;"
// instruction inline
C/C++ Run-Time Library
enable_interrupts
3-51
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?
Questions and answers