Home
last modified time | relevance | path

Searched refs:LCD_InitStruct (Results 1 – 6 of 6) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_lcd.c60 void LCD_DriverInit(LCD_InitTypeDef* LCD_InitStruct) in LCD_DriverInit() argument
69 HT_LCD->FCR = (u32)(LCD_InitStruct->LCD_Prescaler) | in LCD_DriverInit()
70 (u32)(LCD_InitStruct->LCD_Divider); in LCD_DriverInit()
72 HT_LCD->CR = (u32)(LCD_InitStruct->LCD_Waveform) | in LCD_DriverInit()
73 (u32)(LCD_InitStruct->LCD_Bias) | in LCD_DriverInit()
74 (u32)(LCD_InitStruct->LCD_Duty) | in LCD_DriverInit()
75 (u32)(LCD_InitStruct->LCD_VoltageSource); in LCD_DriverInit()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/
A Dlib_lcd.c98 void LCD_StructInit(LCD_InitType *LCD_InitStruct) in LCD_StructInit() argument
102 LCD_InitStruct->BKFILL = LCD_BKFILL_0; in LCD_StructInit()
104 LCD_InitStruct->Drv = LCD_DRV_300; in LCD_StructInit()
106 LCD_InitStruct->FBMODE = LCD_FBMODE_BUFA; in LCD_StructInit()
108 LCD_InitStruct->FRQ = LCD_FRQ_64H; in LCD_StructInit()
110 LCD_InitStruct->SWPR = 0; in LCD_StructInit()
112 LCD_InitStruct->Type = LCD_TYPE_4COM; in LCD_StructInit()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_lcd.c184 void LCD_StructInit(LCD_InitType *LCD_InitStruct) in LCD_StructInit() argument
188 LCD_InitStruct->BKFILL = LCD_BKFILL_0; in LCD_StructInit()
190 LCD_InitStruct->Drv = LCD_DRV_300; in LCD_StructInit()
192 LCD_InitStruct->FBMODE = LCD_FBMODE_BUFA; in LCD_StructInit()
194 LCD_InitStruct->FRQ = LCD_FRQ_64H; in LCD_StructInit()
196 LCD_InitStruct->SWPR = 0; in LCD_StructInit()
198 LCD_InitStruct->Type = LCD_TYPE_4COM; in LCD_StructInit()
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_lcd.h133 void LCD_StructInit(LCD_InitType *LCD_InitStruct);
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_lcd.h145 void LCD_StructInit(LCD_InitType *LCD_InitStruct);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_lcd.h338 void LCD_DriverInit(LCD_InitTypeDef* LCD_InitStruct);

Completed in 16 milliseconds