STM32F413H-Discovery + 0/2 examples
CodeScope will show references to LCD_IO_WriteData() from the following samples and libraries:
Drivers
Peripherals
 
Symbols
loading...
Files
loading...

LCD_IO_WriteData() function

Writes data on LCD data register.

Syntax

void LCD_IO_WriteData(uint16_t RegValue);
Implemented in stm32f413h_discovery.c:683

Arguments

RegValue

Data to be written

Examples

LCD_IO_WriteData() is referenced by 2 libraries and example projects.

References

LocationText
stm32f413h_discovery.c:683
void LCD_IO_WriteData(uint16_t RegValue)
stm32f413h_discovery.c:128
void LCD_IO_WriteData(uint16_t RegValue);

Call Tree

Functions called by LCD_IO_WriteData()
LCD_IO_WriteData()
all items filtered out
Data read by LCD_IO_WriteData()
all items filtered out
LCD_IO_WriteData()