Data Fields
EMACMSP432E4_HWAttrs Struct Reference

EMACMSP432E4 Hardware attributes. More...

#include <EMACMSP432E4.h>

Data Fields

uint32_t baseAddr
 Base address of the EMAC peripheral. More...
 
uint32_t intNum
 The EMAC peripheral's interrupt number. More...
 
uint32_t intPriority
 The EMAC peripheral's interrupt priority. More...
 
uint32_t led0Pin
 Pin connected to an LED used to indicate the Ethernet link is nominal. More...
 
uint32_t led1Pin
 Pin connected to an LED used to indicate the Ethernet transmit (TX) and receive (RX) activity. More...
 
uint8_t * macAddress
 Pointer to a MAC address. More...
 

Detailed Description

EMACMSP432E4 Hardware attributes.

Field Documentation

§ baseAddr

uint32_t EMACMSP432E4_HWAttrs::baseAddr

Base address of the EMAC peripheral.

§ intNum

uint32_t EMACMSP432E4_HWAttrs::intNum

The EMAC peripheral's interrupt number.

§ intPriority

uint32_t EMACMSP432E4_HWAttrs::intPriority

The EMAC peripheral's interrupt priority.

The interrupt priority is operating system dependent. This value is passed unmodified to the underlying interrupt handler creation code.

§ led0Pin

uint32_t EMACMSP432E4_HWAttrs::led0Pin

Pin connected to an LED used to indicate the Ethernet link is nominal.

§ led1Pin

uint32_t EMACMSP432E4_HWAttrs::led1Pin

Pin connected to an LED used to indicate the Ethernet transmit (TX) and receive (RX) activity.

§ macAddress

uint8_t* EMACMSP432E4_HWAttrs::macAddress

Pointer to a MAC address.

If this points to a value of ff:ff:ff:ff:ff:ff, the driver reads the MAC address stored in flash. Otherwise, the value pointed to is used. An example declaration is provided below.

uint8_t macAddress[6] = {0x01, 0x1A, 0xB6, 0x02, 0xC4, 0xE5};

The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale