DRV_MIIM_INIT Structure
C
struct DRV_MIIM_INIT {
SYS_MODULE_INIT moduleInit;
uintptr_t ethphyId;
};
Members
Members | Description |
---|---|
SYS_MODULE_INIT moduleInit; | System module initialization |
uintptr_t ethphyId; | Identifies peripheral (PLIB-level) ID |
Description
MIIM Device Driver Initialization Data This data structure contains all the data necessary to initialize the MIIM device.
Remarks
A pointer to a structure of this format containing the desired initialization data must be passed into the DRV_MIIM_Initialize routine.