Added TM4C1294NCPDT EN0_LED2 (10/100-Base-Tx). From Frank Sautter.

This commit is contained in:
Gregory Nutt 2015-05-20 18:36:29 -06:00
parent 0a9d3d872b
commit 2739d17d94
1 changed files with 4 additions and 2 deletions

View File

@ -178,13 +178,15 @@
/* Pin Multiplexing Disambiguation **************************************************/ /* Pin Multiplexing Disambiguation **************************************************/
/* Ethernet LEDs /* Ethernet LEDs
* *
* PF1/PK4/PK6 are used for Ethernet LEDs. * PF0/PF4/PF1 are used for Ethernet LEDs.
* PF4/EN0LED1/LED3 Ethernet TX/RX activity
* PF0/EN0LED0/LED4 Ethernet link OK * PF0/EN0LED0/LED4 Ethernet link OK
* PF4/EN0LED1/LED3 Ethernet TX/RX activity
* PF1/EN0LED2 Ethernet 100-base TX
*/ */
#define GPIO_EN0_LED0 GPIO_EN0_LED0_1 #define GPIO_EN0_LED0 GPIO_EN0_LED0_1
#define GPIO_EN0_LED1 GPIO_EN0_LED1_1 #define GPIO_EN0_LED1 GPIO_EN0_LED1_1
#define GPIO_EN0_LED2 GPIO_EN0_LED2_1
/************************************************************************************ /************************************************************************************
* Public Function Prototypes * Public Function Prototypes