Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/test/
Dtest_adc2_with_wifi.c246 size_t bytesRead; in i2s_adc_test() local
256 … i2s_read(I2S_NUM_0, (void *)i2sReadBuffer, 1024 * sizeof(uint16_t), &bytesRead, portMAX_DELAY); in i2s_adc_test()
Dtest_i2s.c665 size_t bytesRead; variable
676 … i2s_read(I2S_NUM_0, (void *)i2sReadBuffer, 1024 * sizeof(uint16_t), &bytesRead, portMAX_DELAY);