DRV_MIIM_SETUP Structure
C
C
typedef struct {
uint32_t hostClockFreq;
uint32_t maxBusFreq;
DRV_MIIM_SETUP_FLAGS setupFlags;
} DRV_MIIM_SETUP;
Members
Members | Description |
---|---|
uint32_t hostClockFreq; | The clock frequency on which this MIIM module operates on, Hz |
uint32_t maxBusFreq; | The MIIM bus maximum supported frequency, Hz This is a maximum value. The actual generated value may differ. |
DRV_MIIM_SETUP_FLAGS setupFlags; | Setup flags |
Description
MIIM Device Driver Set up Data This data structure contains all the data necessary to configure the MIIM device.
Remarks
A pointer to a structure of this format containing the desired initialization data must be passed into the DRV_MIIM_Setup routine.