Home
last modified time | relevance | path

Searched refs:IntEOTEn (Results 1 – 7 of 7) sorted by relevance

/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_lcd.c57 if(initStruct->IntEOTEn) LCD_INTEn(LCDx); in LCD_Init()
63 if(initStruct->IntEOTEn) in LCD_Init()
A DSWM320_lcd.h17 uint8_t IntEOTEn; //End of Transter(传输完成)中断使能 member
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_lcd.c51 ((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()
A DSWM341_dma2d.c40 DMA2D->IE = (initStruct->IntEOTEn << DMA2D_IE_DONE_Pos); in DMA2D_Init()
42 if(initStruct->IntEOTEn) in DMA2D_Init()
A DSWM341_dma2d.h9 uint8_t IntEOTEn; // End of Transter(传输完成)中断使能 member
A DSWM341_lcd.h21 uint8_t IntEOTEn; //End of Transter(传输完成)中断使能 member
/bsp/synwit/libraries/SWM341_drivers/
A Ddrv_rgb_lcd.c178 LCD_initStruct.IntEOTEn = 0; in swm_rgb_lcd_init()

Completed in 14 milliseconds