Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-3.4.0/components/esp_rom/test/
Dtest_tjpgd.c52 unsigned char *decoded, *p; variable
58 decoded = malloc(TESTW * TESTH * 3);
60 decoded[x] = 0;
61 decoded[x + 1] = 0xff;
68 jd.outData = decoded;
77 p = decoded + 2;
88 free(decoded);
/hal_espressif-3.4.0/components/esp_system/
Deh_frame_parser.c482 uint32_t* decoded = 0; in esp_eh_frame_decode_address() local
485 decoded = (uint32_t*) (*addr + (uint32_t) EH_FRAME_HDR_ADDR); in esp_eh_frame_decode_address()
487 decoded = (uint32_t*) (*addr + (uint32_t) addr); in esp_eh_frame_decode_address()
489 decoded = (uint32_t*) (*addr); in esp_eh_frame_decode_address()
491 return decoded; in esp_eh_frame_decode_address()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/
DREADME.md75 … ESP32 A2DP is SBC. SBC data stream is transmitted to A2DP sink and then decoded into PCM samples …
/hal_espressif-3.4.0/docs/zh_CN/api-guides/esp-ble-mesh/
Dble-mesh-terminology.rst158 …he same network. Messages encrypted with master security material can be decoded by any node in th…
/hal_espressif-3.4.0/examples/system/app_trace_to_host/
DREADME.md105 To access the JTAG logs, the `adc.log` file should be decoded. This can be done by using the `logtr…
/hal_espressif-3.4.0/components/usb/
Dmaintainers.md54 - Events: When an interrupt occurs, call `usbh_hal_decode_intr()` to decoded the port interrupt.
/hal_espressif-3.4.0/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-index.rst131 …can see that unicast address is assigned, and Composition Data of the node is decoded successfully.
Dble-mesh-terminology.rst158 …he same network. Messages encrypted with master security material can be decoded by any node in th…
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Drmt.rst48 The reverse operation is performed by the receiver, where a series of pulses is decoded into a list…
/hal_espressif-3.4.0/docs/en/api-guides/
Dfatal-errors.rst496 When using :doc:`IDF Monitor <tools/idf-monitor>`, the backtrace will be decoded to function names …
/hal_espressif-3.4.0/docs/en/api-reference/system/
Dheap_debug.rst258 … of the call to malloc()/free(), as a list of PC addresses. These can be decoded to source files a…