Add definitions for SFRs 0x93 and 0x94

This commit is contained in:
logicog
2025-06-05 20:14:08 +02:00
parent 7c2e1509a5
commit 98403e25d3
+4
View File
@@ -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;