Searched defs:_spi_dma_handle (Results 1 – 2 of 2) sorted by relevance
37 struct _spi_dma_handle struct39 volatile bool txInProgress; /*!< Send transfer finished */40 volatile bool rxInProgress; /*!< Receive transfer finished */41 uint8_t bytesPerFrame; /*!< Bytes in a frame for SPI transfer */42 uint8_t lastwordBytes; /*!< The Bytes of lastword for master*/43 dma_handle_t *txHandle; /*!< DMA handler for SPI send */44 dma_handle_t *rxHandle; /*!< DMA handler for SPI receive */45 spi_dma_callback_t callback; /*!< Callback for SPI DMA transfer */46 void *userData; /*!< User Data for SPI DMA callback */47 uint32_t state; /*!< Internal state of SPI DMA transfer */[all …]
35 struct _spi_dma_handle struct37 bool txInProgress; /*!< Send transfer finished */38 bool rxInProgress; /*!< Receive transfer finished */39 dma_handle_t *txHandle; /*!< DMA handler for SPI send */40 dma_handle_t *rxHandle; /*!< DMA handler for SPI receive */41 uint8_t bytesPerFrame; /*!< Bytes in a frame for SPI transfer */42 spi_dma_callback_t callback; /*!< Callback for SPI DMA transfer */43 void *userData; /*!< User Data for SPI DMA callback */44 uint32_t state; /*!< Internal state of SPI DMA transfer */45 size_t transferSize; /*!< Bytes need to be transfer */