Home
last modified time | relevance | path

Searched refs:work (Results 651 – 675 of 991) sorted by relevance

1...<<21222324252627282930>>...40

/Zephyr-latest/subsys/bluetooth/audio/
Dvcp_vol_rend.c135 static void notify_work_handler(struct k_work *work) in notify_work_handler() argument
137 struct k_work_delayable *d_work = k_work_delayable_from_work(work); in notify_work_handler()
Dvocs.c106 static void notify_work_handler(struct k_work *work) in notify_work_handler() argument
108 struct k_work_delayable *d_work = k_work_delayable_from_work(work); in notify_work_handler()
/Zephyr-latest/subsys/bluetooth/
DKconfig10 # will need some refactoring to work on SMP systems.
54 This option enables HCI RAW access to work over an H:4
/Zephyr-latest/boards/we/orthosie1ev/doc/
Dindex.rst87 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
194 The usual ``flash`` target will work with the ``orthosie1ev`` board
/Zephyr-latest/boards/m5stack/m5stack_core2/doc/
Dindex.rst153 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
175 The usual ``flash`` target will work with the ``m5stack_core2`` board
/Zephyr-latest/boards/luatos/esp32c3_luatos_core/doc/
Dindex.rst98 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
205 The usual ``flash`` target will work with the ``esp32c3_luatos_core`` board
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst1 # How Xtensa register windows work
84 work:
/Zephyr-latest/boards/espressif/esp8684_devkitm/doc/
Dindex.rst83 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
190 The usual ``flash`` target will work with the ``esp8684_devkitm`` board
/Zephyr-latest/boards/dptechnics/walter/doc/
Dindex.rst106 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
213 The usual ``flash`` target will work with the ``walter`` board
/Zephyr-latest/boards/espressif/esp32c3_devkitc/doc/
Dindex.rst87 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
194 The usual ``flash`` target will work with the ``esp32c3_devkitc`` board
/Zephyr-latest/boards/espressif/esp32c3_devkitm/doc/
Dindex.rst87 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
194 The usual ``flash`` target will work with the ``esp32c3_devkitm`` board
/Zephyr-latest/boards/st/stm32h747i_disco/doc/
Dindex.rst209 With OpenOCD, sometimes, flashing does not work. It is necessary to
210 erase the flash (with STM32CubeProgrammer for example) to make it work again.
277 (with STM32CubeProgrammer for example) to make it work again.
/Zephyr-latest/boards/raspberrypi/rpi_pico/doc/
Dindex.rst111 on the Pico W, the "blinky" sample program does not work on the W (use hello_world for
228 and **OPENOCD_DEFAULT_PATH** to :file:`/usr/local/share/openocd/scripts`. This should work
237 Any other SWD debug adapter maybe also work with this configuration.
/Zephyr-latest/drivers/serial/
Duart_sam0.c185 static void uart_sam0_tx_timeout(struct k_work *work) in uart_sam0_tx_timeout() argument
187 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_sam0_tx_timeout()
304 static void uart_sam0_rx_timeout(struct k_work *work) in uart_sam0_rx_timeout() argument
306 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_sam0_rx_timeout()
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst22 Zephyr does not work this way because the size of the devicetree binary and
169 Properties with ``string`` and ``boolean`` types work the exact same way. The
185 Properties with type ``array``, ``uint8-array``, and ``string-array`` work
245 be a variable. This won't work:
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst108 deprecated kernel work queue API have been removed:
1422 * SMP now runs in its own dedicated work queue which prevents issues running in
1665 - :github:`33747` - gptp does not work well on NXP rt series platform
1670 - :github:`38880` - ARC: ARCv2: qemu_arc_em / qemu_arc_hs don't work with XIP disabled
1684 - :github:`43836` - stm32: g0b1: RTT doesn't work properly after stop mode
1698 - :github:`46596` - STM32F74X RMII interface does not work
1720 - :github:`48304` - bt_disable() does not work properly on nRF52
1761 - :github:`49963` - Random crash on the L475 due to work->handler set to NULL
1776 - :github:`50501` - STM32 SPI does not work properly with async + interrupts
1803 - :github:`50789` - west: runners: blackmagicprobe: Doesn't work on windows due to wrong path separ…
[all …]
Drelease-notes-3.1.rst633 closing the socket from a system work queue.
746 Some use cases that this work intends to enable are:
1052 * static_vrings: Fixed work queue (WQ) initialization
1166 - :github:`33747` - gptp does not work well on NXP rt series platform
1171 - :github:`37704` - hello world doesn't work on qemu_arc_em when CONFIG_ISR_STACK_SIZE=1048510
1176 - :github:`38880` - ARC: ARCv2: qemu_arc_em / qemu_arc_hs don't work with XIP disabled
1196 - :github:`43515` - reel_board: failed to run tests/kernel/workq/work randomly
1203 - :github:`43836` - stm32: g0b1: RTT doesn't work properly after stop mode
1244 - :github:`45666` - Building samples about BLE audio with nrf5340dk does not work
1261 - :github:`46008` - stm32h7: gptp sample does not work at all
[all …]
/Zephyr-latest/doc/kernel/services/synchronization/
Dcondvar.rst108 * Do some work and fulfill the condition
/Zephyr-latest/samples/sensor/fdc2x1x/
DREADME.rst46 console program. It should work with any platform featuring a I2C interface.
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake29 # TODO: How would the linker script dependencies work for non-linker
/Zephyr-latest/samples/bluetooth/tmap_bms/src/
Dcap_initiator.c119 static void audio_timer_timeout(struct k_work *work) in audio_timer_timeout() argument
/Zephyr-latest/samples/boards/arc_secure_services/
DREADME.rst30 so the normal zephyr's kernel tick can work correctly.
/Zephyr-latest/subsys/net/l2/ieee802154/
DKconfig114 Therefore the feature is to be considered EXPERIMENTAL work in
/Zephyr-latest/subsys/bluetooth/host/classic/
Dhfp_ag.c280 static void bt_ag_tx_work(struct k_work *work) in bt_ag_tx_work() argument
282 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in bt_ag_tx_work()
1669 static void bt_ag_deferred_work(struct k_work *work) in bt_ag_deferred_work() argument
1671 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in bt_ag_deferred_work()
1711 static void bt_ag_ringing_work(struct k_work *work) in bt_ag_ringing_work() argument
1713 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in bt_ag_ringing_work()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c408 static void tx_complete(struct k_work *work) in tx_complete() argument
410 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in tx_complete()
463 static void retry_timeout(struct k_work *work) in retry_timeout() argument
466 CONTAINER_OF(work, struct bt_mesh_blob_cli, tx.retry.work); in retry_timeout()

1...<<21222324252627282930>>...40