Home
last modified time | relevance | path

Searched defs:read_raw (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/driver/test/
Dtest_dac.c69 int read_raw = 0, read_old = 0; variable
116 int read_raw[3] = {0}; variable
Dtest_adc2_with_wifi.c143 int read_raw; variable
/hal_espressif-3.6.0/examples/peripherals/adc/single_read/adc2/main/
Dadc2_example_main.c31 int read_raw; in app_main() local
/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_partition.cpp34 esp_err_t NVSPartition::read_raw(size_t src_offset, void* dst, size_t size) in read_raw() function in nvs::NVSPartition
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dtest_fixtures.hpp37 esp_err_t read_raw(size_t src_offset, void* dst, size_t size) override in read_raw() function in PartitionEmulation
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/
Di2c_cxx.cpp116 int I2CSlave::read_raw(uint8_t *buffer, size_t buffer_len, chrono::milliseconds timeout) in read_raw() function in idf::I2CSlave
/hal_espressif-3.6.0/components/nvs_flash/host_test/fixtures/
Dtest_fixtures.hpp53 esp_err_t read_raw(size_t src_offset, void* dst, size_t size) override in read_raw() function in PartitionMock