touchgfx::MCUInstrumentation::setCCConsumed() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::MCUInstrumentation::setCCConsumed()

touchgfx::MCUInstrumentation::setCCConsumed() method

@fn virtual void MCUInstrumentation::setCCConsumed(uint32_t val) Sets number of consumed clock cycles. Sets number of consumed clock cycles.

Syntax

virtual void setCCConsumed(uint32_t val);

Arguments

val

number of clock cycles.

References

LocationText
MCUInstrumentation.hpp:136
virtual void setCCConsumed(uint32_t val)

Data Use

Data read by touchgfx::MCUInstrumentation::setCCConsumed()
Data written by touchgfx::MCUInstrumentation::setCCConsumed()
touchgfx::MCUInstrumentation::setCCConsumed()