TI-RTOS Drivers  tidrivers_full_2_20_00_08
Data Fields
WiFiCC3100_HWAttrs Struct Reference

WiFiCC3100 Hardware attributes. More...

#include <WiFiCC3100.h>

Data Fields

uint32_t irqPort
 
uint32_t irqPin
 
uint32_t irqIntNum
 
uint32_t csPort
 
uint32_t csPin
 
uint32_t enPort
 
uint32_t enPin
 

Detailed Description

WiFiCC3100 Hardware attributes.

These fields are used by driverlib APIs and therefore must be populated by driverlib macro definitions. These definitions are found in: For TivaWare:

For MSP430Ware:

A sample structure is shown below:

const WiFiCC3100_HWAttrs wiFiCC3100HWAttrs[] = {
// TivaWare example
{
.irqPort = GPIO_PORTM_BASE,
.irqPin = GPIO_PIN_3,
.irqIntNum = INT_GPIOM,
.csPort = GPIO_PORTH_BASE,
.csPin = GPIO_PIN_2,
.enPort = GPIO_PORTC_BASE,
.enPin = GPIO_PIN_6
}
// MSP430Ware example
{
.irqPort = GPIO_PORT_P1,
.irqPin = GPIO_PIN2,
.irqIntNum = 39,
.csPort = GPIO_PORT_P3,
.csPin = GPIO_PIN0,
.enPort = GPIO_PORT_P4,
.enPin = GPIO_PIN3
}
};

Field Documentation

uint32_t WiFiCC3100_HWAttrs::irqPort

IRQ port

uint32_t WiFiCC3100_HWAttrs::irqPin

IRQ pin

uint32_t WiFiCC3100_HWAttrs::irqIntNum

IRQ port interrupt vector

uint32_t WiFiCC3100_HWAttrs::csPort

CS port

uint32_t WiFiCC3100_HWAttrs::csPin

CS pin

uint32_t WiFiCC3100_HWAttrs::enPort

WLAN EN port

uint32_t WiFiCC3100_HWAttrs::enPin

WLAN EN pin


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