![]()
![]()
#include <stdbool.h>
![]()
![]()
#include "esp_eth_phy.h"
![]()
![]()
#include "sdkconfig.h"
![]()
![]()
#include "eth_phy_802_3_regs.h"
![]()
![]()
phy_802_3_t
![]()
![]()
parent
![]()
![]()
eth
![]()
![]()
addr
![]()
![]()
reset_timeout_ms
![]()
![]()
autonego_timeout_ms
![]()
![]()
link_status
![]()
![]()
reset_gpio_num
![]()
![]()
hw_reset_assert_time_us
![]()
![]()
post_hw_reset_delay_ms
![]()
![]()
esp_eth_phy_802_3_mmd_func_t
![]()
![]()
MMD_FUNC_ADDRESS
![]()
![]()
MMD_FUNC_DATA_NOINCR
![]()
![]()
MMD_FUNC_DATA_RWINCR
![]()
![]()
MMD_FUNC_DATA_WINCR
![]()
![]()
esp_eth_phy_802_3_set_mediator(phy_802_3_t *, esp_eth_mediator_t *);
![]()
![]()
esp_eth_phy_802_3_reset(phy_802_3_t *);
![]()
![]()
esp_eth_phy_802_3_autonego_ctrl(phy_802_3_t *, eth_phy_autoneg_cmd_t, bool *);
![]()
![]()
esp_eth_phy_802_3_updt_link_dup_spd(phy_802_3_t *);
![]()
![]()
esp_eth_phy_802_3_pwrctl(phy_802_3_t *, bool);
![]()
![]()
esp_eth_phy_802_3_set_addr(phy_802_3_t *, uint32_t);
![]()
![]()
esp_eth_phy_802_3_get_addr(phy_802_3_t *, uint32_t *);
![]()
![]()
esp_eth_phy_802_3_advertise_pause_ability(phy_802_3_t *, uint32_t);
![]()
![]()
esp_eth_phy_802_3_loopback(phy_802_3_t *, bool);
![]()
![]()
esp_eth_phy_802_3_set_speed(phy_802_3_t *, eth_speed_t);
![]()
![]()
esp_eth_phy_802_3_set_duplex(phy_802_3_t *, eth_duplex_t);
![]()
![]()
esp_eth_phy_802_3_set_link(phy_802_3_t *, eth_link_t);
![]()
![]()
esp_eth_phy_802_3_init(phy_802_3_t *);
![]()
![]()
esp_eth_phy_802_3_deinit(phy_802_3_t *);
![]()
![]()
esp_eth_phy_802_3_del(phy_802_3_t *);
![]()
![]()
esp_eth_phy_802_3_reset_hw(phy_802_3_t *, uint32_t);
![]()
![]()
esp_eth_phy_802_3_detect_phy_addr(esp_eth_mediator_t *, int *);
![]()
![]()
esp_eth_phy_802_3_basic_phy_init(phy_802_3_t *);
![]()
![]()
esp_eth_phy_802_3_basic_phy_deinit(phy_802_3_t *);
![]()
![]()
esp_eth_phy_802_3_read_oui(phy_802_3_t *, uint32_t *);
![]()
![]()
esp_eth_phy_802_3_read_manufac_info(phy_802_3_t *, uint8_t *, uint8_t *);
![]()
![]()
esp_eth_phy_802_3_get_mmd_addr(phy_802_3_t *, uint8_t, uint16_t *);
![]()
![]()
esp_eth_phy_802_3_set_mmd_addr(phy_802_3_t *, uint8_t, uint16_t);
![]()
![]()
esp_eth_phy_802_3_read_mmd_data(phy_802_3_t *, uint8_t, esp_eth_phy_802_3_mmd_func_t, uint32_t *);
![]()
![]()
esp_eth_phy_802_3_write_mmd_data(phy_802_3_t *, uint8_t, esp_eth_phy_802_3_mmd_func_t, uint32_t);
![]()
![]()
esp_eth_phy_802_3_read_mmd_register(phy_802_3_t *, uint8_t, uint16_t, uint32_t *);
![]()
![]()
esp_eth_phy_802_3_write_mmd_register(phy_802_3_t *, uint8_t, uint16_t, uint32_t);
![]()
![]()
esp_eth_phy_into_phy_802_3(esp_eth_phy_t *)
![]()
![]()
esp_eth_phy_802_3_obj_config_init(phy_802_3_t *, const eth_phy_config_t *);