创客百科

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

用户工具

站点工具


arduino:avrgcc:lpm_word

__LPM_word()

Abstract

The __LPM() is a macro that reads a word of data stored in a specified address(PROGMEM area).

Source Code

The __LPM_word() is defined in hardware/tools/avr/avr/include/avr/pgmspace.h as below.

#define __LPM_word(addr)    __LPM_word_enhanced__(addr)

The input is addr and just calls __LPM_word_enhanced__().

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