创客百科

姿势共享,有节操无门槛参与的创客百科,创客动力之源 \ (^_^) /

用户工具

站点工具


arduino:avrgcc:adcl_adch

ADCL/ADCH

Abstract

The ADCD/ADCH are registers which store the result of AD conversion.

Source Code

The ADCD/ADCH are defined in hardware/tools/avr/avr/include/avr/iom328p.h as below.

#define ADCL _SFR_MEM8(0x78)
#define ADCH _SFR_MEM8(0x79)

The 0x78 and 0x79 are the addresses where the ADCL and ADCH registers exist. It calls the _SFR_MEM8().

本页面的其他翻译:
arduino/avrgcc/adcl_adch.txt · 最后更改: 2016/12/25 22:15 (外部编辑)