Home
last modified time | relevance | path

Searched refs:IOInitType (Results 1 – 2 of 2) sorted by relevance

/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_lcd.c152 assert_parameters(IS_LCD_COMMOD(IOInitType->COMMode)); in LCD_Cmd()
156 LCD->SEGCTRL0 = IOInitType->SegCtrl0; in LCD_Cmd()
157 LCD->SEGCTRL1 = IOInitType->SegCtrl1; in LCD_Cmd()
158 LCD->SEGCTRL2 = IOInitType->SegCtrl2; in LCD_Cmd()
169 if (IOInitType->COMMode & 2UL) in LCD_Cmd()
176 if (IOInitType->COMMode & 4UL) in LCD_Cmd()
192 LCD->SEGCTRL0 = IOInitType->SegCtrl0; in LCD_Cmd()
193 LCD->SEGCTRL1 = IOInitType->SegCtrl1; in LCD_Cmd()
194 LCD->SEGCTRL2 = IOInitType->SegCtrl2; in LCD_Cmd()
205 if (IOInitType->COMMode & 2UL) in LCD_Cmd()
[all …]
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_lcd.h137 void LCD_Cmd(LCD_IOInitType *IOInitType, uint32_t NewState);

Completed in 5 milliseconds