Nirvana Jay / Mbed 2 deprecated F7DISCO_Demo

Dependencies:   BSP_DISCO_F746NG_patch mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

KERNEL_MENU

KERNEL_MENU
[CORE]

Kernel menu routines. More...

Functions

static void _cbBk (WM_MESSAGE *pMsg)
 Callback routine of desktop window.
void k_SetGuiProfile (void)
 set the GUI profile
void k_InitMenu (void)
 Initializes the menu.

Detailed Description

Kernel menu routines.


Function Documentation

static void _cbBk ( WM_MESSAGE *  pMsg ) [static]

Callback routine of desktop window.

Parameters:
pMsg,:pointer to data structure of type WM_MESSAGE
Return values:
None

Definition at line 65 of file k_menu.c.

void k_InitMenu ( void   )

Initializes the menu.

Parameters:
None.
Return values:
None.

Definition at line 196 of file k_menu.c.

void k_SetGuiProfile ( void   )

set the GUI profile

Parameters:
None.
Return values:
None.

Definition at line 150 of file k_menu.c.