Home
last modified time | relevance | path

Searched refs:Keep (Results 1 – 25 of 39) sorted by relevance

12

/hal_espressif-3.5.0/examples/protocols/sockets/tcp_server/main/
DKconfig.projbuild23Keep-alive idle time. In idle time without receiving any data from peer, will send keep-alive prob…
29 Keep-alive probe packet interval time.
35 Keep-alive probe packet retry count.
/hal_espressif-3.5.0/components/esp_rom/esp32/ld/
Desp32.rom.newlib-funcs.ld17 PROVIDE ( atoi = 0x400566c4 ); /* Zephyr: Keep as PROVIDE symbol */
19 PROVIDE ( atol = 0x400566ec ); /* Zephyr: Keep as PROVIDE symbol */
112 PROVIDE ( strtol = 0x4005681c ); /* Zephyr: Keep as PROVIDE symbol */
114 PROVIDE ( strtoul = 0x4005692c ); /* Zephyr: Keep as PROVIDE symbol */
/hal_espressif-3.5.0/tools/ldgen/test/
Dtest_fragments.py830 expected = [('text', 'flash_text', [Mapping.Keep()]),
831 ('rodata', 'flash_rodata', [Mapping.Keep(), Mapping.Keep()])]
942 Mapping.Keep(),
946 ('rodata', 'flash_rodata', [Mapping.Keep(),
948 Mapping.Keep(),
972 Mapping.Keep(),
976 Mapping.Keep(),
1000 Mapping.Keep(),
1004 Mapping.Keep(),
/hal_espressif-3.5.0/tools/ldgen/
Dfragments.py387 class Keep(Flag): class in Mapping
397 grammar = Keyword('KEEP()').setParseAction(Mapping.Keep)
401 return isinstance(other, Mapping.Keep)
495 …flag = Or([f.get_grammar() for f in [Mapping.Keep, Mapping.Align, Mapping.Surround, Mapping.Sort]])
Dgeneration.py197 if isinstance(flag, Mapping.Keep):
/hal_espressif-3.5.0/components/wpa_supplicant/
DKconfig72 bool "Keep scan results in cache"
76 Keep scan results in cache, if not enabled, those
/hal_espressif-3.5.0/components/esp_rom/esp32c3/ld/
Desp32c3.rom.newlib.ld79 /* ZEPHYR: Keep PROVIDE for these symbols: */
/hal_espressif-3.5.0/components/esp_rom/esp32s3/ld/
Desp32s3.rom.newlib.ld79 /* ZEPHYR: Keep PROVIDE for these symbols: */
/hal_espressif-3.5.0/components/efuse/
DKconfig29 bool "Keep eFuses in flash"
/hal_espressif-3.5.0/components/esp_rom/esp32s2/ld/
Desp32s2.rom.newlib-funcs.ld88 /* ZEPHYR: Keep PROVIDE for this symbol: */
/hal_espressif-3.5.0/examples/peripherals/ledc/ledc_fade/
DREADME.md51 * LEDC 3: Keep a stable intensity
/hal_espressif-3.5.0/docs/en/api-guides/
Dusb-otg-console.rst103 4. USB CDC driver reserves some amount of RAM and increases application code size. Keep this in min…
105 …, ``esp_rom_printf`` can be used, at the expense of increased IRAM usage. Keep in mind that the co…
/hal_espressif-3.5.0/docs/en/contribute/
Ddocumenting-code.rst166 :alt: Keep the line number for EN and CN files consistent (click to enlarge)
168 Keep the line number for EN and CN documents consistent (click to enlarge)
/hal_espressif-3.5.0/components/esp_hw_support/
DKconfig77 bool "Keep BBPLL clock always work"
/hal_espressif-3.5.0/docs/zh_CN/api-guides/
Dlinker-script-generation.rst476 …EEP 命令包围输入段描述,从而防止链接器丢弃存放区域。更多细节请参考 https://sourceware.org/binutils/docs/ld/Input-Section-Keep.html
Dfatal-errors.rst282 …u Meditation" in the title of this section should also not be translated. Keep these two notes whe…
/hal_espressif-3.5.0/docs/en/api-reference/peripherals/
Ddedic_gpio.rst85 …he callback function is defined in :cpp:type:`dedic_gpio_isr_callback_t`. Keep in mind, the callba…
/hal_espressif-3.5.0/docs/en/api-reference/network/
Desp_eth.rst152Keep the trace as short as possible. Keep it away from RF devices. Keep it away from inductor elem…
/hal_espressif-3.5.0/docs/en/get-started-legacy/
Declipse-setup.rst51 * Edit the ``PATH`` environment variable. Keep the current value, and append the path to the Xtensa…
Dindex.rst120 …rectory, but you will need to adjust paths for the commands respectively. Keep in mind that ESP-ID…
230 Keep the port name handy as you will need it in the next steps.
/hal_espressif-3.5.0/docs/en/api-reference/system/
Desp_timer.rst64 .. note: Keep the callback functions as short as possible otherwise it will affect all timers.
/hal_espressif-3.5.0/components/esp_system/ld/esp32h2/
Dsections.ld.in351 /* Keep this section shall be at least aligned on 4 */
/hal_espressif-3.5.0/components/esp_system/ld/esp32c3/
Dsections.ld.in343 /* Keep this section shall be at least aligned on 4 */
/hal_espressif-3.5.0/docs/en/api-reference/protocols/
Desp_sdio_slave_protocol.rst61 Keep sending CMD5 with arg=0x00FFFF00 until the R4 shows card ready (arg bit 31=1).
/hal_espressif-3.5.0/tools/mass_mfg/docs/
DREADME.rst99 …tag, its corresponding value **must** be entered in the second line only. Keep the entry empty for…

12