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

touchgfx::Partition::SupportedTypesList

@typedef ListOfTypes SupportedTypesList Provides a generic public type containing the list of supported types. Provides a generic public type containing the list of supported types.

Syntax

typedef ListOfTypes SupportedTypesList;

References

LocationText
Partition.hpp:52
typedef ListOfTypes SupportedTypesList;
Partition.hpp:59
INTS_PR_ELEMENT = (sizeof(typename meta::select_type_maxsize< SupportedTypesList >::type) + sizeof(int) - 1) / sizeof(int),