Home
last modified time | relevance | path

Searched refs:defer (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/scripts/west_commands/runners/
Dnrf_common.py356 defer=True,
364 defer=True,
380 defer=True,
411 self.op_program(self.hex_, erase_arg, qspi_erase_opt, defer=True, core=core)
445 self.op_program(self.hex_, erase_arg, qspi_erase_opt, defer=True,
475 self.op_program(net_hex_file, erase_arg, None, defer=True,
477 self.op_program(app_hex_file, erase_arg, qspi_erase_opt, defer=True,
481 self.op_program(self.hex_, erase_arg, None, defer=True,
509 def op_program(self, hex_file, erase, qspi_erase, defer=False, core=None): argument
511 self.exec_op('program', defer, core, **args)
[all …]
/Zephyr-latest/boards/renesas/rcar_salvator_x/support/
Dopenocd.cfg21 target create $_CHIPNAME.r7 cortex_r4 -dap $_CHIPNAME.dap -ap-num 1 -dbgbase $CR7_DBGBASE -defer-ex…
/Zephyr-latest/lib/posix/options/
DKconfig.pthread59 This option sets the number of milliseconds by which to defer
/Zephyr-latest/modules/mbedtls/
DKconfig221 will defer the initialization until explicitly called.
/Zephyr-latest/doc/services/rtio/
Dindex.rst225 the ``iodev_submit`` function will defer to a work item which will perform a blocking I2C
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm348 and can defer responding to a message while continuing to process
/Zephyr-latest/doc/kernel/drivers/
Dindex.rst385 To defer a device driver initialization, add the property ``zephyr,deferred-init``
/Zephyr-latest/doc/kernel/services/data_passing/
Dmailboxes.rst399 A receiving thread may choose to defer message data retrieval at the time
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1330 Without this option, the default behavior is to defer all start
1398 When enabled, defer accept/reject of Connection Parameter Request with only
/Zephyr-latest/doc/kernel/services/threads/
Dworkqueue.rst534 Use the system workqueue to defer complex interrupt-related processing from an
/Zephyr-latest/
DCMakeLists.txt513 zephyr_cc_option(-fno-defer-pop)