Home
last modified time | relevance | path

Searched full:from (Results 1 – 25 of 3089) sorted by relevance

12345678910>>...124

/hal_espressif-3.5.0/components/wpa_supplicant/src/tls/
Dtls.h174 * counter and do global initialization only when moving from 0 to 1 reference.
180 * @tls_ctx: TLS context data from tls_init()
186 * from 1 to 0 references.
192 * @tls_ctx: TLS context data from tls_init()
201 * @tls_ctx: TLS context data from tls_init()
208 * @tls_ctx: TLS context data from tls_init()
209 * @conn: Connection context data from tls_connection_init()
217 * @tls_ctx: TLS context data from tls_init()
218 * @conn: Connection context data from tls_connection_init()
225 * @tls_ctx: TLS context data from tls_init()
[all …]
Dbignum.c45 * @n: Bignum from bignum_init()
58 * @n: Bignum from bignum_init()
69 * @n: Bignum from bignum_init()
94 * @n: Bignum from bignum_init(); to be set to the given value
111 * @a: Bignum from bignum_init()
112 * @b: Bignum from bignum_init()
123 * @a: Bignum from bignum_init()
135 * @a: Bignum from bignum_init()
136 * @b: Bignum from bignum_init()
137 * @c: Bignum from bignum_init(); used to store the result of a + b
[all …]
/hal_espressif-3.5.0/components/esptool_py/esptool/esptool/targets/
D__init__.py1 from .esp32 import ESP32ROM
2 from .esp32c2 import ESP32C2ROM
3 from .esp32c3 import ESP32C3ROM
4 from .esp32c6 import ESP32C6ROM
5 from .esp32c6beta import ESP32C6BETAROM
6 from .esp32h2 import ESP32H2ROM
7 from .esp32h2beta1 import ESP32H2BETA1ROM
8 from .esp32h2beta2 import ESP32H2BETA2ROM
9 from .esp32s2 import ESP32S2ROM
10 from .esp32s3 import ESP32S3ROM
[all …]
/hal_espressif-3.5.0/components/xtensa/trax/test/
Dgdb_log_expected.txt11 Dump of assembler code from 0x40080400 to 0x4008040a:
19 Dump of assembler code from 0x40080411 to 0x40080418:
26 Dump of assembler code from 0x40080400 to 0x4008040a:
34 Dump of assembler code from 0x40080411 to 0x40080418:
41 Dump of assembler code from 0x40080400 to 0x4008040f:
51 Dump of assembler code from 0x4008042a to 0x4008042b:
55 Dump of assembler code from 0x4008041a to 0x40080424:
63 Dump of assembler code from 0x40080400 to 0x4008040f:
73 Dump of assembler code from 0x4008042a to 0x4008042b:
77 Dump of assembler code from 0x40080426 to 0x4008042b:
[all …]
/hal_espressif-3.5.0/components/hal/include/hal/
Dledc_hal.h61 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
71 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
81 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
91 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
101 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
102 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
112 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
113 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
123 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
134 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
[all …]
/hal_espressif-3.5.0/examples/system/base_mac_address/
DREADME.md5 …um Access Control (MAC) address. Each interface's MAC address is [derived from a base MAC address]…
9 1. How to retrieve a base MAC address from non-volatile memory
28 …* `eFuse BLK0` will cause this example to read the base MAC address from eFuse Block 0 and is sele…
29 …* `eFuse BLK3` will cause this example to read the base MAC address from words 1 & 2 of eFuse Bloc…
32 …g the base MAC address from `eFuse BLK3` without burning eFuse Block 3, the example can either abo…
53 I (288) BASE_MAC: Base MAC Address read from EFUSE BLK0
55 I (288) BASE_MAC: Base MAC Address read from EFUSE BLK3
57 I (288) BASE_MAC: Base MAC Address read from external storage
75 When attempting to retrieve the base MAC address from `eFuse BLK3` without first burning eFuse Bloc…
77 If the example has been configured to abort when retrieving from `eFuse BLK3` fails.
[all …]
/hal_espressif-3.5.0/examples/protocols/http_server/captive_portal/
DREADME.md55 I (2833) example_dns_redirect_server: Received 50 bytes from 192.168.4.2 | DNS reply with len: 66
57 I (3043) example_dns_redirect_server: Received 39 bytes from 192.168.4.2 | DNS reply with len: 55
59 I (3043) example_dns_redirect_server: Received 42 bytes from 192.168.4.2 | DNS reply with len: 58
63 I (5693) example_dns_redirect_server: Received 37 bytes from 192.168.4.2 | DNS reply with len: 53
65 I (5783) example_dns_redirect_server: Received 46 bytes from 192.168.4.2 | DNS reply with len: 62
67 I (6303) example_dns_redirect_server: Received 41 bytes from 192.168.4.2 | DNS reply with len: 57
69 I (6303) example_dns_redirect_server: Received 41 bytes from 192.168.4.2 | DNS reply with len: 57
74 I (13263) example_dns_redirect_server: Received 34 bytes from 192.168.4.2 | DNS reply with len: 50
76 I (13273) example_dns_redirect_server: Received 34 bytes from 192.168.4.2 | DNS reply with len: 50
78 I (16303) example_dns_redirect_server: Received 32 bytes from 192.168.4.2 | DNS reply with len: 48
[all …]
/hal_espressif-3.5.0/components/sdmmc/include/
Dsdmmc_cmd.h28 * - One of the error codes from SDMMC host controller
47 * - One of the error codes from SDMMC host controller
56 * @param src pointer to data buffer to read data from; data size must be
62 * - One of the error codes from SDMMC host controller
68 * Read given number of sectors from the SD/MMC card
78 * - One of the error codes from SDMMC host controller
84 * Read one byte from an SDIO card using IO_RW_DIRECT (CMD52)
90 * @param[out] out_byte output, receives the value read from the card
93 * - One of the error codes from SDMMC host controller
107 * from the card (read-after-write).
[all …]
/hal_espressif-3.5.0/examples/system/sysview_tracing_heap_log/
DREADME.md6 …Level Tracing library**. SystemView is also can be useful to show log message sent from the target.
20 … to prepare special GDB command file. Having provided with `gdbinit` file from the example project…
23 …view. To make them pretty-looking you need to copy `SYSVIEW_FreeRTOS.txt` from the project's root …
41 1. Run GDB using the following command from the project root directory:
57 …. The script also prints found log messages. To run it type the following from the project root di…
66 [0.002272225] HEAP: Allocated 8 bytes @ 0x3ffaff6c from task "main" on core 0 by:
70 [0.002307300] HEAP: Allocated 2500 bytes @ 0x3ffb580c from task "main" on core 0 by:
74 [0.002323775] HEAP: Allocated 356 bytes @ 0x3ffb61d4 from task "main" on core 0 by:
78 [0.002427700] HEAP: Allocated 120 bytes @ 0x3ffaff78 from task "alloc0" on core 0 by:
82 [0.002471225] HEAP: Allocated 2500 bytes @ 0x3ffb633c from task "alloc0" on core 0 by:
[all …]
/hal_espressif-3.5.0/components/hal/esp32c3/include/hal/
Dledc_ll.h76 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
90 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
105 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
119 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
133 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
134 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
148 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
149 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
163 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
184 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
[all …]
/hal_espressif-3.5.0/components/hal/esp32h2/include/hal/
Dledc_ll.h76 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
90 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
105 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
119 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
133 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
134 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
148 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
149 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
163 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
184 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
[all …]
/hal_espressif-3.5.0/components/hal/esp32/include/hal/
Dledc_ll.h63 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
76 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
90 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
103 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
116 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
117 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
130 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
131 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
144 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
158 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
[all …]
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/
Dledc_ll.h74 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
87 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
101 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
114 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
127 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
128 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
141 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
142 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
155 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
175 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
[all …]
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/
Dledc_ll.h76 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
90 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
105 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
119 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
133 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
134 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
148 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
149 …* @param clock_divider Timer clock divide value, the timer clock is divided from the selected cloc…
163 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
184 * @param timer_sel LEDC timer index (0-3), select from ledc_timer_t
[all …]
/hal_espressif-3.5.0/components/esp_serial_slave_link/include/esp_serial_slave_link/
Dessl_sdio.h62 * - One of the error codes from SDMMC host controller
74 * - One of the error codes from SDMMC host controller
85 * - One of the error codes from SDMMC host controller
95 * - One of the error codes from SDMMC host controller
110 * - One of the error codes from SDMMC host controller
115 * Get a packet from an ESSL SDIO slave.
119 … output buffer, if the buffer is smaller than the size of data to receive from slave, the driver r…
123 * - ESP_OK Success, all the data are read from the slave.
125 * - One of the error codes from SDMMC host controller
130 * Wait for the interrupt from the SDIO slave.
[all …]
Dessl.h35 * - Other value returned from lower layer `init`.
47 * - One of the error codes from SDMMC host controller
60 * - One of the error codes from SDMMC/SPI host controller
67 * @param out_rx_size Output of data size to read from slave, in bytes
73 * - One of the error codes from SDMMC/SPI host controller
102 * - One of the error codes from SDMMC/SPI host controller.
106 /** Get a packet from ESSL slave.
110 … output buffer, if the buffer is smaller than the size of data to receive from slave, the driver r…
111 * @param[out] out_length Output of length the data actually received from slave.
115 * - ESP_OK Success: All the data has been read from the slave.
[all …]
/hal_espressif-3.5.0/examples/peripherals/spi_slave_hd/segment_mode/
DREADME.md6 …lfduplex driver. There are 2 tasks repeating to receive/send transactions from/to SPI Master respe…
7 …municate with SPI Slave Halfduplex driver. It receives/sends transactions from/to slave a few time…
43 Transaction No.0 from slave, length: 4640
46 Transaction No.1 from slave, length: 3299
49 Transaction No.2 from slave, length: 4836
52 Transaction No.3 from slave, length: 3333
55 Transaction No.4 from slave, length: 4965
58 Transaction No.5 from slave, length: 3042
61 Transaction No.6 from slave, length: 4892
64 Transaction No.7 from slave, length: 3585
[all …]
/hal_espressif-3.5.0/tools/
Didf_monitor.py15 # Contains elements taken from miniterm "Very simple serial terminal" which
31 from builtins import bytes
32 from typing import Any, List, Optional, Type, Union
37 from idf_monitor_base.ansi_color_converter import get_converter
38 from idf_monitor_base.argument_parser import get_parser
39 from idf_monitor_base.console_parser import ConsoleParser
40 from idf_monitor_base.console_reader import ConsoleReader
41 from idf_monitor_base.constants import (CTRL_C, CTRL_H, DEFAULT_PRINT_FILTER, DEFAULT_TOOLCHAIN_PRE…
46 from idf_monitor_base.coredump import COREDUMP_DECODE_INFO, CoreDump
47 from idf_monitor_base.exceptions import SerialStopException
[all …]
/hal_espressif-3.5.0/tools/idf_monitor_base/
Dserial_handler.py9 from typing import Callable, Optional
12 from serial.tools import miniterm # noqa: F401
14 from .chip_specific_config import get_chip_config
15 from .console_parser import ConsoleParser, prompt_next_action # noqa: F401
16 from .console_reader import ConsoleReader # noqa: F401
17 from .constants import (CMD_APP_FLASH, CMD_ENTER_BOOT, CMD_MAKE, CMD_OUTPUT_TOGGLE, CMD_RESET, CMD_…
20 from .coredump import CoreDump
21 from .exceptions import SerialStopException
22 from .gdbhelper import GDBHelper
23 from .line_matcher import LineMatcher
[all …]
/hal_espressif-3.5.0/examples/wifi/espnow/
DREADME.md16 * When Device2 receiving broadcast ESPNOW data from Device1 with 'state' as 0, adds Device1 into th…
75 I (52138) espnow_example: Receive 0th broadcast data from: 30:ae:a4:0c:34:ec, len: 200
77 I (53158) espnow_example: Receive 1th broadcast data from: 30:ae:a4:0c:34:ec, len: 200
79 I (54168) espnow_example: Receive 2th broadcast data from: 30:ae:a4:0c:34:ec, len: 200
80 I (54168) espnow_example: Receive 0th unicast data from: 30:ae:a4:0c:34:ec, len: 200
81 I (54678) espnow_example: Receive 1th unicast data from: 30:ae:a4:0c:34:ec, len: 200
82 I (55668) espnow_example: Receive 2th unicast data from: 30:ae:a4:0c:34:ec, len: 200
93 I (5915) espnow_example: Receive 41th broadcast data from: 30:ae:a4:80:45:68, len: 200
94 I (5915) espnow_example: Receive 42th broadcast data from: 30:ae:a4:80:45:68, len: 200
95 I (5925) espnow_example: Receive 44th broadcast data from: 30:ae:a4:80:45:68, len: 200
[all …]
/hal_espressif-3.5.0/components/esp_ringbuf/include/freertos/
Dringbuf.h70 /** @cond */ //Doxygen command to hide this structure from API Reference
157 * Attempt to insert an item into the ring buffer from an ISR. This function
180 * @brief Acquire memory from the ring buffer to be written to by an external
188 * will not be able to be read from the ring buffer until this item is actually
224 * @brief Retrieve an item from the ring buffer
226 * Attempt to retrieve an item from the ring buffer. This function will block
229 * @param[in] xRingbuffer Ring buffer to retrieve the item from
242 * @brief Retrieve an item from the ring buffer in an ISR
244 * Attempt to retrieve an item from the ring buffer. This function returns immediately
247 * @param[in] xRingbuffer Ring buffer to retrieve the item from
[all …]
/hal_espressif-3.5.0/examples/system/deep_sleep/main/
DKconfig.projbuild8 This option enables wake up from deep sleep using touch pads
16 This option enables wake up from deep sleep using ULP.
23 bool "Enable wakeup from GPIO"
27 …This option enables wake up from deep sleep from GPIO2 and GPIO4. They should be connected to LOW …
32 bool "Enable wakeup from GPIO"
36 …This option enables wake up from GPIO, only GPIO0~5 can be used to wake up. Be aware that if you u…
43 int "Enable wakeup from GPIO"
/hal_espressif-3.5.0/components/app_update/
DKconfig.projbuild8 …structure. If not set, time/date stamp will be excluded from app image. This can be useful for get…
9 same binary image files made from the same source, but at different times.
12 bool "Exclude PROJECT_VER from firmware image"
15 The PROJECT_VER variable from the build system will not affect the firmware image.
19 bool "Exclude PROJECT_NAME from firmware image"
22 The PROJECT_NAME variable from the build system will not affect the firmware image.
26 bool "Get the project version from Kconfig"
44 …At startup, the app will read this many hex characters from the embedded APP ELF SHA-256 hash value
/hal_espressif-3.5.0/examples/protocols/icmp_echo/
DREADME.md5 …able on the IP network. It measures the round-trip time for messages sent from the source host to …
72 64 bytes from 119.9.92.99 icmp_seq=1 ttl=51 time=36 ms
73 64 bytes from 119.9.92.99 icmp_seq=2 ttl=51 time=34 ms
74 64 bytes from 119.9.92.99 icmp_seq=3 ttl=51 time=37 ms
75 64 bytes from 119.9.92.99 icmp_seq=4 ttl=51 time=36 ms
76 64 bytes from 119.9.92.99 icmp_seq=5 ttl=51 time=33 ms
92 From 69.171.230.18 icmp_seq=1 timeout
93 From 69.171.230.18 icmp_seq=2 timeout
94 From 69.171.230.18 icmp_seq=3 timeout
95 From 69.171.230.18 icmp_seq=4 timeout
[all …]
/hal_espressif-3.5.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_atomic.c8 * @param bit Bit number (starting from 0).
30 * @param target memory location to read from
33 * a value from <target>. It simply does an ordinary load. Note that <target>
36 * @return The value read from <target>
53 * @return The previous value from <target>
80 * @return The previous value from <target>
107 * @return The previous value from <target>
130 * is atomically decremented by 1, and the old value from <target> is returned.
132 * @return The value from <target> prior to the decrement
155 * is atomically incremented by 1, and the old value from <target> is returned.
[all …]

12345678910>>...124