Macros
Collaboration diagram for SPI_FIFO_reception_threshold:

Macros

#define IS_SPI_RX_FIFO_THRESHOLD(THRESHOLD)
 
#define SPI_RxFIFOThreshold_HF   ((uint16_t)0x0000)
 
#define SPI_RxFIFOThreshold_QF   ((uint16_t)0x1000)
 

Detailed Description

Macro Definition Documentation

#define IS_SPI_RX_FIFO_THRESHOLD (   THRESHOLD)
Value:
(((THRESHOLD) == SPI_RxFIFOThreshold_HF) || \
((THRESHOLD) == SPI_RxFIFOThreshold_QF))
#define SPI_RxFIFOThreshold_QF
#define SPI_RxFIFOThreshold_HF

Definition at line 388 of file stm32f30x_spi.h.

#define SPI_RxFIFOThreshold_HF   ((uint16_t)0x0000)

Definition at line 386 of file stm32f30x_spi.h.

#define SPI_RxFIFOThreshold_QF   ((uint16_t)0x1000)

Definition at line 387 of file stm32f30x_spi.h.



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