RESTRICT is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

RESTRICT macro

To be able to use __restrict__ on the supported platform. The IAR compiler does not support this

Syntax

#define RESTRICT __restrict__

References

LocationText
Config.hpp:111
#define RESTRICT __restrict__
HAL.hpp:369
virtual bool blockCopy(void* RESTRICT dest, const void* RESTRICT src, uint32_t numBytes);
Unicode.hpp:88
static uint16_t strncpy(UnicodeChar* RESTRICT dst, const UnicodeChar* RESTRICT src, uint16_t maxchars);
Unicode.hpp:108
static uint16_t strncpy(UnicodeChar* RESTRICT dst, const char* RESTRICT src, uint16_t maxchars);
Unicode.hpp:521
static int strncmp(const UnicodeChar* RESTRICT str1, const UnicodeChar* RESTRICT str2, uint16_t maxchars);
Unicode.hpp:540
static int strncmp_ignore_white_spaces(const UnicodeChar* RESTRICT str1, const UnicodeChar* RESTRICT str2, uint16_t maxchars);