_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, 300, 180, FRAMEWIN_CF_MOVEABLE }, { TEXT_CreateIndirect, "Board : STM324xG-EVAL", ID_TEXT_BOARD, 15, 15, 200, 20, 0, 0x0, 0 }, { TEXT_CreateIndirect, "Core: STM32F-4 Series", ID_TEXT_CORE, 15, 35, 200, 20, 0, 0x0, 0 }, { TEXT_CreateIndirect, "CPU Speed : 168MHz", ID_TEXT_CPU, 15, 55, 200, 20, 0, 0x0, 0 }, { TEXT_CreateIndirect, "Firmware Version : 1.6.0", ID_TEXT_VERSION, 15, 75, 280, 20, 0, 0x0, 0 }, { IMAGE_CreateIndirect, "Image", ID_IMAGE_LOGO, 90, 95, 40, 20, 0, 0, 0 }, { TEXT_CreateIndirect, "Copyright (c) STMicroelectronics 2017", ID_TEXT_COPYRIGHT, 15, 125, 200, 20, 0, 0x0, 0 }, };

References

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

Data Use

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