Searched refs:pstcSegCom (Results 1 – 4 of 4) sorted by relevance
125 pstcSegCom->stc_seg32_51_com0_8_t.seg32_51_com0_8 = 0xffffffffu; in Lcd_GetSegCom()126 pstcSegCom->u32Seg0_31 = 0xffffffffu; in Lcd_GetSegCom()136 pstcSegCom->stc_seg32_51_com0_8_t.segcom_bit.Mux = 1; in Lcd_GetSegCom()140 pstcSegCom->stc_seg32_51_com0_8_t.segcom_bit.Mux = 0; in Lcd_GetSegCom()141 pstcSegCom->stc_seg32_51_com0_8_t.segcom_bit.Seg32_35 = 0; in Lcd_GetSegCom()161 pstcSegCom->stc_seg32_51_com0_8_t.segcom_bit.Com0_3 = 0; in Lcd_GetSegCom()162 pstcSegCom->stc_seg32_51_com0_8_t.segcom_bit.Seg39Com4 = 0; in Lcd_GetSegCom()163 pstcSegCom->stc_seg32_51_com0_8_t.segcom_bit.Seg38Com5 = 0; in Lcd_GetSegCom()168 pstcSegCom->stc_seg32_51_com0_8_t.segcom_bit.Com0_3 = 0; in Lcd_GetSegCom()190 void Lcd_SetSegCom(stc_lcd_segcom_t *pstcSegCom) in Lcd_SetSegCom() argument[all …]
323 pstcSegCom->bMux = 1; in LCD_GetSegCom()333 pstcSegCom->bMux = 0; in LCD_GetSegCom()342 pstcSegCom->u8Com0_3 = 0xfe; in LCD_GetSegCom()350 pstcSegCom->u8Com0_3 = 0xf8;//只取低4bit in LCD_GetSegCom()354 pstcSegCom->u8Com0_3 = 0xf0;//只取低4bit in LCD_GetSegCom()362 pstcSegCom->u8Com0_3 = 0xf0;//只取低4bit in LCD_GetSegCom()370 pstcSegCom->u8Com0_3 = 0xf0;//只取低4bit in LCD_GetSegCom()390 M0P_LCD->POEN0 = pstcSegCom->u32Seg0_31; in LCD_SetSegCom()392 M0P_LCD->POEN1_f.MUX = pstcSegCom->bMux; in LCD_SetSegCom()393 M0P_LCD->POEN1_f.C0 = pstcSegCom->u8Com0_3&0x01; in LCD_SetSegCom()[all …]
232 extern en_result_t Lcd_GetSegCom(stc_lcd_segcompara_t *pstcSegComPara,stc_lcd_segcom_t *pstcSegCom);233 extern void Lcd_SetSegCom(stc_lcd_segcom_t *pstcSegCom);
247 en_result_t LCD_GetSegCom(stc_lcd_segcompara_t *pstcSegComPara,stc_lcd_segcom_t *pstcSegCom);249 en_result_t LCD_SetSegCom(stc_lcd_segcom_t *pstcSegCom);
Completed in 10 milliseconds