Home
last modified time | relevance | path

Searched refs:i2c_cfg_tmp (Results 1 – 2 of 2) sorted by relevance

/tests/drivers/i2c/i2c_api/src/
A Dtest_i2c.c46 uint32_t i2c_cfg_tmp; in test_gy271() local
60 if (i2c_get_config(i2c_dev, &i2c_cfg_tmp)) { in test_gy271()
64 if (i2c_cfg != i2c_cfg_tmp) { in test_gy271()
127 uint32_t i2c_cfg_tmp; in test_burst_gy271() local
141 if (i2c_get_config(i2c_dev, &i2c_cfg_tmp)) { in test_burst_gy271()
145 if (i2c_cfg != i2c_cfg_tmp) { in test_burst_gy271()
/tests/drivers/i2c/i2c_ram/src/
A Dtest_i2c_ram.c53 uint32_t i2c_cfg_tmp; in i2c_ram_setup() local
61 ret = i2c_get_config(i2c_dev, &i2c_cfg_tmp); in i2c_ram_setup()
63 zassert_equal(i2c_cfg, i2c_cfg_tmp, in i2c_ram_setup()

Completed in 11 milliseconds