Advanced Event Triggering Target Library (AET)
02_70_00
|
Application Access to Advanced Event Triggering Hardware. More...
#include <stddef.h>
#include <stdint.h>
#include <c6x.h>
Go to the source code of this file.
Data Structures | |
struct | AET_jobParams |
Structure that holds the parameters needed to be passed to the AET_setupJob Function. More... | |
Typedefs | |
typedef uint16_t | AET_traceTrigger |
typedef uint8_t | AET_jobIndex |
Type returned in the data parameters structures which indicates which entry in the jobs database that the job programmed occupies. More... | |
Functions | |
AET_error | AET_claim (void) |
Claims the AET unit for use by the application. More... | |
AET_error | AET_configCounter (AET_counterConfigParams *params) |
Configures the Counters used with AET. More... | |
AET_error | AET_clearCounters () |
Disables the AET jobs that have been programmed. More... | |
AET_error | AET_disable (void) |
Clears all existing Counter configurations. | |
AET_error | AET_enable (void) |
Enables the AET jobs that have been programmed. More... | |
void | AET_init (void) |
Initializes the application. More... | |
int32_t | AET_readCounter (AET_counters) |
Read counter value. More... | |
AET_error | AET_release (void) |
Release ownership of the AET resources. More... | |
AET_error | AET_releaseJob (AET_jobIndex jobIndex) |
Clear an AET job. More... | |
AET_error | AET_setupJob (AET_jobType jobType, AET_jobParams *params) |
Programs specified AET jobs. More... | |
AET_error | AET_enableEmuPins (void) |
Enables EMU0 and EMU1 pins for ET0/1 input/output. More... | |
AET_error | AET_disableEmuPins (void) |
Disables EMU0 and EMU1 pins for ET0/1 input/output. More... | |
Application Access to Advanced Event Triggering Hardware.