_aDialogSystemInformation is only used within MB1063.
 
Symbols
loading...
Files
loading...

_aDialogSystemInformation variable

Syntax

static const GUI_WIDGET_CREATE_INFO _aDialogSystemInformation[] = { { WINDOW_CreateIndirect, "System Information", 0, 0, 0, 600, 342, FRAMEWIN_CF_MOVEABLE }, { TEXT_CreateIndirect, "Board : STM324x9I", ID_TEXT_BOARD, 160, 24, 300, 50, 0, 0x0, 0 }, { TEXT_CreateIndirect, "Core: STM32F439", ID_TEXT_CORE, 160, 54, 300, 50, 0, 0x0, 0 }, { TEXT_CreateIndirect, "CPU Speed : up to 180MHz", ID_TEXT_CPU, 160, 84, 300, 20, 0, 0x0, 0 }, { TEXT_CreateIndirect, "Firmware Version : 1.6.0", ID_TEXT_VERSION, 160, 114, 300, 20, 0, 0x0, 0 }, { IMAGE_CreateIndirect, "Image", ID_IMAGE_LOGO, 280, 200, 50, 40, 0, 0, 0 }, { TEXT_CreateIndirect, "Copyright (c) STMicroelectronics 2017", ID_TEXT_COPYRIGHT, 160, 250, 320, 20, 0, 0x0, 0 }, };

References

LocationReferrerText
system_win.c:120
static const GUI_WIDGET_CREATE_INFO _aDialogSystemInformation[] = {
system_win.c:507_cbDialog()
hDialog = GUI_CreateDialogBox(_aDialogSystemInformation,
system_win.c:508_cbDialog()
GUI_COUNTOF(_aDialogSystemInformation),

Data Use

Functions reading _aDialogSystemInformation
_aDialogSystemInformation
all items filtered out
Type of _aDialogSystemInformation
_aDialogSystemInformation
all items filtered out