app_i2c_params_t Struct Reference

I2C parameters structure definition. More...

#include <app_i2c.h>

Public Attributes

app_i2c_id_t id
 
app_i2c_role_t role
 
app_i2c_pin_cfg_t pin_cfg
 
app_i2c_dma_cfg_t dma_cfg
 
i2c_init_t init
 
i2c_env_t i2c_dev
 

Detailed Description

I2C parameters structure definition.

Definition at line 206 of file app_i2c.h.

Member Data Documentation

◆ dma_cfg

app_i2c_dma_cfg_t app_i2c_params_t::dma_cfg

I2C operate mode.

Definition at line 211 of file app_i2c.h.

◆ i2c_dev

i2c_env_t app_i2c_params_t::i2c_dev

I2C device structure definition.

Definition at line 213 of file app_i2c.h.

◆ id

app_i2c_id_t app_i2c_params_t::id

specified I2C module ID.

Definition at line 208 of file app_i2c.h.

◆ init

i2c_init_t app_i2c_params_t::init

I2C communication parameters.

Definition at line 212 of file app_i2c.h.

◆ pin_cfg

app_i2c_pin_cfg_t app_i2c_params_t::pin_cfg

the pin configuration information for the specified I2C module.

Definition at line 210 of file app_i2c.h.

◆ role

app_i2c_role_t app_i2c_params_t::role

specified the role of I2C.

Definition at line 209 of file app_i2c.h.


The documentation for this struct was generated from the following file: