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

📄 config_gram.h

📁 AVR的USB文件
💻 H
字号:
/* A Bison parser, made from ../config_gram.y, by GNU bison 1.75.  *//* Skeleton parser for Yacc-like parsing with Bison,   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.   This program is free software; you can redistribute it and/or modify   it under the terms of the GNU General Public License as published by   the Free Software Foundation; either version 2, or (at your option)   any later version.   This program is distributed in the hope that it will be useful,   but WITHOUT ANY WARRANTY; without even the implied warranty of   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the   GNU General Public License for more details.   You should have received a copy of the GNU General Public License   along with this program; if not, write to the Free Software   Foundation, Inc., 59 Temple Place - Suite 330,   Boston, MA 02111-1307, USA.  *//* As a special exception, when this file is copied by Bison into a   Bison output file, you may use that output file without restriction.   This special exception was added by the Free Software Foundation   in version 1.24 of Bison.  */#ifndef BISON_CONFIG_GRAM_H# define BISON_CONFIG_GRAM_H/* Tokens.  */#ifndef YYTOKENTYPE# define YYTOKENTYPE   /* Put the tokens into the symbol table, so that GDB and other debuggers      know about them.  */   enum yytokentype {     K_READ = 258,     K_WRITE = 259,     K_READ_LO = 260,     K_READ_HI = 261,     K_WRITE_LO = 262,     K_WRITE_HI = 263,     K_LOADPAGE_LO = 264,     K_LOADPAGE_HI = 265,     K_WRITEPAGE = 266,     K_CHIP_ERASE = 267,     K_PGM_ENABLE = 268,     K_MEMORY = 269,     K_PAGE_SIZE = 270,     K_PAGED = 271,     K_BS2 = 272,     K_BUFF = 273,     K_CHIP_ERASE_DELAY = 274,     K_DEDICATED = 275,     K_DEFAULT_PARALLEL = 276,     K_DEFAULT_PROGRAMMER = 277,     K_DEFAULT_SERIAL = 278,     K_DESC = 279,     K_DEVICECODE = 280,     K_EEPROM = 281,     K_ERRLED = 282,     K_FLASH = 283,     K_ID = 284,     K_IO = 285,     K_LOADPAGE = 286,     K_MAX_WRITE_DELAY = 287,     K_MIN_WRITE_DELAY = 288,     K_MISO = 289,     K_MOSI = 290,     K_NUM_PAGES = 291,     K_PAGEL = 292,     K_PAR = 293,     K_PARALLEL = 294,     K_PART = 295,     K_PGMLED = 296,     K_PROGRAMMER = 297,     K_PSEUDO = 298,     K_PWROFF_AFTER_WRITE = 299,     K_RDYLED = 300,     K_READBACK_P1 = 301,     K_READBACK_P2 = 302,     K_READMEM = 303,     K_RESET = 304,     K_RETRY_PULSE = 305,     K_SERIAL = 306,     K_SCK = 307,     K_SIZE = 308,     K_STK500 = 309,     K_TYPE = 310,     K_VCC = 311,     K_VFYLED = 312,     K_NO = 313,     K_YES = 314,     TKN_COMMA = 315,     TKN_EQUAL = 316,     TKN_SEMI = 317,     TKN_NUMBER = 318,     TKN_STRING = 319,     TKN_ID = 320   };#endif#define K_READ 258#define K_WRITE 259#define K_READ_LO 260#define K_READ_HI 261#define K_WRITE_LO 262#define K_WRITE_HI 263#define K_LOADPAGE_LO 264#define K_LOADPAGE_HI 265#define K_WRITEPAGE 266#define K_CHIP_ERASE 267#define K_PGM_ENABLE 268#define K_MEMORY 269#define K_PAGE_SIZE 270#define K_PAGED 271#define K_BS2 272#define K_BUFF 273#define K_CHIP_ERASE_DELAY 274#define K_DEDICATED 275#define K_DEFAULT_PARALLEL 276#define K_DEFAULT_PROGRAMMER 277#define K_DEFAULT_SERIAL 278#define K_DESC 279#define K_DEVICECODE 280#define K_EEPROM 281#define K_ERRLED 282#define K_FLASH 283#define K_ID 284#define K_IO 285#define K_LOADPAGE 286#define K_MAX_WRITE_DELAY 287#define K_MIN_WRITE_DELAY 288#define K_MISO 289#define K_MOSI 290#define K_NUM_PAGES 291#define K_PAGEL 292#define K_PAR 293#define K_PARALLEL 294#define K_PART 295#define K_PGMLED 296#define K_PROGRAMMER 297#define K_PSEUDO 298#define K_PWROFF_AFTER_WRITE 299#define K_RDYLED 300#define K_READBACK_P1 301#define K_READBACK_P2 302#define K_READMEM 303#define K_RESET 304#define K_RETRY_PULSE 305#define K_SERIAL 306#define K_SCK 307#define K_SIZE 308#define K_STK500 309#define K_TYPE 310#define K_VCC 311#define K_VFYLED 312#define K_NO 313#define K_YES 314#define TKN_COMMA 315#define TKN_EQUAL 316#define TKN_SEMI 317#define TKN_NUMBER 318#define TKN_STRING 319#define TKN_ID 320#ifndef YYSTYPEtypedef int yystype;# define YYSTYPE yystype#endifextern YYSTYPE yylval;#endif /* not BISON_CONFIG_GRAM_H */

⌨️ 快捷键说明

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