csp_crc32.h
Go to the documentation of this file.
int csp_crc32_verify(csp_packet_t *packet, bool include_header)
Verify CRC32 checksum on packet.
int csp_crc32_append(csp_packet_t *packet, bool include_header)
Append CRC32 checksum to packet.
uint32_t csp_crc32_memory(const uint8_t *data, uint32_t length)
Calculate checksum for a given memory area.
CSP PACKET STRUCTURE Note: This structure is constructed to fit with all interface frame types in ord...
Definition: csp_types.h:174