NetBurner 3.5.0
PDF Version
 
QSPI_Record Struct Reference

This struct contains the major variables/configurations used for a QSPI transfer. More...

#include <qspi.h>

Public Attributes

volatile uint8_t * pQSPIRxbuf
 This pointer is used to track the locations in memory where data will be read from the peripheral.
 
volatile uint8_t * pQSPITxbuf
 This pointer is used to track the locations in memory where data will be written to the peripheral.
 
uint8_t BitsPerQueue
 This is the number if bits per transfer, (value = 8 - 32).
 
uint32_t QSPI_SizeLeft
 This is the number if bytes left in the transfer.
 
uint16_t Command_Mask
 This is a partial configuration for the queue's command reg.
 
OS_SEMQSPI_Sem
 This is a pointer to an external semaphore provided by QSPIStart().
 

Detailed Description

This struct contains the major variables/configurations used for a QSPI transfer.


The documentation for this struct was generated from the following file: