Home | History | Annotate | Download | only in tools

Lines Matching full:uint16

50 static uint16 ubcsp_calc_crc (uint8 ch, uint16 crc);

51 static uint16 ubcsp_crc_reverse (uint16);
223 static uint16 ubcsp_calc_crc (uint8 ch, uint16 crc)
227 static const uint16 crc_table[] =
251 static uint16 ubcsp_crc_reverse (uint16 crc)
373 static uint16
377 static uint16
743 static void ubcsp_setup_packet (uint8 *part1, uint8 calc, uint8 *part2, uint16 len2)