Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/hal_espressif-3.6.0/examples/system/esp_timer/
DREADME.md7 …idf/en/latest/api-reference/system/esp_timer.html#api-reference) to create one-shot and periodic s…
50 one-shot 0 5009654 1 0 0 0
56 one-shot 0 5009654 1 0 0 0
62 one-shot 0 5009654 1 0 0 0
69 one-shot 0 0 1 1 0 11472
73 one-shot 0 0 1 1 0 11472
85 The example starts by creating a periodic and a one shot timer using the `esp_timer_create()` funct…
93 These two repeating lines are the output of `esp_timer_dump()` function. There is one line for each…
101 one-shot 0 5002469 1 0 0 0
112 one-shot 0 5002469 1 0 0 0
[all …]
/hal_espressif-3.6.0/docs/en/api-reference/system/
Desp_timer.rst12 … fire at certain times in the future, but the hardware timer only contains one "compare" value use…
16 ``esp_timer`` set of APIs provides one-shot and periodic timers, microsecond time resolution, and 6…
41 … takes some time. Therefore there is a lower limit to the timeout value of one-shot ``esp_timer``.…
53 The timer can be started in one-shot mode or in periodic mode.
55 - To start the timer in one-shot mode, call :cpp:func:`esp_timer_start_once`, passing the time inte…
59 … restart a running timer, call :cpp:func:`esp_timer_stop` first, then call one of the start functi…
77 This only applies to periodic timers, one-shot timers will be called once.
82 When the `skip_unhandled_events` is true, if a periodic timer expires one or more times during ligh…
83 then only one callback is called on wake.
92 In the worst case, when the timer has not been processed for more than one period (for periodic tim…
[all …]
Dintr_alloc.rst13 …The {IDF_TARGET_NAME} has one core, with 32 interrupts. Each interrupt has a certain priority leve…
21 …The {IDF_TARGET_NAME} has one core, with 31 interrupts. Each interrupt has a programmable priority…
32 the peripheral attached to it, with only one ISR that will get called. On the other hand, shared in…
33 them, with multiple ISRs being called when one of the peripherals attached signals an interrupt. Th…
72 …timer comparator of one core generate an interrupt on another core. That is why these sources can …
74 …t they cannot be shared and will always have a fixed interrupt level (namely, the one associated in
109 … freed individually. The source is attached to the interrupt (enabled), if one or more handlers ar…
110 …e called when disabled, while **its source may still be triggered** if any one of its handler enab…
Defuse.rst14 …mber of eFuses which can store system and user parameters. Each eFuse is a one-bit field which can…
62 The CSV file contains a description of the eFuse fields. In the simple case, one field has one line…
95 …continued without specifying a name, this will indicate that it belongs to one field. For example …
200 …Also, 3/4 coding scheme imposes restrictions on writing bits belonging to one coding unit. The who…
202one field can be written into one coding unit. Repeated rewriting in one coding unit is prohibited…
204 …riting some fields. We can prepare all the data for writing and burn it in one time. You can also …
214 …es are generated across the entire 256-bit eFuse block, each block can only be written to one time.
216 To write some fields into one block, or different blocks in one time, you need to use ``the batch w…
266 …:`esp_efuse_find_unused_key_block` - Search for an unused key block and return the first one found.
/hal_espressif-3.6.0/docs/zh_CN/hw-reference/
Dchip-series-comparison.rst107 - 2 [#one]_
108 - 2 [#one]_
127 - 支持 4 通道 [#one]_,可配置为红外发射和接收
131 - 4 通道 [#one]_
135 - 8 通道 [#one]_
228 .. [#one] 与 ESP32 相比,减小了芯片面积
/hal_espressif-3.6.0/docs/en/api-reference/bluetooth/
Desp_gatts.rst16 …ith an attribute table, which releases the user from adding attributes one by one. This is the rec…
21 …nd its tutorial. This demo creates a GATT service by adding attributes one by one as defined by Bl…
/hal_espressif-3.6.0/components/mbedtls/port/
Desp_bignum.c216 mbedtls_mpi X_, one; in mpi_montgomery_exp_calc() local
219 mbedtls_mpi_init(&one); in mpi_montgomery_exp_calc()
220 if ( ( ( ret = mbedtls_mpi_grow(&one, hw_words) ) != 0 ) || in mpi_montgomery_exp_calc()
221 ( ( ret = mbedtls_mpi_set_bit(&one, 0, 1) ) != 0 ) ) { in mpi_montgomery_exp_calc()
238 MBEDTLS_MPI_CHK( esp_mont_hw_op(Z, Rinv, &one, M, Mprime, hw_words, true) ); in mpi_montgomery_exp_calc()
254 MBEDTLS_MPI_CHK( esp_mont_hw_op(Z, Z, &one, M, Mprime, hw_words, true) ); in mpi_montgomery_exp_calc()
262 mbedtls_mpi_free(&one); in mpi_montgomery_exp_calc()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/
DESP32_SSP.md32 * Just Works: at least one of the devices does not have a display capable of displaying a six digit…
34 * Passkey Entry: one device has input capability but does not have the capability to display six di…
52 …required by the Host, the Authentication Requirements parameter may be set to one of the following:
57 **Note**: If both Hosts set the Authentication_Requirements parameter to one of the above values, t…
59 …quired by the Host, the Authentication Requirements parameter shall be set to one of the following:
65 1. If one or both hosts set the Authentication Requirements parameter to one of the above values, t…
66 2. A Host that sets the Authentication_Requirements parameter to one of the above values shall veri…
69 If one or both devices have set the Authentication_Requirements parameter to one of the MITM Protec…
179one direction and then immediately performing the authentication procedure in the opposite directi…
/hal_espressif-3.6.0/tools/test_apps/protocols/mqtt/publish_connect_test/
DREADME.md17 * transport: string parameter, one of: tcp, ssl, ws, wss
19 * pattern repeats: number of repeats of pattern in one MQTT message
21 * qos: number specifying qos, one of: 0, 1, 2
/hal_espressif-3.6.0/examples/custom_bootloader/
DREADME.md12 Naming one of them `main` would let the compiler entirely override the
24 Two hooks are available at the moment, the first one is called before the
25 initialization, and the second one is performed after the bootloader
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md5one shown in the figure below Therefore, it demonstrates a practical way to define the server func…
135one Application Profile for the Heart Rate Service. An Application Profile is a way to group funct…
143 …n the ``heart_rate_profile_tab`` array. Since there is only one profile in this example, one eleme…
146 /* One gatt-based profile one app_id and one gatts_if, this array will store the gatts_if returned …
164 The register application event is the first one that is triggered during the lifetime of the progra…
388 * ``(uint8_t *)&primary_service_uuid``: UUID to identify the service as a primary one (0x2800).
493 …way of defining the server attributes by using a table instead of adding characteristic one by one.
/hal_espressif-3.6.0/components/wear_levelling/doc/
Dwl_sw_structure.rst10 …version. Latest version of the WLC will update data format from older versions to the current one.
33 - erase - erase one sector.
64 during operation when the device stores the states. If one of copies is wrong, the WLC can recover …
72 …ge will be moved to the Dummy page, and Dummy page will be changed to this one. The erase counter …
91 … will write data only to one address, amount of erase cycles will be shared between the full memor…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/
Dindex.rst6 … the purpose of reading/writing ("burning") the one-time-programmable eFuses. Burning occurs only …
10 …Because eFuse is one-time-programmable, it is possible to permanently damage or "brick" your {IDF_…
106 …se blocks only writable once. If you need to write multiple keys/eFuses to one block using differe…
108 …nd Flash Encryption key into one BLOCK3 for the ``ESP32-C2`` chip. Using these commands individual…
121 - Combine multiple commands into one with this :ref:`perform-multiple-operations` feature.
/hal_espressif-3.6.0/docs/en/contribute/
Ddocumenting-code.rst81 Go one extra mile
136 …t to the documentation, if not enclosed in a comment block associated with one of documented objec…
138 6. Prepare one or more complete code examples together with description. Place description to a sep…
145 1. Please ensure that one paragraph is written in one line. Don't break lines like below. Breaking …
150 :alt: One line for one paragraph - recommend (click to enlarge)
152 One line for one paragraph (click to enlarge)
157 :alt: One line for one paragraph - not recommend (click to enlarge)
/hal_espressif-3.6.0/docs/en/get-started-legacy/
Dwindows-setup.rst17 The quick setup is to download the Windows all-in-one toolchain & MSYS2 zip file from dl.espressif.…
25 …n the default ``C:\msys32``), please ensure that the path where the all-in-one toolchain gets unzi…
55 …SYS2 environment. To move any data from an old version of the precompiled environment to a new one:
65 There are :ref:`also steps to update the existing environment without downloading a new one <updati…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/
DREADME.md6 …ice with an attribute table defined in one place. Provided API releases the user from adding attri…
/hal_espressif-3.6.0/tools/test_apps/build_system/ldalign_test/
DREADME.txt4 the end address of first one shall match the start address of the second one.
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/
Di2s.rst4 {IDF_TARGET_I2S_NUM:default="two", esp32s2="one", esp32c3="one"}
216 * The low 16 bits are the valid data bits in one chan and the high 16 bits are
217 * the total bits in one chan. If high 16 bits is smaller than low 16 bits, it will
258 * The low 16 bits are the valid data bits in one chan and the high 16 bits are
259 * the total bits in one chan. If high 16 bits is smaller than low 16 bits, it will
303 * The low 16 bits are the valid data bits in one chan and the high 16 bits are
304 * the total bits in one chan. If high 16 bits is smaller than low 16 bits, it will
Dmcpwm.rst15 …A/B pair may be clocked by any one of the three timers Timer 0, 1 and 2. The same timer may be use…
68 …l, the Operator itself, which contains two Generator, should be clocked by one of three available …
74 …cpp:func:`mcpwm_init`, as discussed in section `Configure`_, and selecting one of options from :cp…
92one :cpp:type:`mcpwm_io_signals_t` is used together with function :cpp:func:`mcpwm_gpio_init` when…
95 …cpp:func:`mcpwm_init`, as discussed in section `Configure`_, and selecting one of counter types fr…
107 3. Enabling one of sync event source from another timer or from external GPIO input.
121 …Software sync event which triggered on one timer can be propagated to other timers on {IDF_TARGET_…
162 …p:type:`mcpwm_capture_config_t`. Or each 2 positive edges of input if only one edge is selected th…
168 …be routed to user selectable GPIOs. The MCPWM may be configured to perform one of four predefined …
185 …The function call parameters include selection of one of three fault inputs defined in :cpp:type:`…
[all …]
Dsdio_slave.rst109 - Requested length: The length requested in one transfer determined by the FIFO address.
110 - Transfer length: The length requested in one transfer determined by the CMD53 byte/block count fi…
148 The host can interrupt the slave by writing any one bit in the register 0x08D. Once any bit of the …
188 …ISHED``, together with the last buffer returned with ``ESP_OK``, belong to one packet from the hos…
205 of several buffers in one transfer.
207 host can only get data of one buffer in one transfer.
215 mode several buffers can be sent in one transfer, each buffer is still counted as one in the queue.
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/
DREADME.md6 This example shows how create a GATT service by adding attributes one by one. However, this method …
8 …ith an attribute table, which releases the user from adding attributes one by one. And it is recom…
/hal_espressif-3.6.0/components/usb/
Dmaintainers.md22 - An interrupt channel will trigger an interrupt one of its QTDs is a short packet (event if the QT…
27 - If there are one or more channels active, and a port error interrupt occurs (such as disconnectio…
59 - Channels are essentially the controllers abstraction of USB pipes. At any one point in time, a ch…
75 …d through one of the ports to a device. However, note that **the underlying hardware controller on…
83 - No more than 8 pipes can be allocated at any one time due to underlying Host Controllers 8 channe…
141 - `hcd_port_command()` is thread safe, but only one port command can be executed at any one time. T…
142 - If multiple threads attempt to execute a command on the sample one, all but one of those threads …
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/tutorial/
DGatt_Client_Multi_Connection_Example_Walkthrough.md6 …ens a connection to all three of them one after the other. In code, each connection is handled sep…
10 * one would be employed as a GATT Client flashed with the [gattc_multi_connect](../../gattc_multi_c…
34 …ile connects to one peer device, that way the same ESP32 can connect to multiple devices by assign…
196 …d to indicate that we want all the characteristics starting from the first one. If the client is i…
199 * If the characteristic ID is the same as the one defined by ``REMOTE_NOTIFY_CHAR_UUID``, the clien…
219 …pecification, however, for this example, the descriptor of interest is the one that deals with ena…
319 …nnections to the remote devices are done in order, starting from the first one and making sure tha…
/hal_espressif-3.6.0/docs/en/api-reference/storage/
Dnvs_flash.rst26 …trings; the maximum key length is currently 15 characters. Values can have one of the following ty…
40 - If the new value is of the same type as the old one, value is updated.
49 …key names between different components, NVS assigns each key-value pair to one of namespaces. Name…
72 …m conditions when flash memory is in an inconsistent state. In particular, one should be able to p…
80 …nner similar to the one mentioned in disk encryption standard IEEE P1619. For the purpose of encry…
105 The XTS encryption keys in the :ref:`nvs_key_partition` can be generated in one of the following tw…
193one physical sector of flash memory. Pages which are in use have a *sequence number* associated wi…
199 …r. Page has some empty entries and data can be written there. No more than one page can be in this…
232 … encryption, the entry size is 32 bytes. For integer types, an entry holds one key-value pair. For…
266 Each entry can be in one of the following three states represented with two bits in the entry state…
[all …]
/hal_espressif-3.6.0/docs/en/api-guides/
Dthread-local-storage.rst8 is one instance of the variable per extant thread. ESP-IDF provides three ways to make use
49 This API has all benefits of the one above, but eliminates some its limits. The number of variables…
51 … the dynamic nature this API introduces additional performance overhead compared to the native one.

12345678910>>...16