Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/sdmmc/test/
Dtest_sdio.c294 uint8_t test_byte_1_raw; in test_cmd52_read_write_single_byte() local
297 err = sdmmc_io_write_byte(card, 1, scratch_area_reg, test_byte_1, &test_byte_1_raw); in test_cmd52_read_write_single_byte()
299 TEST_ASSERT_EQUAL_UINT8(test_byte_1, test_byte_1_raw); in test_cmd52_read_write_single_byte()