STM32 I3C DMA descriptor for controlling the I3C DMA transactions. More...
#include <stm32_i3c.h>
Public Attributes | |
struct no_os_dma_desc * | dma_desc |
struct no_os_dma_ch * | crdma_ch |
struct no_os_dma_ch * | txdma_ch |
struct no_os_dma_ch * | rxdma_ch |
struct no_os_dma_ch * | srdma_ch |
void * | priv |
STM32 I3C DMA descriptor for controlling the I3C DMA transactions.
struct no_os_dma_ch* stm32_i3c_dma_desc::crdma_ch |
Control DMA Channel Descriptor
struct no_os_dma_desc* stm32_i3c_dma_desc::dma_desc |
I3C DMA Descriptor
void* stm32_i3c_dma_desc::priv |
Private data
struct no_os_dma_ch* stm32_i3c_dma_desc::rxdma_ch |
RX DMA Channel Descriptor
struct no_os_dma_ch* stm32_i3c_dma_desc::srdma_ch |
Status DMA Channel Descriptor
struct no_os_dma_ch* stm32_i3c_dma_desc::txdma_ch |
TX DMA Channel Descriptor