|
rusEFI
The most advanced open source ECU
|
Functions | |
| static uint8_t | crc_init (void) |
| static uint8_t | crc_next (uint8_t crc, uint8_t data) |
| static uint8_t | crc_final (uint8_t crc) |
| uint8_t | crc_hondak_calc (const uint8_t *data, size_t len) |
|
inlinestatic |
Definition at line 27 of file crc8hondak.cpp.
Referenced by crc_hondak_calc().

| uint8_t crc_hondak_calc | ( | const uint8_t * | data, |
| size_t | len | ||
| ) |
Definition at line 31 of file crc8hondak.cpp.
Referenced by kLineThread().


|
inlinestatic |
Definition at line 6 of file crc8hondak.cpp.
Referenced by crc_hondak_calc().

|
inlinestatic |
Definition at line 11 of file crc8hondak.cpp.
Referenced by crc_hondak_calc().
