Searched refs:append_crc_154 (Results 1 – 3 of 3) sorted by relevance
17 void append_crc_154(uint8_t* buf, unsigned int len, uint16_t crc_init);
179 void append_crc_154(uint8_t* buf, unsigned int len, uint16_t crc_init) in append_crc_154() function208 append_crc_154(buffer, 3, 0x0); in main()
938 append_crc_154(&tx_buf[header_len], payload_len, crc_init); in start_Tx()