AM273x MCU+ SDK  08.02.00
CBUFF_InterfaceFxn Struct Reference

Detailed Description

CBUFF Interface Function.

This is the call table which encapsulates the CBUFF Driver from the high speed interface.

Data Fields

CBUFF_Interface interface
 High speed interface for which the interface functions are defined. More...
 
CBUFF_initFxn initFxn
 This is the function which is used to initialize the high speed interface. More...
 
CBUFF_deinitFxn deinitFxn
 This is the function which is used to deinitialize and shutdown the high speed interface. More...
 
CBUFF_openFxn openFxn
 This is the function which is used to open and setup the high speed interface. More...
 
CBUFF_closeFxn closeFxn
 This is the function which is used to close the high speed interface. More...
 
CBUFF_initLinkListParamsFxn initLinkListParamsFxn
 This is the function which is used to initialize the linked list parameters to the default values for the high speed interface. More...
 
CBUFF_finalizeLinkListParamsFxn finalizeLinkListParamsFxn
 This is the function which is used to finalize and setup the linked list parameters after which they can be wriiten to the CBUFF IP. More...
 

Field Documentation

◆ interface

CBUFF_Interface CBUFF_InterfaceFxn::interface

High speed interface for which the interface functions are defined.

◆ initFxn

CBUFF_initFxn CBUFF_InterfaceFxn::initFxn

This is the function which is used to initialize the high speed interface.

◆ deinitFxn

CBUFF_deinitFxn CBUFF_InterfaceFxn::deinitFxn

This is the function which is used to deinitialize and shutdown the high speed interface.

◆ openFxn

CBUFF_openFxn CBUFF_InterfaceFxn::openFxn

This is the function which is used to open and setup the high speed interface.

◆ closeFxn

CBUFF_closeFxn CBUFF_InterfaceFxn::closeFxn

This is the function which is used to close the high speed interface.

◆ initLinkListParamsFxn

CBUFF_initLinkListParamsFxn CBUFF_InterfaceFxn::initLinkListParamsFxn

This is the function which is used to initialize the linked list parameters to the default values for the high speed interface.

◆ finalizeLinkListParamsFxn

CBUFF_finalizeLinkListParamsFxn CBUFF_InterfaceFxn::finalizeLinkListParamsFxn

This is the function which is used to finalize and setup the linked list parameters after which they can be wriiten to the CBUFF IP.