TouchGFX + 0/1 examples
CodeScope will show references to touchgfx::HAL::lockFrameBuffer() from the following samples and libraries:
Examples
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::HAL::lockFrameBuffer()

touchgfx::HAL::lockFrameBuffer() method

@fn virtual uint16_t* HAL::lockFrameBuffer(); Waits for the frame buffer to become available for use. Waits for the frame buffer to become available for use (i.e. not used by DMA transfers).

Syntax

virtual uint16_t* lockFrameBuffer();

Return value

A pointer to the beginning of the currently used frame buffer.

Notes

Function blocks until frame buffer is available. Client code MUST call unlockFrameBuffer() when frame buffer operation has completed.

Examples

touchgfx::HAL::lockFrameBuffer() is referenced by 1 libraries and example projects.

References

LocationText
HAL.hpp:258
virtual uint16_t* lockFrameBuffer();

Type Use

Type of touchgfx::HAL::lockFrameBuffer()
touchgfx::HAL::lockFrameBuffer()
uint16_t
all items filtered out