Searched refs:remove (Results 51 – 75 of 200) sorted by relevance
12345678
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | fifos.rst | 8 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
|
D | stacks.rst | 8 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
|
D | lifos.rst | 8 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/ |
D | api_lifecycle.rst | 236 - 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/ |
D | edtt_driver_bsim.c | 228 remove(fifo_path[dir]); in edttd_clean_up()
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | dynamic_cmd.c | 170 SHELL_CMD_ARG(remove, &m_sub_dynamic_set,
|
/Zephyr-latest/cmake/bintools/arcmwdt/ |
D | elfconvert_command.cmake | 78 # no support of remove sections
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | external_content.py | 126 to_delete.remove(dst)
|
/Zephyr-latest/lib/hash/ |
D | hash_map_cxx.cpp | 154 .remove = sys_hashmap_cxx_remove,
|
/Zephyr-latest/cmake/bintools/llvm/ |
D | target_bintools.cmake | 14 # elfconvert_flag_section_remove: --remove-section= 45 set_property(TARGET bintools PROPERTY elfconvert_flag_section_remove "--remove-section=")
|
/Zephyr-latest/cmake/bintools/gnu/ |
D | target_bintools.cmake | 14 # elfconvert_flag_section_remove: --remove-section= 45 set_property(TARGET bintools PROPERTY elfconvert_flag_section_remove "--remove-section=")
|
/Zephyr-latest/cmake/bintools/iar/ |
D | target_bintools.cmake | 14 # elfconvert_flag_section_remove: --remove-section= 42 set_property(TARGET bintools PROPERTY elfconvert_flag_section_remove "--remove-section=")
|
/Zephyr-latest/boards/qemu/x86/ |
D | board.cmake | 15 # FIXME: once this works across configs, remove this line and set
|
/Zephyr-latest/boards/native/nrf_bsim/ |
D | nrf52_bsim.dts | 19 /* We need to remove aliases to nodes we delete */
|
D | nrf5340bsim_nrf5340_cpuapp.dts | 17 /* We need to remove aliases to nodes we delete */
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 169 remove
|
D | const_config_info.cocci | 8 // doesn't inadvertently remove that qualifier.
|
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map.h | 206 return map->api->remove(map, key, value); in sys_hashmap_remove()
|
/Zephyr-latest/drivers/dai/nxp/micfil/ |
D | micfil.c | 164 .remove = dai_nxp_micfil_remove,
|
/Zephyr-latest/kernel/ |
D | queue.c | 374 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/ |
D | troubleshooting.rst | 108 **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/ |
D | target.cmake | 124 # Do not remove symbols
|
/Zephyr-latest/boards/renesas/ek_ra8m1/doc/ |
D | index.rst | 81 - 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/ |
D | twister_blackbox.rst | 112 capfd.readouterr() # To remove output from the buffer 115 clear_log_in_test() # To remove log duplication
|
/Zephyr-latest/drivers/dai/intel/alh/ |
D | alh.c | 199 .remove = dai_alh_remove,
|
12345678