Interrupt Manager API Reference
adi_int_ExitCriticalRegion
Description
This function removes the condition that was established by the
adi_int_EnterCriticalRegion
functions are used to bracket a section of code that needs protection from
other processing. These functions are used sparingly and only when criti-
cal regions of code require protection.
The
parameter that is passed to this function should always be the
pArg
return value from the corresponding
function.
See the
adi_int_EnterCriticalRegion
Prototype
void adi_int_ExitCriticalRegion(
void
);
Arguments
pArg
Return Value
None
2-28
to protect a critical region of code. These
adi_int_EnterCriticalRegion
function for more information.
*pArg
Return value from the corresponding
adi_int_EnterCriticalRegion()
VisualDSP++ 5.0 Device Drivers and System
Services Manual for Blackfin Processors
function call
Need help?
Do you have a question about the VisualDSP++ 5.0 and is the answer not in the manual?