79832730

Date: 2025-11-28 16:16:51
Score: 0.5
Natty:
Report link

In file C:\Program Files\Microchip\xc8\v2.31\avr\avr\include\avr\sfr_defs.h you can fing used definition:

#define _MMIO_BYTE(mem_addr) (*(volatile uint8_t *)(mem_addr))
#define _SFR_IO8(io_addr) _MMIO_BYTE((io_addr) + __SFR_OFFSET)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Max Popov