Lines Matching +full:5 +full:x
20 * writes 5 9bit words, you can check the output with a logic analyzer
32 uint16_t buff[5] = { 0x0101, 0x00ff, 0x00a5, 0x0000, 0x0102}; in test_basic_write_9bit_words()
33 int len = 5 * sizeof(buff[0]); in test_basic_write_9bit_words()
41 printf(" wrote %04x %04x %04x %04x %04x\n", in test_basic_write_9bit_words()
59 enum { datacount = 5 }; in test_9bit_loopback_partial()
80 printf(" tx (i) : %04x %04x\n", buff[0], buff[1]); in test_9bit_loopback_partial()
81 printf(" tx (ii) : %04x %04x %04x\n", buff[2], buff[3], buff[4]); in test_9bit_loopback_partial()
82 printf(" rx (ii) : %04x %04x %04x\n", rxdata[0], rxdata[1], rxdata[2]); in test_9bit_loopback_partial()
98 enum { datacount = 5 }; in test_8bit_xfer()
115 printf(" tx (i) : %02x %02x %02x %02x %02x\n", in test_8bit_xfer()
117 printf(" rx (i) : %02x %02x %02x %02x %02x\n", in test_8bit_xfer()