app_i2c_mode_t Struct Reference

I2C operate mode Enumerations definition. More...

#include <app_i2c.h>

Data Fields

app_i2c_type_t type
 
dma_channel_t tx_dma_channel
 
dma_channel_t rx_dma_channel
 

Detailed Description

I2C operate mode Enumerations definition.

Field Documentation

◆ rx_dma_channel

dma_channel_t app_i2c_mode_t::rx_dma_channel

Specifies the dma channel of I2C RX.

◆ tx_dma_channel

dma_channel_t app_i2c_mode_t::tx_dma_channel

Specifies the dma channel of I2C TX.

◆ type

app_i2c_type_t app_i2c_mode_t::type

Specifies the operation mode of I2C.


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