Home
last modified time | relevance | path

Searched refs:always (Results 1 – 25 of 104) sorted by relevance

12345

/hal_espressif-2.7.6/components/sdmmc/
Dsdmmc_init.c39 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/
DCMakeLists.txt10 # Some newlib syscalls are implemented in vfs.c, make sure these are always
/hal_espressif-2.7.6/docs/en/api-reference/system/
Dintr_alloc.rst69 …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/
Desp32.rom.spiflash.ld21 /* always using patched versions of these functions
Desp32.rom.newlib-locale.ld8 which declares strong symbols. This is done so that ROM functions are always
Desp32.rom.newlib-data.ld7 which declares strong symbols. This is done so that ROM functions are always
Desp32.rom.libgcc.ld3 which declares strong symbols. This is done so that ROM functions are always
/hal_espressif-2.7.6/components/esp_rom/esp32s3/ld/
Desp32s3.rom.newlib-data.ld8 * Note: These ROM data are always linked instead of the ones provided by libc.a.
Desp32s3.rom.newlib-nano.ld14 * Note: These ROM functions are always linked instead of the ones provided by libc.a.
Desp32s3.rom.libgcc.ld5 * Note: These ROM functions are always linked instead of the ones provided by libgcc.a.
/hal_espressif-2.7.6/components/app_update/
Dcomponent.mk25 …GIT_PROJECT_VER := $(shell cd ${PROJECT_PATH} && git describe --always --tags --dirty 2> /dev/null)
DKconfig.projbuild45 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/
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.ld13 which declares strong symbols. This is done so that ROM functions are always
Desp32s2.rom.libgcc.ld4 * 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/
Dfeature_request.md12 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/
Dhlinterrupts.rst63 This should cause the linker to always include a file defining ``ld_include_my_isr_file``, causing …
/hal_espressif-2.7.6/docs/en/
Dversions.rst14 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/
DREADME.md11 …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/
DREADME.md12 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/
DREADME.md14 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/
DKconfig.spiram.common53 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/
Dproject_include.cmake19 # Other .csv files are always in the component directory
/hal_espressif-2.7.6/components/spiffs/
Dproject_include.cmake33 …# Execute SPIFFS image generation; this always executes as there is no way to specify for CMake to…
/hal_espressif-2.7.6/components/log/
DKconfig64 (i.e WiFi & Bluetooth libraries), these will always print

12345