touchgfx::HAL::blockCopy() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::HAL::blockCopy() method

@fn virtual bool HAL::blockCopy(void* RESTRICT dest, const void* RESTRICT src, uint32_t numBytes); This function performs a platform-specific memcpy. This function performs a platform-specific memcpy, if supported by the hardware.

Syntax

virtual bool blockCopy(void* RESTRICT dest,     const void* RESTRICT src,     uint32_t numBytes);

Arguments

dest

src

numBytes

Number of bytes to copy.

Return value

true if the copy succeeded, false if copy was not performed.

References

LocationText
HAL.hpp:369
virtual bool blockCopy(void* RESTRICT dest, const void* RESTRICT src, uint32_t numBytes);