_SFR_IO8()
Abstract
The _SFR_IO8() converts the I/O address to the memory address. It is a macro that returns a byte of data at an address of io_addr + __SFR_OFFSET.
Source Code
The _SFR_IO8() is defined in hardware/tools/avr/avr/include/avr/sfr_defs.h as below.
|
|
Adding __SFR_OFFSET to io_addr, then calls _MMIO_BYTE().
Version
7.3.0-atmel3.6.1-arduino7
Last Update
May 15, 2021