Searched refs:IntEOTEn (Results 1 – 7 of 7) sorted by relevance
57 if(initStruct->IntEOTEn) LCD_INTEn(LCDx); in LCD_Init()63 if(initStruct->IntEOTEn) in LCD_Init()
17 uint8_t IntEOTEn; //End of Transter(传输完成)中断使能 member
51 ((1-initStruct->IntEOTEn) << LCD_CR_AUTORESTA_Pos); in LCD_Init()80 LCDx->IE = initStruct->IntEOTEn; in LCD_Init()85 if(initStruct->IntEOTEn) NVIC_EnableIRQ(LCD_IRQn); in LCD_Init()
40 DMA2D->IE = (initStruct->IntEOTEn << DMA2D_IE_DONE_Pos); in DMA2D_Init()42 if(initStruct->IntEOTEn) in DMA2D_Init()
9 uint8_t IntEOTEn; // End of Transter(传输完成)中断使能 member
21 uint8_t IntEOTEn; //End of Transter(传输完成)中断使能 member
178 LCD_initStruct.IntEOTEn = 0; in swm_rgb_lcd_init()
Completed in 14 milliseconds