Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 187) sorted by relevance

12345678

/Zephyr-latest/drivers/fpga/
Dfpga_slg471x5.c40 bool loaded; member
59 if (data->loaded) { in fpga_slg471x5_get_status()
111 data->loaded = true; in fpga_slg471x5_load()
129 data->loaded = true; in fpga_slg471x5_load()
146 data->loaded = false; in fpga_slg471x5_reset()
Dfpga_ice40_spi.c45 if (data->loaded && crc == data->crc) { in fpga_ice40_load()
53 data->loaded = false; in fpga_ice40_load()
156 data->loaded = true; in fpga_ice40_load()
Dfpga_ice40_bitbang.c153 if (data->loaded && crc == data->crc) { in fpga_ice40_load()
161 data->loaded = false; in fpga_ice40_load()
222 data->loaded = true; in fpga_ice40_load()
Dfpga_ice40_common.h61 bool loaded; member
/Zephyr-latest/cmake/sca/eclair/ECL/
Ddb_generation.ecl19 setq(loaded_dir,join_paths(data_dir,"loaded"))
28 loaded()
/Zephyr-latest/subsys/settings/include/settings/
Dsettings_nvs.h49 bool loaded; member
/Zephyr-latest/boards/others/promicro_nrf52840/
DKconfig10 If selected, applications are linked so that they can be loaded by Nordic
/Zephyr-latest/doc/services/llext/
Dload.rst4 Once an extension is built and the ELF file is available, it can be loaded into
11 An extension may be loaded using any implementation of a :c:struct:`llext_loader`
18 The extensions are loaded with a call to the :c:func:`llext_load` function,
20 successfully, the extension is loaded into memory and is ready to be used.
56 To interact with the newly loaded extension, the host application must use the
63 Advanced users that need direct access to areas of the newly loaded extension
Dindex.rst10 loaded, and linked with the main Zephyr binary. Extensions can be manipulated
Dconfig.rst61 to be loaded from any storage medium. Sometimes, however, data is already in a
67 Allow the extension to be loaded by directly referencing section data
94 When an extension is loaded, the LLEXT subsystem must find the address of all
/Zephyr-latest/boards/nordic/nrf52840dongle/
DKconfig12 If selected, applications are linked so that they can be loaded by Nordic
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
DKconfig12 If selected, applications are linked so that they can be loaded by Nordic
/Zephyr-latest/cmake/modules/
Ddoc.cmake8 # The following CMake modules will be loaded:
/Zephyr-latest/soc/nxp/imxrt/
DKconfig.sysbuild10 one. The primary core will be loaded with the samples/basic/minimal
/Zephyr-latest/subsys/settings/src/
Dsettings_nvs.c137 cf->loaded = false; in settings_nvs_load()
147 cf->loaded = true; in settings_nvs_load()
249 if (cf->loaded && !SETTINGS_NVS_CACHE_OVFL(cf)) { in settings_nvs_save()
348 if (cf->loaded && !SETTINGS_NVS_CACHE_OVFL(cf)) { in settings_nvs_save()
/Zephyr-latest/soc/nxp/common/
DKconfig.rom_loader10 FlexSPI boot device into RAM region. The image will be loaded
/Zephyr-latest/drivers/tee/optee/
DKconfig8 This implements support of the OP-TEE firmware which is loaded
/Zephyr-latest/boards/intel/socfpga/agilex_socdk/doc/
Dindex.rst51 Zephyr image will need to be loaded by Intel Arm Trusted Firmware (ATF).
65 Zephyr image can be loaded in DDR memory at address 0x10000000 from
/Zephyr-latest/boards/intel/socfpga/agilex5_socdk/doc/
Dindex.rst55 Zephyr image will need to be loaded by Intel Arm Trusted Firmware (ATF).
67 Zephyr image can be loaded in DDR memory at address 0x80000000 from
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Ddfu_srv.rst71 Metadata. The old Composition Data will then be loaded into Composition Data Pages 0, 1 and 2,
72 while the Composition Data in the new firmware will be loaded into Composition Data Pages 128, 129
73 and 130. The Models Metadata for the old image will be loaded into Models Metadata Page 0, and the
74 Models Metadata for the new image will be loaded into Models Metadata Page 128.
/Zephyr-latest/boards/actinius/icarus/
DKconfig.defconfig12 # be loaded by MCUboot. If the secure firmware is to be combined with a non-
/Zephyr-latest/boards/norik/octopus_io_board/
DKconfig.defconfig8 # be loaded by MCUboot. If the secure firmware is to be combined with a non-
/Zephyr-latest/boards/norik/octopus_som/
DKconfig.defconfig8 # be loaded by MCUboot. If the secure firmware is to be combined with a non-
/Zephyr-latest/boards/actinius/icarus_bee/
DKconfig.defconfig12 # be loaded by MCUboot. If the secure firmware is to be combined with a non-
/Zephyr-latest/boards/nordic/nrf9131ek/
DKconfig.defconfig10 # be loaded by MCUboot. If the secure firmware is to be combined with a non-

12345678