STM32 platform specific I3C DMA context descriptor. More...
Public Attributes | |
struct no_os_i3c_desc * | desc |
struct no_os_dma_xfer_desc | cr_ch_xfer |
struct no_os_dma_xfer_desc * | tx_ch_xfer |
struct no_os_dma_xfer_desc * | rx_ch_xfer |
void(* | dma_user_cb )(void *) |
void * | dma_user_ctx |
STM32 platform specific I3C DMA context descriptor.
struct no_os_dma_xfer_desc stm32_i3c_dma_ctx::cr_ch_xfer |
Control Register DMA transfer descriptor
struct no_os_i3c_desc* stm32_i3c_dma_ctx::desc |
I3C instance
void(* stm32_i3c_dma_ctx::dma_user_cb) (void *) |
User callback to be called after all transactions
void* stm32_i3c_dma_ctx::dma_user_ctx |
User callback context
struct no_os_dma_xfer_desc* stm32_i3c_dma_ctx::rx_ch_xfer |
Rx DMA transfer descriptor
struct no_os_dma_xfer_desc* stm32_i3c_dma_ctx::tx_ch_xfer |
Tx DMA transfer descriptor