VANC checksum routines. More...
Go to the source code of this file.
Functions | |
uint16_t | klvanc_checksum_calculate (uint16_t *words, int wordCount) |
TODO - Brief description goes here. More... | |
int | klvanc_checksum_is_valid (uint16_t *words, int wordCount) |
TODO - Brief description goes here. More... | |
VANC checksum routines.
uint16_t klvanc_checksum_calculate | ( | uint16_t * | words, |
int | wordCount | ||
) |
TODO - Brief description goes here.
[in] | uint16_t | *words - Brief description goes here. |
[in] | int | wordCount - Brief description goes here. |
int klvanc_checksum_is_valid | ( | uint16_t * | words, |
int | wordCount | ||
) |
TODO - Brief description goes here.
[in] | uint16_t | *words - Brief description goes here. |
[in] | int | wordCount - Brief description goes here. |