From 98403e25d31b718f865f3d2c481d35e9e9e6d488 Mon Sep 17 00:00:00 2001 From: logicog Date: Thu, 5 Jun 2025 20:14:08 +0200 Subject: [PATCH] Add definitions for SFRs 0x93 and 0x94 --- rtl837x_sfr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rtl837x_sfr.h b/rtl837x_sfr.h index 35f5266..70eb6e1 100644 --- a/rtl837x_sfr.h +++ b/rtl837x_sfr.h @@ -42,6 +42,10 @@ __sfr __at(0x97) SFR_97; __sfr __at(0xb9) SFR_b9; __sfr __at(0xba) SFR_ba; +// Clause 22 PHY access ??? +__sfr __at(0x93) SFR_93; +__sfr __at(0x94) SFR_94; + /* FLASH controller SFRs */ __sfr __at(0x80) SFR_FLASH_EXEC; __sbit __at(0x82) SFR_FLASH_EXEC_GO;