![]() |
![]() |
#include <xdc/std.h>
#include <ti/sdo/dmai/Dmai.h>
Go to the source code of this file.
Data Structures | |
struct | Pause_Attrs |
Attributes used to create a Pause. More... | |
Typedefs | |
typedef struct Pause_Object * | Pause_Handle |
Handle through which to reference a Pause Object. | |
Functions | |
Pause_Handle | Pause_create (Pause_Attrs *attrs) |
Creates a Pause object. | |
Void | Pause_test (Pause_Handle hPause) |
Called to see if processing is supposed to pause. If so, block the execution of the thread. Otherwise continue. | |
Void | Pause_on (Pause_Handle hPause) |
Called to set processing threads to pause. | |
Void | Pause_off (Pause_Handle hPause) |
Called to release processing threads currently paused. | |
Int | Pause_delete (Pause_Handle hPause) |
Deletes a Pause object. | |
Variables | |
const Pause_Attrs | Pause_Attrs_DEFAULT |
Default attributes for a Pause. |