Home
last modified time | relevance | path

Searched refs:remove (Results 26 – 50 of 200) sorted by relevance

12345678

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dsettings.c195 remove(SETTINGS_FILE); in settings_custom_save()
230 if (remove(setting_file)) { in settings_test_backend_clear()
/Zephyr-latest/scripts/
Dgen_gcov_files.py55 os.remove(filename)
/Zephyr-latest/drivers/flash/
Dflash_simulator_native.c121 (void) remove(flash_file_path); in flash_mock_cleanup_native()
/Zephyr-latest/lib/libc/common/
DCMakeLists.txt22 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_REMOVE source/stdio/remove.c)
DKconfig118 bool "Common C library remove"
122 Common implementation of remove().
/Zephyr-latest/drivers/eeprom/
Deeprom_simulator_native.c112 (void)remove(eeprom_file_path); in eeprom_mock_cleanup_native()
/Zephyr-latest/samples/basic/hash_map/
DKconfig10 to vary the number of entries to insert or remove from the hash table
DREADME.rst5 Insert, replace, and remove entries in a hashmap.
/Zephyr-latest/include/zephyr/sys/
Dhash_map_api.h176 sys_hashmap_remove_t remove; member
/Zephyr-latest/doc/hardware/peripherals/
Dcoredump.rst11 any dump. And the driver exposes an API to add/remove dump memory regions at runtime.
/Zephyr-latest/tests/lib/hash_map/
DKconfig10 to vary the number of entries to insert or remove from the hash table
/Zephyr-latest/boards/shields/x_nucleo_idb05a1/doc/
Dindex.rst45 - SPI SCK: to use D13 instead of D3, remove R4 and add R6
50 - CS: To use D10 instead of A1, remove R2 and add R7
51 - IRQ: To use D9 instead of A0, remove R1 and add R8
/Zephyr-latest/subsys/bindesc/
Dgen_bindesc_build_time_h.cmake17 # remove leading zeros so that the output will not be interpreted as octal
/Zephyr-latest/lib/libc/minimal/include/
Dstdio.h63 int remove(const char *path);
/Zephyr-latest/include/zephyr/drivers/
Ddai.h315 int (*remove)(const struct device *dev); member
374 return api->remove(dev); in dai_remove()
/Zephyr-latest/subsys/net/ip/
Dnbr.c38 if (nbr->remove) { in net_nbr_unref_debug()
39 nbr->remove(nbr); in net_nbr_unref_debug()
/Zephyr-latest/drivers/timer/
DKconfig.cavs11 # option and remove it.
/Zephyr-latest/samples/modules/tflite-micro/magic_wand/train/
Ddata_prepare_test.py71 os.remove(data_path_test)
/Zephyr-latest/scripts/kconfig/
Ddiffconfig80 sys.argv.remove("-m")
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/
Dmec172x_remote_flasher.py174 sftp.remove(str(remote_file_name))
/Zephyr-latest/samples/boards/st/backup_sram/
DREADME.rst20 remove the jumper.
/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_receive.py107 self.sessions.remove(session)
/Zephyr-latest/boards/native/nrf_bsim/
Dnrf5340bsim_nrf5340_cpunet.dts17 /* We need to remove aliases to nodes we delete */
/Zephyr-latest/cmake/emu/
Dnsim.cmake10 # remove previous .sc.project folder which has temporary settings for MDB.
/Zephyr-latest/drivers/dai/intel/hda/
Dhda.c137 .remove = pm_device_runtime_put,

12345678