![]() |
GaIA BIOS Library
|
PHY Operations Structure. More...
#include <nx_phy_driver.h>
Data Fields | |
| int32_t(* | init )(nx_phy_obj_t *phy_obj, const nx_phy_ioctx_t *io_ctx) |
| Function pointer to initialization function. | |
| int32_t(* | set_power_mode )(nx_phy_obj_t *phy_obj, int32_t power_mode) |
| Function pointer to power mode setter function. | |
| int32_t(* | set_mode )(nx_phy_obj_t *phy_obj, int32_t mode) |
| Function pointer to mode setter function. | |
| int32_t(* | get_link_state )(nx_phy_obj_t *phy_obj, int32_t *link_state) |
| Function pointer to link state getter function. | |
| int32_t(* | get_link_info )(nx_phy_obj_t *phy_obj, int32_t *link_info) |
| Function pointer to link info getter function. | |
PHY Operations Structure.