TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_21_00_04
Data Fields
EMAC_Config Struct Reference

EMAC Global configuration. More...

#include <EMAC.h>

Collaboration diagram for EMAC_Config:
Collaboration graph
[legend]

Data Fields

EMAC_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

EMAC Global configuration.

The EMAC_Config structure contains a set of pointers used to characterize the EMAC driver implementation.

This structure needs to be defined before calling EMAC_init() and it must not be changed thereafter.

See also
EMAC_init()

Field Documentation

EMAC_FxnTable const* EMAC_Config::fxnTablePtr

Pointer to a table of driver-specific implementations of EMAC APIs

void* EMAC_Config::object

Pointer to a driver specific data object

void const* EMAC_Config::hwAttrs

Pointer to a driver specific hardware attributes structure


The documentation for this struct was generated from the following file:
Copyright 2016, Texas Instruments Incorporated