spl78k0_types.h

来自「NEC upd78f0300的自编程序样例」· C头文件 代码 · 共 29 行

H
29
字号
/************************************************************************************/
/*                                                                                  */
/* File:        spl78k0_types.h                                                     */
/* Project:     Selfprogramming application note, single voltage flash              */
/* Device:      78k0/Kx2                                                            */
/* Version:     1v06                                                                */
/* Date:        12.09.2006 09:31                                                    */
/*                                                                                  */
/* Copyright:   (c)2004-2006 by NEC Electronics (Europe) GmbH. All rights reserved. */
/*                                                                                  */
/* Description: basic type definitions used in the selfprogramming library          */
/*                                                                                  */
/* Environment: IAR environment for 78K0 and 78K0S (version V3.xx and V4.xx)        */
/*                                                                                  */
/************************************************************************************/

#ifndef __SPL78K0_TYPES_H_INCLUDED
#define __SPL78K0_TYPES_H_INCLUDED

//----------------------------------------------------------------------------
// type definitions
//----------------------------------------------------------------------------
typedef unsigned char       u08;
typedef unsigned int        u16;
typedef unsigned long int   u32;


#endif

⌨️ 快捷键说明

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