Beispiel #1
0
__s32 Image_exit(__u32 screen_id)
{
	DE_BE_DisableINT(screen_id, DE_IMG_REG_LOAD_FINISH);
	//bsp_disp_sprite_exit(screen_id);
	image_clk_exit(screen_id);

	return DIS_SUCCESS;
}
Beispiel #2
0
__s32 Image_exit(__u32 sel)
{    
    DE_BE_DisableINT(sel, DE_IMG_REG_LOAD_FINISH);
    BSP_disp_sprite_exit(sel);
    image_clk_exit(sel);
        
    return DIS_SUCCESS;
}
Beispiel #3
0
__s32 Image_exit(__u32 sel)
{
    DE_BE_DisableINT(sel, DE_IMG_IRDY_IE);
    if(sel == 0)
    {
        BSP_disp_sprite_exit(sel);
    }
    image_clk_exit(sel);

    return DIS_SUCCESS;
}