Macros
Collaboration diagram for SPI_CRC_length:

Macros

#define IS_SPI_CRC_LENGTH(LENGTH)
 
#define SPI_CRCLength_16b   ((uint16_t)0x0800)
 
#define SPI_CRCLength_8b   ((uint16_t)0x0000)
 

Detailed Description

Macro Definition Documentation

#define IS_SPI_CRC_LENGTH (   LENGTH)
Value:
(((LENGTH) == SPI_CRCLength_8b) || \
((LENGTH) == SPI_CRCLength_16b))
#define SPI_CRCLength_8b
#define SPI_CRCLength_16b

Definition at line 208 of file stm32f30x_spi.h.

#define SPI_CRCLength_16b   ((uint16_t)0x0800)

Definition at line 207 of file stm32f30x_spi.h.

#define SPI_CRCLength_8b   ((uint16_t)0x0000)

Definition at line 206 of file stm32f30x_spi.h.



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