Searched refs:ones (Results 1 – 25 of 53) sorted by relevance
123
/hal_espressif-3.6.0/components/esp_hw_support/test/ |
D | test_random.c | 20 uint32_t ones = 0; variable 23 ones |= r; 32 TEST_ASSERT_EQUAL_HEX32(UINT32_MAX, ones);
|
/hal_espressif-3.6.0/components/hal/ |
D | spi_flash_hal_common.inc | 96 * transaction. We have to output all ones in these cycles because we don't need this feature. 109 // phase (and appended as ones). 175 //filled with ones by the function below
|
/hal_espressif-3.6.0/components/esp_rom/esp32/ld/ |
D | esp32.rom.newlib-locale.ld | 9 used instead of the ones provided by libc.a.
|
D | esp32.rom.newlib-data.ld | 8 used instead of the ones provided by libc.a.
|
D | esp32.rom.libgcc.ld | 4 used instead of the ones provided by libgcc.a.
|
D | esp32.rom.newlib-funcs.ld | 10 used instead of the ones provided by libc.a.
|
D | esp32.rom.newlib-nano.ld | 15 used instead of the ones provided by libc.a.
|
/hal_espressif-3.6.0/components/esp_rom/esp32s2/ld/ |
D | esp32s2.rom.newlib-data.ld | 7 * This is done so that ROM functions are always used instead of the ones provided by libc.a.
|
D | esp32s2.rom.newlib-nano.ld | 14 used instead of the ones provided by libc.a.
|
D | esp32s2.rom.libgcc.ld | 4 * This is done so that ROM functions are always used instead of the ones provided by libgcc.a.
|
D | esp32s2.rom.newlib-funcs.ld | 7 * This is done so that ROM functions are always used instead of the ones provided by libc.a.
|
/hal_espressif-3.6.0/docs/en/api-reference/peripherals/ |
D | sdmmc_host.rst | 74 Of all the functions listed below, only the following ones will be used directly by most applicatio… 80 Other functions, such as the ones given below, will be called by the SD/MMC protocol layer via func…
|
/hal_espressif-3.6.0/docs/en/api-reference/ |
D | kconfig.rst | 28 …d process will not override settings that are already in ``sdkconfig`` by ones from ``sdkconfig.de… 72 ``Kconfig`` option names. Old options are replaced by new ones in the ``sdkconfig`` file.
|
D | api-conventions.rst | 110 …urce code to use the newer functions or files that replace the deprecated ones, however this is no… 132 …anges made to mitigate security issues or to replace insecure default behaviors with a secure ones.
|
/hal_espressif-3.6.0/components/esptool_py/esptool/flasher_stub/ |
D | README.md | 37 …sp32`), which will update the stubs in `esptool.py` to the newly compiled ones. Or there are some …
|
/hal_espressif-3.6.0/docs/en/api-guides/jtag-debugging/ |
D | tips-and-quirks.rst | 12 …ones. Hardware breakpoints are implemented by {IDF_TARGET_NAME} chip's logic and can be set anywhe… 20 Emulating part of hardware breakpoints using software flash ones means that the GDB command ``hb my… 123 …he source repository). For the purposes of this guide, the most important ones are ``board``, ``in…
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | wdts.rst | 7 The ESP-IDF has support for multiple types of watchdogs, with the two main ones being: The Interrup… 19 is bad because no other tasks, including potentially important ones like the WiFi task and the idle…
|
/hal_espressif-3.6.0/docs/en/api-guides/tools/ |
D | idf-tools.rst | 64 …RSION`` format. If ``all`` is given, all the tools (required and optional ones) are installed. If … 100 * ``list``: Lists the known versions of the tools, and indicates which ones are installed.
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | thread-local-storage.rst | 58 The ESP-IDF FreeRTOS supports thread local variables according to C11 standard (ones specified with…
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | spi_flash_concurrency.rst | 40 …ll data and functions accessed by these interrupt handlers, including the ones that handlers call,…
|
/hal_espressif-3.6.0/components/spi_flash/ |
D | Kconfig | 21 bool "Log warning if writing zero bits to ones" 26 … ones will log a warning. Such writes will not result in the requested data appearing identically
|
D | README_legacy.rst | 56 …ll data and functions accessed by these interrupt handlers, including the ones that handlers call,…
|
/hal_espressif-3.6.0/tools/esp_prov/ |
D | README.md | 87 * The packages listed in requirements.txt are limited only to the ones needed AFTER fully satisfyin…
|
/hal_espressif-3.6.0/docs/zh_CN/api-guides/jtag-debugging/ |
D | index.rst | 193 * 如果出现 JTAG 错误(例如输出为 ``...all ones`` 或 ``...all zeroes``),请检查硬件连接是否正确,除了 {IDF_TARGET_NAME} 的管脚之外是否…
|
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/ |
D | advanced-commands.rst | 121 …Setting status bits (particularly non-volatile ones) can have permanent side effects for some flas…
|
123