Data Fields
EMACMSP432E4_HWAttrs Struct Reference

EMACMSP432E4 Hardware attributes. More...

#include <EMACMSP432E4.h>

Data Fields

uint32_t baseAddr
 
uint32_t intNum
 
uint32_t intPriority
 
uint32_t led0Pin
 
uint32_t led1Pin
 
uint8_t * macAddress
 

Detailed Description

EMACMSP432E4 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.dpl 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

§ baseAddr

uint32_t EMACMSP432E4_HWAttrs::baseAddr

EMAC port

§ intNum

uint32_t EMACMSP432E4_HWAttrs::intNum

Interrupt Vector Id

§ intPriority

uint32_t EMACMSP432E4_HWAttrs::intPriority

Interrupt priority

§ led0Pin

uint32_t EMACMSP432E4_HWAttrs::led0Pin

LED0 Pin

§ led1Pin

uint32_t EMACMSP432E4_HWAttrs::led1Pin

LED1 Pin

§ macAddress

uint8_t* EMACMSP432E4_HWAttrs::macAddress

Pointer to MAC address


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