MSPM0L11XX_L13XX TI-Driver Library  2.01.00.03
Data Fields
I2CTarget_Params Struct Reference

I2CTarget Parameters. More...

#include <I2CTarget.h>

Collaboration diagram for I2CTarget_Params:
Collaboration graph
[legend]

Data Fields

I2CTarget_EventCallbackFxn eventCallbackFxn
 
uint_least16_t targetAddress
 
void * custom
 

Detailed Description

I2CTarget Parameters.

I2CTarget parameters are used to with the I2CTarget_open() call. Default values for these parameters are set using I2CTarget_Params_init().

See also
I2CTarget_Params_init()

Field Documentation

§ eventCallbackFxn

I2CTarget_EventCallbackFxn I2CTarget_Params::eventCallbackFxn

Interrupt context event callback for the user

§ targetAddress

uint_least16_t I2CTarget_Params::targetAddress

Device's own address on the I2C bus

§ custom

void* I2CTarget_Params::custom

Custom argument used by driver implementation


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