?? fake_dma.h
字號:
/* ======================================================================== */
/* */
/* TEXAS INSTRUMENTS, INC. */
/* */
/* NAME */
/* fake_dma.h */
/* */
/* DESCRIPTION */
/* */
/* COPYRIGHT NOTICES */
/* Copyright (c) 2001 Texas Instruments Inc. All rights reserved. */
/* Exclusive property of the Video & Imaging Products, Emerging End */
/* Equipment group of Texas Instruments India Limited. Any handling, */
/* use, disclosure, reproduction, duplication, transmission, or storage */
/* of any part of this work by any means is subject to restrictions and */
/* prior written permission set forth in TI's program license agreements */
/* and associated software documentation. */
/* */
/* This copyright notice, restricted rights legend, or other proprietary */
/* markings must be reproduced without modification in any authorized */
/* copies of any part of this work. Removal or modification of any part */
/* of this notice is prohibited. */
/* ------------------------------------------------------------------------ */
/* Copyright (c) 2001 Texas Instruments, Incorporated. */
/* All Rights Reserved. */
/* ======================================================================== */
#ifndef _FAKE_DMA_H
#define _FAKE_DMA_H
#define DAT_1D2D 0
#define DAT_2D1D 1
#define DAT_2D2D 2
unsigned int DAT_copy2d( unsigned int type,
void *source,
void *dest,
unsigned short lineLen,
unsigned short lineCnt,
unsigned short linePitch );
#define INIT_CHANNEL_LOW(id)
#define INIT_CHANNEL_HIGH(id)
#define CHANNEL2 32
#define CHANNEL3 33
#define CHANNEL4 34
#define CHANNEL5 35
#define CHANNEL6 36
#define CHANNEL7 37
#define CHANNEL8 38
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -