TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
I2S_FxnTable Struct Reference

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

#include <I2S.h>

Collaboration diagram for I2S_FxnTable:
Collaboration graph
[legend]

Data Fields

I2S_CloseFxn closeFxn
 
I2S_ControlFxn controlFxn
 
I2S_InitFxn initFxn
 
I2S_OpenFxn openFxn
 
I2S_IssueFxn readIssueFxn
 
I2S_ReclaimFxn readReclaimFxn
 
I2S_IssueFxn writeIssueFxn
 
I2S_ReclaimFxn writeReclaimFxn
 

Detailed Description

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

Field Documentation

I2S_CloseFxn I2S_FxnTable::closeFxn

Function to close the specified peripheral

I2S_ControlFxn I2S_FxnTable::controlFxn

Function to implementation specific control function

I2S_InitFxn I2S_FxnTable::initFxn

Function to initialize the given data object

I2S_OpenFxn I2S_FxnTable::openFxn

Function to open the specified peripheral

I2S_IssueFxn I2S_FxnTable::readIssueFxn

Function to queue a buffer for reading from the specified peripheral

I2S_ReclaimFxn I2S_FxnTable::readReclaimFxn

Function to retrieve a received buffer of data from the specified peripheral

I2S_IssueFxn I2S_FxnTable::writeIssueFxn

Function to queue a buffer for writing from the specified peripheral

I2S_ReclaimFxn I2S_FxnTable::writeReclaimFxn

Function to retrieve a sent buffer of data from the specified peripheral


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