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

_aDialogSystemInformation variable

Syntax

static const GUI_WIDGET_CREATE_INFO _aDialogSystemInformation[] = { { WINDOW_CreateIndirect, "System Information", 0, 0, 0, 220, 240, FRAMEWIN_CF_MOVEABLE }, { TEXT_CreateIndirect, "Board : STM32429I-DISCO", ID_TEXT_BOARD, 10, 35, 200, 20, 0, 0x0, 0 }, { TEXT_CreateIndirect, "Core: STM32429", ID_TEXT_CORE, 10, 55, 200, 20, 0, 0x0, 0 }, { TEXT_CreateIndirect, "CPU Speed : up to 180MHz", ID_TEXT_CPU, 10, 75, 200, 20, 0, 0x0, 0 }, { TEXT_CreateIndirect, "Firmware Version : 1.5.0", ID_TEXT_VERSION, 10, 95, 200, 20, 0, 0x0, 0 }, { IMAGE_CreateIndirect, "Image", ID_IMAGE_LOGO, 90, 130, 40, 20, 0, 0, 0 }, { TEXT_CreateIndirect, "Copyright (c) STMicroelectronics 2017", ID_TEXT_COPYRIGHT, 10, 160, 200, 20, 0, 0x0, 0 }, };

References

LocationReferrerText
system_win.c:102
static const GUI_WIDGET_CREATE_INFO _aDialogSystemInformation[] = {
system_win.c:545_cbDialog()
hDialog = GUI_CreateDialogBox(_aDialogSystemInformation,
system_win.c:546_cbDialog()
GUI_COUNTOF(_aDialogSystemInformation),

Data Use

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