Activity Counter Function Documentation

 

Sys_ACNT_Start

void Sys_ACNT_Start()

 

Start activity counter.

 

Location: acnt.h:42

 

 

Example Code for Sys_ACNT_Start

    // Start the activity counter

    Sys_ACNT_Start();

 

Sys_ACNT_Stop

void Sys_ACNT_Stop()

 

Stop activity counter.

 

Location: acnt.h:52

 

 

Example Code for Sys_ACNT_Stop

    // Stop the activity counter

    Sys_ACNT_Stop();

 

Sys_ACNT_Clear

void Sys_ACNT_Clear()

 

Clear activity counter values.

 

Location: acnt.h:62

 

 

Example Code for Sys_ACNT_Clear

    // Clear the current counter value in the activity counters.

    Sys_ACNT_Clear();