Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 153) sorted by relevance

1234567

/Zephyr-latest/scripts/west_commands/runners/
Dnrfutil.py21 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:
Dnrfjprog.py21 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
Dnrf_common.py79 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/
Dintc_esp32.c271 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/
Dci.uart.sh16 ${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/
Dsoc_flash_nrf_ticker.c74 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/
Dsubstitutions.txt1 .. |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/
Dsparse.h12 #define __sparse_force __attribute__((force))
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/os_mgmt/
Dos_mgmt_callbacks.h28 bool force; member
/Zephyr-latest/scripts/
Dtags.sh121 --langdef=kconfig --language-force=kconfig \
125 --langdef=kconfig --language-force=kconfig \
129 --langdef=dotconfig --language-force=dotconfig \
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral_internal.h11 uint32_t remainder, uint16_t lazy, uint8_t force,
Dull_central_internal.h12 uint32_t remainder, uint16_t lazy, uint8_t force,
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_cas.h19 uint8_t force; member
Dbtp_csis.h20 uint8_t force; member
/Zephyr-latest/subsys/mgmt/mcumgr/transport/include/mgmt/mcumgr/transport/
Dsmp_reassembly.h91 int smp_reassembly_complete(struct smp_transport *smpt, bool force);
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp_reassembly.c86 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/
DCMakeLists.txt10 # When building for C++, force C++ compilation
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.h133 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/
DCMakeLists.txt9 # When testing for C++ force test file C++ compilation
/Zephyr-latest/tests/subsys/logging/log_stack/
DCMakeLists.txt9 # When testing for C++ force test file C++ compilation
/Zephyr-latest/tests/subsys/logging/log_switch_format/
DCMakeLists.txt11 # When building for C++, force C++ compilation
/Zephyr-latest/scripts/west_commands/tests/
Dtest_build.py47 force=False, help=None, target=None, verbose=3, version=False,
/Zephyr-latest/samples/subsys/nvs/
DCMakeLists.txt6 board_runner_args(dfu-util "--dfuse-modifiers=force:mass-erase")
/Zephyr-latest/tests/subsys/logging/log_api/
DCMakeLists.txt11 # When testing for C++ force test file C++ compilation
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.h50 void bt_mesh_lpn_disable(bool force);

1234567