touchgfx::Partition::::INTS_PR_ELEMENT is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Partition::::INTS_PR_ELEMENT

touchgfx::Partition::::INTS_PR_ELEMENT

Syntax

INTS_PR_ELEMENT = (sizeof(typename meta::select_type_maxsize< SupportedTypesList >::type) + sizeof(int) - 1) / sizeof(int);

References

LocationText
Partition.hpp:59
INTS_PR_ELEMENT = (sizeof(typename meta::select_type_maxsize< SupportedTypesList >::type) + sizeof(int) - 1) / sizeof(int),
Partition.hpp:60
SIZE_OF_ELEMENT = INTS_PR_ELEMENT * sizeof(int)
Partition.hpp:155
int filler[INTS_PR_ELEMENT];