/Zephyr-latest/scripts/west_commands/runners/ |
D | nrfutil.py | 21 reset=True, tool_opt=None, force=False, recover=False, argument 25 tool_opt, force, recover) 45 tool_opt=args.tool_opt, force=args.force, 124 def do_exec_op(self, op, force=False): argument 126 if force: 135 def flush_ops(self, force=True): argument 136 if not force:
|
D | nrfjprog.py | 21 reset=True, tool_opt=None, force=False, recover=False, argument 25 tool_opt, force, recover) 42 tool_opt=args.tool_opt, force=args.force, 57 def do_exec_op(self, op, force=False): argument
|
D | nrf_common.py | 79 reset=True, tool_opt=None, force=False, recover=False): argument 89 self.force = force 249 def flush(self, force=False): argument 251 self.flush_ops(force=force) 413 self.flush(force=False) 530 if defer or not self.do_exec_op(op, force=False): 543 def do_exec_op(self, op, force=False): argument 548 def flush_ops(self, force=True): argument 556 self.do_exec_op(self.ops.popleft(), force) 581 self.flush(force=True)
|
/Zephyr-latest/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-latest/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-latest/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-latest/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-latest/include/zephyr/debug/ |
D | sparse.h | 12 #define __sparse_force __attribute__((force))
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/ |
D | os_mgmt_callbacks.h | 28 bool force; member
|
/Zephyr-latest/scripts/ |
D | tags.sh | 121 --langdef=kconfig --language-force=kconfig \ 125 --langdef=kconfig --language-force=kconfig \ 129 --langdef=dotconfig --language-force=dotconfig \
|
/Zephyr-latest/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-latest/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-latest/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/ |
D | smp_reassembly.h | 91 int smp_reassembly_complete(struct smp_transport *smpt, bool force);
|
/Zephyr-latest/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-latest/samples/subsys/logging/syst/ |
D | CMakeLists.txt | 10 # When building for C++, force C++ compilation
|
/Zephyr-latest/subsys/bluetooth/controller/ticker/ |
D | ticker.h | 133 uint16_t lazy, uint8_t force, 195 uint32_t ticks_slot_minus, uint16_t lazy, uint8_t force, 277 uint16_t lazy, uint8_t force, 285 uint16_t lazy, uint8_t force,
|
/Zephyr-latest/tests/lib/cbprintf_package/ |
D | CMakeLists.txt | 9 # When testing for C++ force test file C++ compilation
|
/Zephyr-latest/tests/subsys/logging/log_stack/ |
D | CMakeLists.txt | 9 # When testing for C++ force test file C++ compilation
|
/Zephyr-latest/tests/subsys/logging/log_switch_format/ |
D | CMakeLists.txt | 11 # When building for C++, force C++ compilation
|
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_build.py | 47 force=False, help=None, target=None, verbose=3, version=False,
|
/Zephyr-latest/samples/subsys/nvs/ |
D | CMakeLists.txt | 6 board_runner_args(dfu-util "--dfuse-modifiers=force:mass-erase")
|
/Zephyr-latest/tests/subsys/logging/log_api/ |
D | CMakeLists.txt | 11 # When testing for C++ force test file C++ compilation
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | lpn.h | 50 void bt_mesh_lpn_disable(bool force);
|