Home
last modified time | relevance | path

Searched refs:requested (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/port/
Deloop.c271 struct os_reltime now, requested, remaining; in eloop_deplete_timeout() local
278 requested.sec = req_secs; in eloop_deplete_timeout()
279 requested.usec = req_usecs; in eloop_deplete_timeout()
282 if (os_reltime_before(&requested, &remaining)) { in eloop_deplete_timeout()
285 eloop_register_timeout(requested.sec, in eloop_deplete_timeout()
286 requested.usec, in eloop_deplete_timeout()
302 struct os_reltime now, requested, remaining; in eloop_replenish_timeout() local
309 requested.sec = req_secs; in eloop_replenish_timeout()
310 requested.usec = req_usecs; in eloop_replenish_timeout()
313 if (os_reltime_before(&remaining, &requested)) { in eloop_replenish_timeout()
[all …]
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst329 … sync at (maximum) 115200bps and then sends this command to go to a higher baud rate, if requested.
330 … sync at (maximum) 115200bps and then sends this command to go to a higher baud rate, if requested.
453 * Now the stub loader will start sending SLIP packets with raw data (of the size requested in the …
/hal_espressif-latest/components/spi_flash/
DKconfig145 … ones will log a warning. Such writes will not result in the requested data appearing identically
/hal_espressif-latest/components/bt/esp_ble_mesh/
DKconfig.in798 int "Receive delay requested by the local node"