We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453d236 commit c67db3fCopy full SHA for c67db3f
tests/drivers/spi/spi_loopback/src/spi.c
@@ -570,6 +570,13 @@ ZTEST(spi_loopback, test_spi_null_rx_buf_set)
570
spi_loopback_transceive(spec, &tx, NULL);
571
}
572
573
+ZTEST(spi_loopback, test_spi_null_tx_rx_buf_set)
574
+{
575
+ struct spi_dt_spec *spec = loopback_specs[spec_idx];
576
+
577
+ spi_loopback_transceive(spec, NULL, NULL);
578
+}
579
580
ZTEST(spi_loopback, test_nop_nil_bufs)
581
{
582
struct spi_dt_spec *spec = loopback_specs[spec_idx];
0 commit comments