STM324x9I_EVAL + 0/1 examples
CodeScope will show references to BSP_LCD_SetLayerVisible() from the following samples and libraries:
Examples
STM324x9I_EVAL
Applications
Camera
 
Symbols
loading...
Files
loading...

BSP_LCD_SetLayerVisible() function

Sets an LCD Layer visible

Syntax

void BSP_LCD_SetLayerVisible(uint32_t LayerIndex,     FunctionalState State);
Implemented in stm324x9i_eval_lcd.c:271

Arguments

LayerIndex

Visible Layer

State

New state of the specified layer This parameter can be one of the following values: @arg ENABLE @arg DISABLE

Examples

BSP_LCD_SetLayerVisible() is referenced by 1 libraries and example projects.

References

LocationText
stm324x9i_eval_lcd.c:271
void BSP_LCD_SetLayerVisible(uint32_t LayerIndex, FunctionalState State)
stm324x9i_eval_lcd.h:179
void BSP_LCD_SetLayerVisible(uint32_t LayerIndex, FunctionalState State);

Data Use

Data read by BSP_LCD_SetLayerVisible()
Data written by BSP_LCD_SetLayerVisible()
BSP_LCD_SetLayerVisible()