mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add definitions for SFRs 0x93 and 0x94
This commit is contained in:
@@ -42,6 +42,10 @@ __sfr __at(0x97) SFR_97;
|
|||||||
__sfr __at(0xb9) SFR_b9;
|
__sfr __at(0xb9) SFR_b9;
|
||||||
__sfr __at(0xba) SFR_ba;
|
__sfr __at(0xba) SFR_ba;
|
||||||
|
|
||||||
|
// Clause 22 PHY access ???
|
||||||
|
__sfr __at(0x93) SFR_93;
|
||||||
|
__sfr __at(0x94) SFR_94;
|
||||||
|
|
||||||
/* FLASH controller SFRs */
|
/* FLASH controller SFRs */
|
||||||
__sfr __at(0x80) SFR_FLASH_EXEC;
|
__sfr __at(0x80) SFR_FLASH_EXEC;
|
||||||
__sbit __at(0x82) SFR_FLASH_EXEC_GO;
|
__sbit __at(0x82) SFR_FLASH_EXEC_GO;
|
||||||
|
|||||||
Reference in New Issue
Block a user