在线时间87 小时
UID419367
ST金币0
蝴蝶豆0
注册时间2013-3-6
金牌会员
- 最后登录
- 2019-7-18
|
a0a.1 32b0c
设置界面如图,其中有些在PHY中没能找到对应的位。
官方的例程是如下,但不匹配Cube中的项目。
- /* Section 4: Extended PHY Registers */
- #define PHY_SR ((uint16_t)0x1F) /*!< PHY special control/ status register Offset */
- #define PHY_SPEED_STATUS ((uint16_t)0x0004) /*!< PHY Speed mask */
- #define PHY_DUPLEX_STATUS ((uint16_t)0x0010) /*!< PHY Duplex mask */
- #define PHY_ISFR ((uint16_t)0x1D) /*!< PHY Interrupt Source Flag register Offset */
- #define PHY_ISFR_INT4 ((uint16_t)0x0010) /*!< PHY Link down inturrupt */
复制代码
大家如知道这些定义的出处,请不吝指明,多谢! |
|