Searched defs:read_raw (Results 1 – 7 of 7) sorted by relevance
69 int read_raw = 0, read_old = 0; variable116 int read_raw[3] = {0}; variable
143 int read_raw; variable
31 int read_raw; in app_main() local
34 esp_err_t NVSPartition::read_raw(size_t src_offset, void* dst, size_t size) in read_raw() function in nvs::NVSPartition
37 esp_err_t read_raw(size_t src_offset, void* dst, size_t size) override in read_raw() function in PartitionEmulation
116 int I2CSlave::read_raw(uint8_t *buffer, size_t buffer_len, chrono::milliseconds timeout) in read_raw() function in idf::I2CSlave
53 esp_err_t read_raw(size_t src_offset, void* dst, size_t size) override in read_raw() function in PartitionMock