Home
last modified time | relevance | path

Searched refs:remove (Results 51 – 75 of 200) sorted by relevance

12345678

/Zephyr-latest/doc/kernel/services/data_passing/
Dfifos.rst8 to add and remove data items of any size.
53 The kernel does allow an ISR to remove an item from a FIFO, however
62 the first data item in a set will be able to remove the remaining data items
Dstacks.rst8 to add and remove a limited number of integer data values.
49 The kernel does allow an ISR to remove an item from a stack, however
Dlifos.rst8 to add and remove data items of any size.
53 The kernel does allow an ISR to remove an item from a LIFO, however
/Zephyr-latest/doc/develop/api/
Dapi_lifecycle.rst236 - Code using the deprecated API needs to be modified to remove usage of said
260 The Zephyr maintainers will decide when to actually remove the API: this
264 If it's OK to remove the API, it will be removed. The maintainers will remove
268 If it's not OK to remove the API, the maintainers will continue to support
269 migration and update the roadmap with the aim to remove the API in the next
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c228 remove(fifo_path[dir]); in edttd_clean_up()
/Zephyr-latest/samples/subsys/shell/shell_module/src/
Ddynamic_cmd.c170 SHELL_CMD_ARG(remove, &m_sub_dynamic_set,
/Zephyr-latest/cmake/bintools/arcmwdt/
Delfconvert_command.cmake78 # no support of remove sections
/Zephyr-latest/doc/_extensions/zephyr/
Dexternal_content.py126 to_delete.remove(dst)
/Zephyr-latest/lib/hash/
Dhash_map_cxx.cpp154 .remove = sys_hashmap_cxx_remove,
/Zephyr-latest/cmake/bintools/llvm/
Dtarget_bintools.cmake14 # elfconvert_flag_section_remove: --remove-section=
45 set_property(TARGET bintools PROPERTY elfconvert_flag_section_remove "--remove-section=")
/Zephyr-latest/cmake/bintools/gnu/
Dtarget_bintools.cmake14 # elfconvert_flag_section_remove: --remove-section=
45 set_property(TARGET bintools PROPERTY elfconvert_flag_section_remove "--remove-section=")
/Zephyr-latest/cmake/bintools/iar/
Dtarget_bintools.cmake14 # elfconvert_flag_section_remove: --remove-section=
42 set_property(TARGET bintools PROPERTY elfconvert_flag_section_remove "--remove-section=")
/Zephyr-latest/boards/qemu/x86/
Dboard.cmake15 # FIXME: once this works across configs, remove this line and set
/Zephyr-latest/boards/native/nrf_bsim/
Dnrf52_bsim.dts19 /* We need to remove aliases to nodes we delete */
Dnrf5340bsim_nrf5340_cpuapp.dts17 /* We need to remove aliases to nodes we delete */
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt169 remove
Dconst_config_info.cocci8 // doesn't inadvertently remove that qualifier.
/Zephyr-latest/include/zephyr/sys/
Dhash_map.h206 return map->api->remove(map, key, value); in sys_hashmap_remove()
/Zephyr-latest/drivers/dai/nxp/micfil/
Dmicfil.c164 .remove = dai_nxp_micfil_remove,
/Zephyr-latest/kernel/
Dqueue.c374 SYS_PORT_TRACING_OBJ_FUNC_ENTER(k_queue, remove, queue); in k_queue_remove()
378 SYS_PORT_TRACING_OBJ_FUNC_EXIT(k_queue, remove, queue, ret); in k_queue_remove()
/Zephyr-latest/doc/develop/west/
Dtroubleshooting.rst108 **Workaround 1**: remove the old version, then upgrade:
120 library. Some distributions remove this module from their base Python 3
202 #. Completely remove the :file:`zephyrproject/.west` directory (if you don't,
/Zephyr-latest/cmake/linker/iar/
Dtarget.cmake124 # Do not remove symbols
/Zephyr-latest/boards/renesas/ek_ra8m1/doc/
Dindex.rst81 - For using Ethernet module on EK-RA8M1, remove jumper J61 to enable Ethernet B
82 - For using SDHC driver on EK-RA8M1, remove jumper J61 to use with channel 0
/Zephyr-latest/doc/develop/test/twister/
Dtwister_blackbox.rst112 capfd.readouterr() # To remove output from the buffer
115 clear_log_in_test() # To remove log duplication
/Zephyr-latest/drivers/dai/intel/alh/
Dalh.c199 .remove = dai_alh_remove,

12345678