Searched refs:always (Results 1 – 25 of 104) sorted by relevance
12345
/hal_espressif-2.7.6/components/sdmmc/ |
D | sdmmc_init.c | 39 const bool always = true; in sdmmc_card_init() local 49 SDMMC_INIT_STEP(always, sdmmc_send_cmd_go_idle_state); in sdmmc_card_init() 52 SDMMC_INIT_STEP(always, sdmmc_init_sd_if_cond); in sdmmc_card_init() 105 SDMMC_INIT_STEP(always, sdmmc_init_card_hs_mode); in sdmmc_card_init() 112 SDMMC_INIT_STEP(always, sdmmc_init_host_bus_width); in sdmmc_card_init() 116 SDMMC_INIT_STEP(always, sdmmc_init_host_frequency); in sdmmc_card_init()
|
/hal_espressif-2.7.6/components/vfs/ |
D | CMakeLists.txt | 10 # Some newlib syscalls are implemented in vfs.c, make sure these are always
|
/hal_espressif-2.7.6/docs/en/api-reference/system/ |
D | intr_alloc.rst | 69 …as normal, but they cannot be shared and will always have a fixed interrupt level (namely, the one… 80 - Allocating an external interrupt will always allocate it on the core that does the allocation. 81 - Freeing an external interrupt must always happen on the same core it was allocated on. 90 The ``ESP_INTR_FLAG_IRAM`` flag registers an interrupt handler that always runs from IRAM (and read… 109 …eaving status and mask bits to be handled by users. **Status bits should always be masked before t…
|
/hal_espressif-2.7.6/components/esp_rom/esp32/ld/ |
D | esp32.rom.spiflash.ld | 21 /* always using patched versions of these functions
|
D | esp32.rom.newlib-locale.ld | 8 which declares strong symbols. This is done so that ROM functions are always
|
D | esp32.rom.newlib-data.ld | 7 which declares strong symbols. This is done so that ROM functions are always
|
D | esp32.rom.libgcc.ld | 3 which declares strong symbols. This is done so that ROM functions are always
|
/hal_espressif-2.7.6/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.newlib-data.ld | 8 * Note: These ROM data are always linked instead of the ones provided by libc.a.
|
D | esp32s3.rom.newlib-nano.ld | 14 * Note: These ROM functions are always linked instead of the ones provided by libc.a.
|
D | esp32s3.rom.libgcc.ld | 5 * Note: These ROM functions are always linked instead of the ones provided by libgcc.a.
|
/hal_espressif-2.7.6/components/app_update/ |
D | component.mk | 25 …GIT_PROJECT_VER := $(shell cd ${PROJECT_PATH} && git describe --always --tags --dirty 2> /dev/null)
|
D | Kconfig.projbuild | 45 and store it in static RAM. This ensures the app ELF SHA-256 value is always available
|
/hal_espressif-2.7.6/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 | 13 which declares strong symbols. This is done so that ROM functions are always
|
D | esp32s2.rom.libgcc.ld | 4 * This is done so that ROM functions are always used instead of the ones provided by libgcc.a.
|
/hal_espressif-2.7.6/.github/ISSUE_TEMPLATE/ |
D | feature_request.md | 12 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | hlinterrupts.rst | 63 This should cause the linker to always include a file defining ``ld_include_my_isr_file``, causing …
|
/hal_espressif-2.7.6/docs/en/ |
D | versions.rst | 14 The documentation for the current stable release version can always be found at this URL: 18 Documentation for the latest version (master branch) can always be found at this URL: 125 …ootloader will print the version on boot (the version information is not always updated if the cod… 153 - New work is always added on the master branch (latest version) first. The ESP-IDF version on ``ma… 206 Pre-release tags are not always found on the `Releases page`_. Consult the `list of tags`_ on GitHu… 234 …ng the master branch and only using stable releases. A release branch is always beta quality or be…
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_ancs/ |
D | README.md | 11 …resent on an NP. Due to the nature of iOS, the ANCS is not guaranteed to always be present. As a r…
|
/hal_espressif-2.7.6/examples/protocols/https_server/simple/ |
D | README.md | 12 certificate; this will be always the case, unless you preload the CA root into your browser/system
|
/hal_espressif-2.7.6/examples/protocols/https_server/wss_server/ |
D | README.md | 14 certificate; this will be always the case, unless you preload the CA root into your browser/system
|
/hal_espressif-2.7.6/components/esp_common/ |
D | Kconfig.spiram.common | 53 int "Maximum malloc() size, in bytes, to always put in internal memory" 78 …Because the external/internal RAM allocation strategy is not always perfect, it sometimes may happ…
|
/hal_espressif-2.7.6/components/partition_table/ |
D | project_include.cmake | 19 # Other .csv files are always in the component directory
|
/hal_espressif-2.7.6/components/spiffs/ |
D | project_include.cmake | 33 …# Execute SPIFFS image generation; this always executes as there is no way to specify for CMake to…
|
/hal_espressif-2.7.6/components/log/ |
D | Kconfig | 64 (i.e WiFi & Bluetooth libraries), these will always print
|
12345