summaryrefslogtreecommitdiff
path: root/cts/i2c/cts.testlist
blob: 7b6461e84d8eb1544de9effeb7ec7f892ebb07d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Copyright 2016 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/*
 * Test i2c write for 8, 16, and 32 bits. DUT runs as a master and TH
 * runs as a slave.
 */
CTS_TEST(write8_test,,,,)
CTS_TEST(write16_test,,,,)
CTS_TEST(write32_test,,,,)

/*
 * Test i2c read for 8, 16, and 32 bits. DUT runs as a master and TH
 * runs as a slave. You need external pull-ups (10 kohms) on SDL and SDA
 * to make read16_test and read32_test pass.
 */
CTS_TEST(read8_test,,,,)
CTS_TEST(read16_test,,,,)
CTS_TEST(read32_test,,,,)