TI-RTOS Drivers  tidrivers_full_2_20_00_08
Data Fields
EMACSnow_HWAttrs Struct Reference

EMACSnow Hardware attributes. More...

#include <EMACSnow.h>

Data Fields

unsigned int baseAddr
 
unsigned int intNum
 
unsigned int intPriority
 
uint8_t * macAddress
 

Detailed Description

EMACSnow Hardware attributes.

intPriority is the EMAC peripheral's interrupt priority, as defined by the underlying OS. It is passed unmodified to the underlying OS's interrupt handler creation code, so you need to refer to the OS documentation for usage. For example, for SYS/BIOS applications, refer to the ti.sysbios.family.arm.m3.Hwi documentation for SYS/BIOS usage of interrupt priorities. If the driver uses the ti.drivers.ports interface instead of making OS calls directly, then the HwiP port handles the interrupt priority in an OS specific way. In the case of the SYS/BIOS port, intPriority is passed unmodified to Hwi_create().

Field Documentation

unsigned int EMACSnow_HWAttrs::baseAddr

EMAC port

unsigned int EMACSnow_HWAttrs::intNum

Interrupt Vector Id

unsigned int EMACSnow_HWAttrs::intPriority

Interrupt priority

uint8_t* EMACSnow_HWAttrs::macAddress

Pointer to MAC address


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