APM:Libraries
|
Go to the source code of this file.
Functions | |
uint8_t | crc_crc8 (const uint8_t *p, uint8_t len) |
uint16_t | crc_xmodem_update (uint16_t crc, uint8_t data) |
uint16_t | crc_xmodem (const uint8_t *b, uint16_t len) |
uint32_t | crc_crc32 (uint32_t crc, const uint8_t *buf, uint32_t size) |
uint32_t crc_crc32 | ( | uint32_t | crc, |
const uint8_t * | buf, | ||
uint32_t | size | ||
) |
uint8_t crc_crc8 | ( | const uint8_t * | p, |
uint8_t | len | ||
) |
Definition at line 50 of file crc.cpp.
Referenced by AP_RangeFinder_TeraRangerI2C::collect(), and AP_Proximity_TeraRangerTower::read_sensor_data().
uint16_t crc_xmodem | ( | const uint8_t * | b, |
uint16_t | len | ||
) |
uint16_t crc_xmodem_update | ( | uint16_t | crc, |
uint8_t | data | ||
) |
Definition at line 67 of file crc.cpp.
Referenced by crc_xmodem().