Macros
Collaboration diagram for SPI_last_DMA_transfers:

Macros

#define IS_SPI_LAST_DMA_TRANSFER(TRANSFER)
 
#define SPI_LastDMATransfer_TxEvenRxEven   ((uint16_t)0x0000)
 
#define SPI_LastDMATransfer_TxEvenRxOdd   ((uint16_t)0x2000)
 
#define SPI_LastDMATransfer_TxOddRxEven   ((uint16_t)0x4000)
 
#define SPI_LastDMATransfer_TxOddRxOdd   ((uint16_t)0x6000)
 

Detailed Description

Macro Definition Documentation

#define IS_SPI_LAST_DMA_TRANSFER (   TRANSFER)
Value:
(((TRANSFER) == SPI_LastDMATransfer_TxEvenRxEven) || \
((TRANSFER) == SPI_LastDMATransfer_TxOddRxEven) || \
((TRANSFER) == SPI_LastDMATransfer_TxEvenRxOdd) || \
#define SPI_LastDMATransfer_TxOddRxEven
#define SPI_LastDMATransfer_TxOddRxOdd
#define SPI_LastDMATransfer_TxEvenRxEven
#define SPI_LastDMATransfer_TxEvenRxOdd

Definition at line 413 of file stm32f30x_spi.h.

#define SPI_LastDMATransfer_TxEvenRxEven   ((uint16_t)0x0000)

Definition at line 409 of file stm32f30x_spi.h.

#define SPI_LastDMATransfer_TxEvenRxOdd   ((uint16_t)0x2000)

Definition at line 411 of file stm32f30x_spi.h.

#define SPI_LastDMATransfer_TxOddRxEven   ((uint16_t)0x4000)

Definition at line 410 of file stm32f30x_spi.h.

#define SPI_LastDMATransfer_TxOddRxOdd   ((uint16_t)0x6000)

Definition at line 412 of file stm32f30x_spi.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:56