?* File Name? ? ? ? ? : wchnet.h
?* Author? ? ? ? ? ? ?: WCH
?* Version? ? ? ? ? ? : V1.90
?* Date? ? ? ? ? ? ? ?: 2023/05/12
?* Description? ? ? ? : This file contains the headers of?
*? ? ? ? ? ? ? ? ? ? the Ethernet protocol stack library.
-------
有人知道這個版本的PHY_MODE 在哪里設(shè)置嗎, 我用是RT8201F 外部PHY, 今天突然返現(xiàn) PHY_MODE沒有了.?
/********************************** (C) COPYRIGHT *******************************
* File Name? ? ? ? ? : eth_driver.h
* Author? ? ? ? ? ? ?: WCH
* Version? ? ? ? ? ? : V1.3.0
* Date? ? ? ? ? ? ? ?: 2022/06/02
* Description? ? ? ? : This file contains the headers of the ETH Driver.
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd.
* SPDX-License-Identifier: Apache-2.0
*******************************************************************************/
#ifndef __ETH_DRIVER__
#define __ETH_DRIVER__
#ifdef __cplusplus
?extern "C" {
#endif?
#include "debug.h"
#include "wchnet.h"
#define USE_10M_BASE? ? ? ? ? ? ? ? ? ? ? ? ? ? 1? // Internal 10M PHY
#define USE_MAC_MII? ? ? ? ? ? ? ? ? ? ? ? ? ? ?2
#ifndef PHY_MODE
#define PHY_MODE? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? USE_MAC_MII// USE_10M_BASE
#endif
這個版本的就還在.?
---
多謝