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

BSP_LCD_SetLayerVisible() function

Sets a LCD Layer visible.

Syntax

void BSP_LCD_SetLayerVisible(uint32_t LayerIndex,     FunctionalState state);
Implemented in stm32f429i_discovery_lcd.c:285

Arguments

LayerIndex

the visible Layer.

state

new state of the specified layer. This parameter can be: ENABLE or DISABLE.

Examples

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

References

LocationText
stm32f429i_discovery_lcd.c:285
void BSP_LCD_SetLayerVisible(uint32_t LayerIndex, FunctionalState state)
stm32f429i_discovery_lcd.h:185
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()