Searched refs:LCD_InitStructure (Results 1 – 9 of 9) sorted by relevance
102 tmp |= LCD_InitStructure->MuxSegment; in LCD_Init()103 tmp |= LCD_InitStructure->Bias; in LCD_Init()104 tmp |= LCD_InitStructure->Duty; in LCD_Init()105 tmp |= LCD_InitStructure->VoltageSource; in LCD_Init()116 tmp |= LCD_InitStructure->Prescaler; in LCD_Init()117 tmp |= LCD_InitStructure->Divider; in LCD_Init()118 tmp |= LCD_InitStructure->BlinkMode; in LCD_Init()119 tmp |= LCD_InitStructure->BlinkFreq; in LCD_Init()120 tmp |= LCD_InitStructure->Contrast; in LCD_Init()121 tmp |= LCD_InitStructure->DeadTime; in LCD_Init()[all …]
18 } LCD_InitStructure; typedef63 void LCD_Init(LCD_TypeDef * LCDx, LCD_InitStructure * initStruct);
34 void LCD_Init(LCD_TypeDef * LCDx, LCD_InitStructure * initStruct) in LCD_Init()
22 } LCD_InitStructure; typedef47 void LCD_Init(LCD_TypeDef * LCDx, LCD_InitStructure * initStruct);
35 void LCD_Init(LCD_TypeDef * LCDx, LCD_InitStructure * initStruct) in LCD_Init()
130 LCD_InitStructure LCD_initStruct; in swm_rgb_lcd_init()
694 LCD_ErrorTypeDef LCD_Init(LCD_InitType *LCD_InitStructure );
Completed in 16 milliseconds