⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gammadl.h

📁 IT projecotr reference design.
💻 H
字号:
/****************************************************************************/
/*             TEXAS INSTRUMENTS PROPRIETARY INFORMATION                    */
/*                                                                          */
/*  (c) Copyright, Texas Instruments Incorporated, 2006.                    */
/*      All Rights Reserved.                                                */
/*                                                                          */
/*  Property of Texas Instruments Incorporated. Restricted Rights -         */
/*  Use, duplication, or disclosure is subject to restrictions set          */
/*  forth in TI's program license agreement and associated documentation.   */
/****************************************************************************/

/****************************************************************************/
/* gammaDL.h                                                                */
/****************************************************************************/

#ifndef __GAMMADL_H
#define __GAMMADL_H

#include "common.h"

BOOL  gdlFromID( int08 index, uint08 *pointer );   /* get identifier string */
BOOL  gdlFromInit( void );                /* initialize for FROM table load */
BOOL  gdlFromLoad( int08 index );                    /* load table at index */
BOOL  gdlFromWrite( uint16 element );       /* write 16-bit element to FROM */
int32 gdlIDLength( void );               /* get length of identifier string */
BOOL  gdlOffset(uint32 offset );                        /* set write offset */
BOOL  gdlRamInit( BOOL start );           /* initialize for RAM buffer load */
BOOL  gdlRamLoad( void );                                 /* load RAM table */
BOOL  gdlRamWrite( uint16 element );  /* write 16-bit element to RAM buffer */

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -