You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- #define _SFR_IO8(io_addr) (io_addr) // this macro is all we need from the sfr file + #define _MMIO_BYTE(mem_addr) (*(volatile uint8_t *)(mem_addr))+ #define _SFR_IO8(io_addr) _MMIO_BYTE((io_addr) + __SFR_OFFSET)