Data Fields
I2CSlave_Params Struct Reference

I2CSlave parameters used with I2CSlave_open(). More...

#include <I2CSlave.h>

Collaboration diagram for I2CSlave_Params:
Collaboration graph
[legend]

Data Fields

I2CSlave_TransferMode transferMode
 
I2CSlave_CallbackFxn transferCallbackFxn
 
void * custom
 

Detailed Description

I2CSlave parameters used with I2CSlave_open().

I2CSlave_Params_init() must be called prior to setting fields in this structure.

See also
I2CSlave_Params_init()

Field Documentation

§ transferMode

I2CSlave_TransferMode I2CSlave_Params::transferMode

Specifies the I2CSlave_TransferMode

§ transferCallbackFxn

I2CSlave_CallbackFxn I2CSlave_Params::transferCallbackFxn

Pointer to a I2CSlave_CallbackFxn to be invoked after a transfer completes when operating in I2CSLAVE_MODE_CALLBACK.

§ custom

void* I2CSlave_Params::custom

Custom argument used by a device specific implementation


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