![]() |
LibDriver LAN8720
1.0.0
LAN8720 full-featured driver
|
lan8720 extend driver modules More...
Functions | |
uint8_t | lan8720_set_reg (lan8720_handle_t *handle, uint8_t reg, uint16_t value) |
set the chip register More... | |
uint8_t | lan8720_get_reg (lan8720_handle_t *handle, uint8_t reg, uint16_t *value) |
get the chip register More... | |
lan8720 extend driver modules
uint8_t lan8720_get_reg | ( | lan8720_handle_t * | handle, |
uint8_t | reg, | ||
uint16_t * | value | ||
) |
get the chip register
[in] | *handle | pointer to an lan8720 handle structure |
[in] | reg | register address |
[out] | *value | pointer to a read data buffer |
Definition at line 3805 of file driver_lan8720.c.
uint8_t lan8720_set_reg | ( | lan8720_handle_t * | handle, |
uint8_t | reg, | ||
uint16_t | value | ||
) |
set the chip register
[in] | *handle | pointer to an lan8720 handle structure |
[in] | reg | register address |
[in] | value | written value |
Definition at line 3772 of file driver_lan8720.c.