TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::MCUInstrumentation::getElapsedUS() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::MCUInstrumentation::getElapsedUS()

touchgfx::MCUInstrumentation::getElapsedUS() method

@fn virtual unsigned int MCUInstrumentation::getElapsedUS(unsigned int start, unsigned int now, unsigned int clockfrequency) = 0; Gets elapsed microseconds based on clock frequency. Gets elapsed microseconds based on clock frequency.

Syntax

virtual unsigned int getElapsedUS(unsigned int start,     unsigned int now,     unsigned int clockfrequency) = 0;

Arguments

start

Start time.

now

Current time.

clockfrequency

Clock frequency of the system expressed in MHz.

Return value

Elapsed microseconds start and now.

Examples

touchgfx::MCUInstrumentation::getElapsedUS() is referenced by 4 libraries and example projects.

References

LocationText
MCUInstrumentation.hpp:78
virtual unsigned int getElapsedUS(unsigned int start, unsigned int now, unsigned int clockfrequency) = 0;