STM32L443xx HAL User Manual
|
Defines | |
#define | HAL_CRC_LENGTH_32B 32U |
#define | HAL_CRC_LENGTH_16B 16U |
#define | HAL_CRC_LENGTH_8B 8U |
#define | HAL_CRC_LENGTH_7B 7U |
#define HAL_CRC_LENGTH_16B 16U |
16-bit long CRC
Definition at line 190 of file stm32l4xx_hal_crc.h.
Referenced by HAL_CRCEx_Polynomial_Set().
#define HAL_CRC_LENGTH_32B 32U |
32-bit long CRC
Definition at line 189 of file stm32l4xx_hal_crc.h.
#define HAL_CRC_LENGTH_7B 7U |
7-bit long CRC
Definition at line 192 of file stm32l4xx_hal_crc.h.
Referenced by HAL_CRCEx_Polynomial_Set().
#define HAL_CRC_LENGTH_8B 8U |
8-bit long CRC
Definition at line 191 of file stm32l4xx_hal_crc.h.
Referenced by HAL_CRCEx_Polynomial_Set().