Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/esp_app_trace/espytrace/
Dsysview.py77 def parse_trace(reader, parser, os_evt_map_file=''): argument
93 parser.esp_ext = ('; ESP_Extension\n' in _read_file_header(reader))
94 _read_init_seq(reader)
96 event = parser.read_event(reader, _os_events_map)
137 def _read_file_header(reader): argument
154 lines.append(reader.readline(linesep='\n'))
160 def _read_init_seq(reader): argument
175 sync_bytes = struct.unpack(SYNC_SEQ_FMT, reader.read(struct.calcsize(SYNC_SEQ_FMT)))
181 def _decode_u32(reader): argument
198 b, = struct.unpack('<B', reader.read(1))
[all …]
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/test/
Dtest_i2c.cpp168 I2CRead reader(1); in i2c_I2CRead() local
169 vector<uint8_t> data = reader.do_transfer(I2C_MASTER_NUM, ADDR); in i2c_I2CRead()
202 std::shared_ptr<I2CRead> reader(new I2CRead(1)); in i2c_master_read_raw_byte() local
204 future<vector<uint8_t> > fut = fix.master->transfer(reader, ADDR); in i2c_master_read_raw_byte()
240 std::shared_ptr<I2CRead> reader(new I2CRead(8)); in i2c_master_read_multiple_raw_bytes() local
242 future<vector<uint8_t> > fut = fix.master->transfer(reader, ADDR); in i2c_master_read_multiple_raw_bytes()
375 std::shared_ptr<I2CRead> reader(new I2CRead(BUF_SIZE)); in i2c_master_reuse_read_multiple_raw_bytes() local
378 fut = fix.master->transfer(reader, ADDR); in i2c_master_reuse_read_multiple_raw_bytes()
381 fut = fix.master->transfer(reader, ADDR); in i2c_master_reuse_read_multiple_raw_bytes()
393 std::shared_ptr<I2CRead> reader(new I2CRead(BUF_SIZE * 2)); in i2c_master_reuse_read_multiple_raw_bytes() local
[all …]
/hal_espressif-3.6.0/tools/esp_app_trace/
Dsysviewtrace_proc.py59 reader.cleanup()
90 reader = apptrace.reader_create(trace_source, args.tmo)
91 if not reader:
97 sysview.parse_trace(reader, parser, args.events_map)
107 reader.cleanup()
/hal_espressif-3.6.0/components/pthread/test/
Dtest_pthread_rwlock.c123 static void *reader(void *arg) in reader() function
180 TEST_ASSERT_EQUAL(pthread_create(&reader_thread, NULL, reader, &rw_args), 0);
210 TEST_ASSERT_EQUAL(pthread_create(&(reader_thread[i]), NULL, reader, &rw_args), 0);
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/
Di2c_cxx.cpp66 I2CRead reader(n_bytes); in sync_read() local
68 return reader.do_transfer(i2c_num, i2c_addr); in sync_read()
/hal_espressif-3.6.0/components/esptool_py/esptool/
Desp_rfc2217_server.py135 self.thread_read = threading.Thread(target=self.reader)
145 def reader(self): member in Redirector
/hal_espressif-3.6.0/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py158 csv_reader = csv.reader(f, delimiter=',')
/hal_espressif-3.6.0/docs/en/api-reference/
Dtemplate.rst48 …5. With good overview reader should be able to understand what example does without opening the so…
/hal_espressif-3.6.0/docs/en/api-reference/protocols/
Desp_http_client.rst145 Perform HTTP request as Stream reader
/hal_espressif-3.6.0/components/partition_table/test_gen_esp32part_host/
Dgen_esp32part_tests.py311 return list(csv.reader(source_str.split('\n')))
/hal_espressif-3.6.0/docs/en/api-reference/system/
Dpthread.rst114 …sing either pthread or FreeRTOS APIs. Note also that the current pthread reader-writer-locks imple…
/hal_espressif-3.6.0/docs/en/contribute/
Ddocumenting-code.rst84 …f tips on how you can make your documentation even better and more useful to the reader and writer.
Dstyle-guide.rst147 // load_resources(); // WHY is this thing commented, asks the reader?
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/
DGatt_Security_Server_Example_Walkthrough.md9 …etter understanding of this example workflow, it is recommended that the reader is familiar with t…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/
Dble50_security_server_Example_Walkthrough.md9 …etter understanding of this example workflow, it is recommended that the reader is familiar with t…
/hal_espressif-3.6.0/docs/en/api-guides/
Dfreertos-smp.rst5 …This document assumes that the reader has a requisite understanding of Vanilla FreeRTOS (its featu…