Searched refs:crc_cmd (Results 1 – 1 of 1) sorted by relevance
385 uint8_t crc_cmd[6] = { 0x01, 0xBB, 0xF3, 0x02, 0x00, 0x00 }; in send_vendor_array() local386 crc_cmd[1] = cmd_type; in send_vendor_array()387 crc_cmd[4] = crc % 0x100; in send_vendor_array()388 crc_cmd[5] = crc / 0x100; in send_vendor_array()392 eif_spi_send_bytes(crc_cmd, 6); in send_vendor_array()
Completed in 4 milliseconds