Lines Matching +full:cs +full:- +full:output
4 * SPDX-License-Identifier: Apache-2.0
20 * writes 5 9bit words, you can check the output with a logic analyzer
23 struct spi_cs_control *cs) in test_basic_write_9bit_words() argument
30 config.cs = *cs; in test_basic_write_9bit_words()
50 struct spi_cs_control *cs) in test_9bit_loopback_partial() argument
57 config.cs = *cs; in test_9bit_loopback_partial()
67 {.buf = buff + (2), .len = (datacount - 2)*stride}, in test_9bit_loopback_partial()
71 {.buf = rxdata, .len = (datacount - 2) * stride}, in test_9bit_loopback_partial()
89 void test_8bit_xfer(const struct device *dev, struct spi_cs_control *cs) in test_8bit_xfer() argument
96 config.cs = *cs; in test_8bit_xfer()
126 printk("%s: device not ready.\n", dev->name); in main()