Macros
Collaboration diagram for CRC_PolynomialSize:

Macros

#define CRC_PolSize_16   CRC_CR_POLSIZE_0
 
#define CRC_PolSize_32   ((uint32_t)0x00000000)
 
#define CRC_PolSize_7   CRC_CR_POLSIZE
 
#define CRC_PolSize_8   CRC_CR_POLSIZE_1
 
#define IS_CRC_POL_SIZE(SIZE)
 

Detailed Description

Macro Definition Documentation

#define CRC_PolSize_16   CRC_CR_POLSIZE_0

16-bit polynomial for CRC calculation

Definition at line 73 of file stm32f30x_crc.h.

#define CRC_PolSize_32   ((uint32_t)0x00000000)

32-bit polynomial for CRC calculation

Definition at line 74 of file stm32f30x_crc.h.

#define CRC_PolSize_7   CRC_CR_POLSIZE

7-bit polynomial for CRC calculation

Definition at line 71 of file stm32f30x_crc.h.

#define CRC_PolSize_8   CRC_CR_POLSIZE_1

8-bit polynomial for CRC calculation

Definition at line 72 of file stm32f30x_crc.h.

#define IS_CRC_POL_SIZE (   SIZE)
Value:
(((SIZE) == CRC_PolSize_7) || \
((SIZE) == CRC_PolSize_8) || \
((SIZE) == CRC_PolSize_16) || \
((SIZE) == CRC_PolSize_32))
#define CRC_PolSize_32
Definition: stm32f30x_crc.h:74
#define CRC_PolSize_7
Definition: stm32f30x_crc.h:71
#define CRC_PolSize_16
Definition: stm32f30x_crc.h:73
#define CRC_PolSize_8
Definition: stm32f30x_crc.h:72

Definition at line 76 of file stm32f30x_crc.h.



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