Home
last modified time | relevance | path

Searched refs:ones (Results 1 – 25 of 53) sorted by relevance

123

/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_random.c20 uint32_t ones = 0; variable
23 ones |= r;
32 TEST_ASSERT_EQUAL_HEX32(UINT32_MAX, ones);
/hal_espressif-3.6.0/components/hal/
Dspi_flash_hal_common.inc96 * 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/
Desp32.rom.newlib-locale.ld9 used instead of the ones provided by libc.a.
Desp32.rom.newlib-data.ld8 used instead of the ones provided by libc.a.
Desp32.rom.libgcc.ld4 used instead of the ones provided by libgcc.a.
Desp32.rom.newlib-funcs.ld10 used instead of the ones provided by libc.a.
Desp32.rom.newlib-nano.ld15 used instead of the ones provided by libc.a.
/hal_espressif-3.6.0/components/esp_rom/esp32s2/ld/
Desp32s2.rom.newlib-data.ld7 * This is done so that ROM functions are always used instead of the ones provided by libc.a.
Desp32s2.rom.newlib-nano.ld14 used instead of the ones provided by libc.a.
Desp32s2.rom.libgcc.ld4 * This is done so that ROM functions are always used instead of the ones provided by libgcc.a.
Desp32s2.rom.newlib-funcs.ld7 * 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/
Dsdmmc_host.rst74 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/
Dkconfig.rst28 …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.
Dapi-conventions.rst110 …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/
DREADME.md37 …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/
Dtips-and-quirks.rst12ones. 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/
Dwdts.rst7 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/
Didf-tools.rst64 …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/
Dthread-local-storage.rst58 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/
Dspi_flash_concurrency.rst40 …ll data and functions accessed by these interrupt handlers, including the ones that handlers call,…
/hal_espressif-3.6.0/components/spi_flash/
DKconfig21 bool "Log warning if writing zero bits to ones"
26ones will log a warning. Such writes will not result in the requested data appearing identically
DREADME_legacy.rst56 …ll data and functions accessed by these interrupt handlers, including the ones that handlers call,…
/hal_espressif-3.6.0/tools/esp_prov/
DREADME.md87 * 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/
Dindex.rst193 * 如果出现 JTAG 错误(例如输出为 ``...all ones`` 或 ``...all zeroes``),请检查硬件连接是否正确,除了 {IDF_TARGET_NAME} 的管脚之外是否…
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/esptool/
Dadvanced-commands.rst121 …Setting status bits (particularly non-volatile ones) can have permanent side effects for some flas…

123