[KSZ8081RND] wip: add driver for testing
This commit is contained in:
13
Core/Inc/KSZ8081RND.h
Normal file
13
Core/Inc/KSZ8081RND.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user