14 lines
423 B
C
14 lines
423 B
C
#ifndef __KSZ8081RND
|
|
#define __KSZ8081RND
|
|
|
|
|
|
int KSZ8081RND_run_test(void);
|
|
|
|
HAL_StatusTypeDef HAL_ETH_ReadPHYRegister(ETH_HandleTypeDef *heth, uint32_t PHYAddr, uint32_t PHYReg,
|
|
uint32_t *pRegValue);
|
|
HAL_StatusTypeDef HAL_ETH_WritePHYRegister(const ETH_HandleTypeDef *heth, uint32_t PHYAddr, uint32_t PHYReg,
|
|
uint32_t RegValue);
|
|
|
|
|
|
#endif
|