Searched refs:defer (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/scripts/west_commands/runners/ |
D | nrf_common.py | 356 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/ |
D | openocd.cfg | 21 target create $_CHIPNAME.r7 cortex_r4 -dap $_CHIPNAME.dap -ap-num 1 -dbgbase $CR7_DBGBASE -defer-ex…
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.pthread | 59 This option sets the number of milliseconds by which to defer
|
/Zephyr-latest/modules/mbedtls/ |
D | Kconfig | 221 will defer the initialization until explicitly called.
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 225 the ``iodev_submit`` function will defer to a work item which will perform a blocking I2C
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm | 348 and can defer responding to a message while continuing to process
|
/Zephyr-latest/doc/kernel/drivers/ |
D | index.rst | 385 To defer a device driver initialization, add the property ``zephyr,deferred-init``
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 399 A receiving thread may choose to defer message data retrieval at the time
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1330 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/ |
D | workqueue.rst | 534 Use the system workqueue to defer complex interrupt-related processing from an
|
/Zephyr-latest/ |
D | CMakeLists.txt | 513 zephyr_cc_option(-fno-defer-pop)
|