/hal_espressif-3.6.0/tools/esp_app_trace/espytrace/ |
D | sysview.py | 77 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/ |
D | test_i2c.cpp | 168 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/ |
D | sysviewtrace_proc.py | 59 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/ |
D | test_pthread_rwlock.c | 123 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/ |
D | i2c_cxx.cpp | 66 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/ |
D | esp_rfc2217_server.py | 135 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/ |
D | gen_crt_bundle.py | 158 csv_reader = csv.reader(f, delimiter=',')
|
/hal_espressif-3.6.0/docs/en/api-reference/ |
D | template.rst | 48 …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/ |
D | esp_http_client.rst | 145 Perform HTTP request as Stream reader
|
/hal_espressif-3.6.0/components/partition_table/test_gen_esp32part_host/ |
D | gen_esp32part_tests.py | 311 return list(csv.reader(source_str.split('\n')))
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | pthread.rst | 114 …sing either pthread or FreeRTOS APIs. Note also that the current pthread reader-writer-locks imple…
|
/hal_espressif-3.6.0/docs/en/contribute/ |
D | documenting-code.rst | 84 …f tips on how you can make your documentation even better and more useful to the reader and writer.
|
D | style-guide.rst | 147 // load_resources(); // WHY is this thing commented, asks the reader?
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 9 …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/ |
D | ble50_security_server_Example_Walkthrough.md | 9 …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/ |
D | freertos-smp.rst | 5 …This document assumes that the reader has a requisite understanding of Vanilla FreeRTOS (its featu…
|