1.1.9.19 QMSPI_DESCRIPTOR_XFER_T Struct
C
typedef struct
{
/* Command */
uint8_t command;
/* 32-bit Address Enable */
bool address_32_bit_en;
/* Address */
uint32_t address;
/* Dummy Byte */
uint8_t num_of_dummy_byte;
/* Local DMA Enable */
bool ldma_enable;
/* Local DMA Channel Number */
QMSPI_LDMA_CHANNEL_NUM ldma_channel_num;
/* Local DMA Increment Address Disable */
bool ldma_incr_addr_disable;
/* QMSPI Mode */
QMSPI_INTERFACE_MODE qmspi_ifc_mode;
} QMSPI_DESCRIPTOR_XFER_T;
Summary
Defines the data type for the QMSPI descriptor transfer.
Description
This data type should be used to send the data for reading/writing QMSPI slave memory.
Remarks
None.