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

LCD_IO_WriteReg() function

Writes register on LCD register.

Syntax

void LCD_IO_WriteReg(uint8_t Reg);
Implemented in stm32412g_discovery.c:921

Arguments

Reg

Register to be written

Examples

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

References

LocationText
stm32412g_discovery.c:921
void LCD_IO_WriteReg(uint8_t Reg)
stm32412g_discovery.c:148
void LCD_IO_WriteReg(uint8_t Reg);

Call Tree

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