Searched refs:deferred (Results 1 – 25 of 27) sorted by relevance
12
/Zephyr-latest/tests/kernel/device/ |
D | app.overlay | 59 zephyr,deferred-init; 66 zephyr,deferred-init;
|
/Zephyr-latest/tests/lib/cpp/cxx/ |
D | app.overlay | 21 zephyr,deferred-init;
|
/Zephyr-latest/tests/kernel/device/boards/ |
D | hifive_unmatched_fu740_s7.overlay | 56 zephyr,deferred-init; 63 zephyr,deferred-init;
|
D | hifive_unmatched_fu740_u74.overlay | 56 zephyr,deferred-init; 63 zephyr,deferred-init;
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_da1469x.c | 51 bool deferred; member 199 if (rx.deferred) { in rx_isr_start() 200 rx.deferred = false; in rx_isr_start() 297 rx.deferred = true; in read_payload() 399 while (!rx.deferred && cmac_mbox_has_data()) { in cmac_read_req()
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.uart | 24 In deferred logging mode, sets the maximum number of bytes which can be buffered in
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.mode | 17 deferred to the known context.
|
D | Kconfig.misc | 90 When enabled, maximum usage of memory used for log messages in deferred
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 308 By default, logging processing in deferred mode is handled internally by the 350 interrupts. In that situation deferred log message processing is not an option. 370 in deferred mode the printk behaviour is changed since the output is delayed 410 can make a copy for deferred processing. 676 and data. It is also common for deferred and immediate logging. 766 * Enable :kconfig:option:`CONFIG_LOG_SPEED` to slightly speed up deferred logging at the
|
/Zephyr-latest/doc/kernel/drivers/ |
D | index.rst | 382 Initialization of devices can also be deferred to a later time. In this case, 385 To defer a device driver initialization, add the property ``zephyr,deferred-init`` 393 zephyr,deferred-init;
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | core.rst | 28 deferred may cause unintended delays during processing of log messages. This in
|
/Zephyr-latest/doc/services/ |
D | formatted_output.rst | 50 is deferred. In that case, a state (format string and arguments) must be captured.
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 35 * Mayfly concept based deferred ISR executions
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 309 Enable support for software based deferred privacy calculations. 318 Controller-based Software deferred Privacy. 327 Controller-based Software deferred Privacy. 1080 Enable deferred ACL Tx packet transmission setup by radio, so that an
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | lpn.c | 36 #warning Frienship feature may work unstable when non-deferred log mode is selected. Use the \
|
D | friend.c | 36 #warning Frienship feature may work unstable when non-deferred log mode is selected. Use the \
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 457 deffered||deferred 458 defferred||deferred
|
/Zephyr-latest/doc/kernel/services/data_passing/ |
D | mailboxes.rst | 433 The following code uses a mailbox's deferred data retrieval mechanism
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 228 * Fixed device deferred initialization in case of ARC MWDT toolchain 283 * Any device initialization can be deferred if its associated devicetree node 284 has the special ``zephyr,deferred-init`` property set. The device can be 1703 * Fix case when deferred logging not compiling when :kconfig:option:`CONFIG_MULTITHREADING` was
|
D | release-notes-3.6.rst | 1072 like the deferred logging thread, to run during the transmission (it was blocked by the 1171 * Added support for deferred and asynchronous thread cancellation.
|
D | release-notes-2.2.rst | 635 * Implemented software-deferred privacy for platforms without built-in 1179 * :github:`14621` - BLE controller: Add support for Controller(SW deferred)-based Privacy
|
D | release-notes-2.1.rst | 885 * :github:`15196` - logging: Support for blocking deferred logging
|
D | release-notes-3.1.rst | 307 * SMP interprocessor interrupts are deferred so that they are sent only at
|
D | release-notes-2.6.rst | 2115 * :github:`25440` - Bluetooth: controller: ensure deferred PDU populations complete on time
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 176 interrupts (including periodic timer interrupts) disabled or deferred
|
12