Searched defs:_flexio_mculcd_edma_handle (Results 1 – 1 of 1) sorted by relevance
44 struct _flexio_mculcd_edma_handle struct46 FLEXIO_MCULCD_Type *base; /*!< Pointer to the FLEXIO_MCULCD_Type. */47 uint8_t txShifterNum; /*!< Number of shifters used for TX. */48 uint8_t rxShifterNum; /*!< Number of shifters used for RX. */49 uint32_t minorLoopBytes; /*!< eDMA transfer minor loop bytes. */50 edma_modulo_t txEdmaModulo; /*!< Modulo value for the FlexIO shifter buffer access. */51 edma_modulo_t rxEdmaModulo; /*!< Modulo value for the FlexIO shifter buffer access. */52 uint32_t dataAddrOrSameValue; /*!< When sending the same value for many times,56 size_t dataCount; /*!< Total count to be transferred. */57 volatile size_t remainingCount; /*!< Remaining count still not transfered. */[all …]