Snapdragon® Telematics Application Framework (TelAF) Interface Specification
le_crc.h
Go to the documentation of this file.
1 
61 //--------------------------------------------------------------------------------------------------
68 //--------------------------------------------------------------------------------------------------
69 
70 #ifndef LEGATO_CRC_INCLUDE_GUARD
71 #define LEGATO_CRC_INCLUDE_GUARD
72 
73 #ifndef LE_COMPONENT_NAME
74 #define LE_COMPONENT_NAME
75 #endif
76 
77 //--------------------------------------------------------------------------------------------------
81 //--------------------------------------------------------------------------------------------------
82 #define LE_CRC_START_CRC32 0xFFFFFFFFU
83 
84 //--------------------------------------------------------------------------------------------------
91 //--------------------------------------------------------------------------------------------------
92 uint32_t le_crc_Crc32
93 (
94  uint8_t* addressPtr,
95  size_t size,
96  uint32_t crc
97 );
98 
99 #endif // LEGATO_CRC_INCLUDE_GUARD
uint32_t le_crc_Crc32(uint8_t *addressPtr, size_t size, uint32_t crc)