app_i2c_mode_t Struct Reference

I2C operate mode Enumerations definition. More...

#include <app_i2c.h>

Public Attributes

app_i2c_type_t type
 Specifies the operation mode of I2C. More...
 
dma_channel_t tx_dma_channel
 Specifies the dma channel of I2C TX. More...
 
dma_channel_t rx_dma_channel
 Specifies the dma channel of I2C RX. More...
 

Detailed Description

I2C operate mode Enumerations definition.

Definition at line 141 of file app_i2c.h.

Member Data Documentation

◆ rx_dma_channel

dma_channel_t app_i2c_mode_t::rx_dma_channel

Specifies the dma channel of I2C RX.

Definition at line 145 of file app_i2c.h.

◆ tx_dma_channel

dma_channel_t app_i2c_mode_t::tx_dma_channel

Specifies the dma channel of I2C TX.

Definition at line 144 of file app_i2c.h.

◆ type

app_i2c_type_t app_i2c_mode_t::type

Specifies the operation mode of I2C.

Definition at line 143 of file app_i2c.h.


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