Searched refs:LCD_InitStruct (Results 1 – 6 of 6) sorted by relevance
60 void LCD_DriverInit(LCD_InitTypeDef* LCD_InitStruct) in LCD_DriverInit() argument69 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()
98 void LCD_StructInit(LCD_InitType *LCD_InitStruct) in LCD_StructInit() argument102 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()
184 void LCD_StructInit(LCD_InitType *LCD_InitStruct) in LCD_StructInit() argument188 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()
133 void LCD_StructInit(LCD_InitType *LCD_InitStruct);
145 void LCD_StructInit(LCD_InitType *LCD_InitStruct);
338 void LCD_DriverInit(LCD_InitTypeDef* LCD_InitStruct);
Completed in 16 milliseconds