8-bit 8 位Microcontrollers 微处理器Application Note 应用注释AVR1000: Getting Started Writing C-code for XMEGAAVR1000 : XMEGA 的 C 语言代码编写入门Features 特点:• Naming conventions 命名约定- Register names 寄存器名- Bit names 位名• C-code names C-代码名- Bit and group masks 位与组掩码- Group configuration masks 组配置掩码• Methods for accessing registers 访问寄存器的方法• Methods for writing reusable module functions 可多次使用模块功能的写入方法1 Introduction 引言Short development times and high quality requirements on electronic products has made high-level programming languages a requirement
The main reason is that High level languages make it easier to maintain and reuse code due to better portability and readability
由于电子产品的开发时间短,质量要求高,因此需要高层次的编程语言
最主要的原因是,高级语言具有更好的可移植性和可读性,使其更易于维护和重复使用代码
The choice of programming language alone does not ensure high