/Zephyr-4.1.0/scripts/west_commands/runners/ |
D | nrfutil.py | 20 reset=True, tool_opt=None, force=False, recover=False, argument 24 tool_opt, force, recover) 54 tool_opt=args.tool_opt, force=args.force, 171 def do_exec_op(self, op, force=False): argument 173 if force: 182 def flush_ops(self, force=True): argument 183 if not force:
|
D | nrfjprog.py | 21 reset=True, tool_opt=None, force=False, recover=False, argument 25 tool_opt, force, recover) 50 tool_opt=args.tool_opt, force=args.force, 65 def do_exec_op(self, op, force=False): argument
|
D | nrf_common.py | 82 reset=True, tool_opt=None, force=False, recover=False): argument 92 self.force = force 268 def flush(self, force=False): argument 270 self.flush_ops(force=force) 430 self.flush(force=False) 485 if defer or not self.do_exec_op(op, force=False): 498 def do_exec_op(self, op, force=False): argument 503 def flush_ops(self, force=True): argument 511 self.do_exec_op(self.ops.popleft(), force) 540 self.flush(force=True)
|
/Zephyr-4.1.0/drivers/interrupt_controller/ |
D | intc_esp32.c | 271 static bool is_vect_desc_usable(struct vector_desc_t *vd, int flags, int cpu, int force) in is_vect_desc_usable() argument 283 if (intr_desc.flags & ESP_CPU_INTR_DESC_FLAG_SPECIAL && force == -1) { in is_vect_desc_usable() 351 static int get_available_int(int flags, int cpu, int force, int source) in get_available_int() argument 373 if (force != -1 && force != vd->intno) { in get_available_int() 375 "existing intno: %d, force: %d", __func__, vd->intno, force); in get_available_int() 376 } else if (!is_vect_desc_usable(vd, flags, cpu, force)) { in get_available_int() 383 if (force != -1) { in get_available_int() 385 "Cpu: %d, Source: %d, Force: %d", __func__, cpu, source, force); in get_available_int() 387 vd = find_desc_for_int(force, cpu); in get_available_int() 390 empty_vect_desc.intno = force; in get_available_int() [all …]
|
/Zephyr-4.1.0/tests/bsim/ |
D | ci.uart.sh | 16 ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \ 21 ${ZEPHYR_BASE}/scripts/twister -T tests/drivers/uart/ --force-color --inline-logs -v -M \
|
/Zephyr-4.1.0/subsys/bluetooth/controller/flash/ |
D | soc_flash_nrf_ticker.c | 74 uint16_t lazy, uint8_t force, in time_slot_callback_work() argument 150 uint16_t lazy, uint8_t force, in time_slot_callback_abort() argument 163 uint16_t lazy, uint8_t force, in time_slot_callback_prepare() argument 168 force, context); in time_slot_callback_prepare()
|
/Zephyr-4.1.0/doc/ |
D | substitutions.txt | 1 .. |br| raw:: html .. force a line break in HTML output (blank lines needed here) 5 .. |p| raw:: html .. force a blank line in HTML output (blank lines needed here)
|
/Zephyr-4.1.0/include/zephyr/debug/ |
D | sparse.h | 12 #define __sparse_force __attribute__((force))
|
/Zephyr-4.1.0/include/zephyr/mgmt/mcumgr/grp/os_mgmt/ |
D | os_mgmt_callbacks.h | 28 bool force; member
|
/Zephyr-4.1.0/scripts/ |
D | tags.sh | 121 --langdef=kconfig --language-force=kconfig \ 125 --langdef=kconfig --language-force=kconfig \ 129 --langdef=dotconfig --language-force=dotconfig \
|
/Zephyr-4.1.0/subsys/bluetooth/controller/ll_sw/ |
D | ull_peripheral_internal.h | 11 uint32_t remainder, uint16_t lazy, uint8_t force,
|
D | ull_central_internal.h | 12 uint32_t remainder, uint16_t lazy, uint8_t force,
|
/Zephyr-4.1.0/tests/bluetooth/tester/src/audio/btp/ |
D | btp_cas.h | 19 uint8_t force; member
|
D | btp_csis.h | 20 uint8_t force; member
|
/Zephyr-4.1.0/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/ |
D | smp_reassembly.h | 91 int smp_reassembly_complete(struct smp_transport *smpt, bool force);
|
/Zephyr-4.1.0/subsys/mgmt/mcumgr/transport/src/ |
D | smp_reassembly.c | 86 int smp_reassembly_complete(struct smp_transport *smpt, bool force) in smp_reassembly_complete() argument 92 if (smpt->__reassembly.expected == 0 || force) { in smp_reassembly_complete()
|
/Zephyr-4.1.0/samples/subsys/logging/syst/ |
D | CMakeLists.txt | 10 # When building for C++, force C++ compilation
|
/Zephyr-4.1.0/subsys/bluetooth/controller/ticker/ |
D | ticker.h | 133 uint16_t lazy, uint8_t force, 197 uint32_t ticks_slot_minus, uint16_t lazy, uint8_t force, 279 uint16_t lazy, uint8_t force, 287 uint16_t lazy, uint8_t force,
|
/Zephyr-4.1.0/tests/subsys/logging/log_stack/ |
D | CMakeLists.txt | 9 # When testing for C++ force test file C++ compilation
|
/Zephyr-4.1.0/tests/subsys/logging/log_switch_format/ |
D | CMakeLists.txt | 11 # When building for C++, force C++ compilation
|
/Zephyr-4.1.0/tests/lib/cbprintf_package/ |
D | CMakeLists.txt | 9 # When testing for C++ force test file C++ compilation
|
/Zephyr-4.1.0/scripts/west_commands/tests/ |
D | test_build.py | 47 force=False, help=None, target=None, verbose=3, version=False,
|
/Zephyr-4.1.0/samples/subsys/nvs/ |
D | CMakeLists.txt | 6 board_runner_args(dfu-util "--dfuse-modifiers=force:mass-erase")
|
/Zephyr-4.1.0/tests/subsys/logging/log_api/ |
D | CMakeLists.txt | 11 # When testing for C++ force test file C++ compilation
|
/Zephyr-4.1.0/tests/unit/util/ |
D | CMakeLists.txt | 17 # When testing for C++ force test file C++ compilation
|