mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Use PHY page definitions, add PHY reset routine
This commit is contained in:
@@ -10,5 +10,6 @@ void rtl8224_phy_enable(void) __banked;
|
||||
void phy_config(uint8_t phy) __banked;
|
||||
void phy_config_8224(void) __banked;
|
||||
void phy_set_mode(uint8_t port, uint8_t speed, uint8_t flow_control, uint8_t duplex) __banked;
|
||||
void phy_reset(uint8_t port) __banked;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user