no-OS
|
Parameters for an MDIO slave. More...
#include <no_os_mdio.h>
Public Attributes | |
int | id |
bool | c45 |
uint8_t | addr |
struct no_os_mdio_ops * | ops |
void * | extra |
Parameters for an MDIO slave.
uint8_t no_os_mdio_init_param::addr |
MDIO slave address on the bus.
bool no_os_mdio_init_param::c45 |
Specifies if clause 45 frame format is supported by the slave, otherwise clause 22 frame format is used.
void* no_os_mdio_init_param::extra |
Platform or implementation specific parameters.
int no_os_mdio_init_param::id |
Device ID (when using MDIO peripheral), optional.
struct no_os_mdio_ops* no_os_mdio_init_param::ops |
Specific implementations of the API.