_SFR_MEM_ADDR()

Abstract

The _SFR_MEM_ADDR() is a macro that returns the address of the argument.

Source Code

The _SFR_MEM_ADDR() is defined in hardware/tools/avr/avr/include/avr/sfr_defs.h as below.

1
#define _SFR_MEM_ADDR(sfr) ((uint16_t) &(sfr))

It return the address of the argument.

Version

7.3.0-atmel3.6.1-arduino7

Last Update

May 15, 2021

inserted by FC2 system