Structure to hold the parameters of DMA configuration.
This structure defines the configuration parameters for DMA channels used in I2C operations, including the transmit and receive channel numbers.
Public Attribute Documentation#
dma_tx_channel#
uint32_t sl_i2c_dma_config_t::dma_tx_channel
DMA transmit channel number.
Definition at line
174
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_i2c.h
dma_rx_channel#
uint32_t sl_i2c_dma_config_t::dma_rx_channel
DMA receive channel number.
Definition at line
175
of file components/device/silabs/si91x/mcu/drivers/unified_api/inc/sl_si91x_i2c.h