Home
last modified time | relevance | path

Searched defs:_flexio_mculcd_smartdma_handle (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexio/mculcd/
Dfsl_flexio_mculcd_smartdma.h49 struct _flexio_mculcd_smartdma_handle struct
51 FLEXIO_MCULCD_Type *base; /*!< Pointer to the FLEXIO_MCULCD_Type. */
52 size_t dataCount; /*!< Total count to be transferred. */
53 uint32_t dataAddrOrSameValue; /*!< When sending the same value for many times,
56 size_t dataCountUsingEzh; /*!< Data transfered using SMARTDMA. */
57 volatile size_t remainingCount; /*!< Remaining count to transfer. */
58 volatile uint32_t state; /*!< FlexIO MCULCD driver internal state. */
59 uint8_t smartdmaApi; /*!< The SMARTDMA API used during transfer. */
60 bool needColorConvert; /*!< Need color convert or not. */
61 uint8_t blockingXferBuffer[FLEXIO_MCULCD_SMARTDMA_TX_LEN_ALIGN * 3 /
[all …]