TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
Data Fields
WiFi_FxnTable Struct Reference

The definition of a WiFi function table that contains the required set of functions to control a specific WiFi driver implementation. More...

#include <WiFi.h>

Collaboration diagram for WiFi_FxnTable:
Collaboration graph
[legend]

Data Fields

WiFi_CloseFxn closeFxn
 
WiFi_ControlFxn controlFxn
 
WiFi_InitFxn initFxn
 
WiFi_OpenFxn openFxn
 

Detailed Description

The definition of a WiFi function table that contains the required set of functions to control a specific WiFi driver implementation.

Field Documentation

WiFi_CloseFxn WiFi_FxnTable::closeFxn

Function to close the specified peripheral

WiFi_ControlFxn WiFi_FxnTable::controlFxn

Function to implementation specific control function

WiFi_InitFxn WiFi_FxnTable::initFxn

Function to initialize the given data object

WiFi_OpenFxn WiFi_FxnTable::openFxn

Function to open the specified peripheral


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