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>

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

§ closeFxn

I2S_CloseFxn I2S_FxnTable_::closeFxn

Function to close the specified peripheral

§ controlFxn

I2S_ControlFxn I2S_FxnTable_::controlFxn

Function to implementation specific control function

§ initFxn

I2S_InitFxn I2S_FxnTable_::initFxn

Function to initialize the given data object

§ openFxn

I2S_OpenFxn I2S_FxnTable_::openFxn

Function to open the specified peripheral

§ readIssueFxn

I2S_IssueFxn I2S_FxnTable_::readIssueFxn

Function to queue a buffer for reading from the specified peripheral

§ readReclaimFxn

I2S_ReclaimFxn I2S_FxnTable_::readReclaimFxn

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

§ writeIssueFxn

I2S_IssueFxn I2S_FxnTable_::writeIssueFxn

Function to queue a buffer for writing from the specified peripheral

§ writeReclaimFxn

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 2017, Texas Instruments Incorporated