Data Fields
CAN_FxnTable_ Struct Reference

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

#include <CAN.h>

Collaboration diagram for CAN_FxnTable_:
Collaboration graph
[legend]

Data Fields

CAN_CloseFxn closeFxn
 
CAN_ControlFxn controlFxn
 
CAN_InitFxn initFxn
 
CAN_OpenFxn openFxn
 
CAN_ReadFxn readFxn
 
CAN_WriteFxn writeFxn
 
CAN_TxMsgFxn txMsgFxn
 

Detailed Description

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

Field Documentation

§ closeFxn

CAN_CloseFxn CAN_FxnTable_::closeFxn

Function to close the specified peripheral

§ controlFxn

CAN_ControlFxn CAN_FxnTable_::controlFxn

Function to implementation specific control function

§ initFxn

CAN_InitFxn CAN_FxnTable_::initFxn

Function to initialize the given data object

§ openFxn

CAN_OpenFxn CAN_FxnTable_::openFxn

Function to open the specified peripheral

§ readFxn

CAN_ReadFxn CAN_FxnTable_::readFxn

Function to read from the specified peripheral

§ writeFxn

CAN_WriteFxn CAN_FxnTable_::writeFxn

Function to write from the specified peripheral

§ txMsgFxn

CAN_TxMsgFxn CAN_FxnTable_::txMsgFxn

Function to kick the transmitter


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale