/Zephyr-latest/subsys/bluetooth/audio/ |
D | vcp_vol_rend.c | 135 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()
|
D | vocs.c | 106 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/ |
D | Kconfig | 10 # 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/ |
D | index.rst | 87 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/ |
D | index.rst | 153 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/ |
D | index.rst | 98 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/ |
D | README_WINDOWS.rst | 1 # How Xtensa register windows work 84 work:
|
/Zephyr-latest/boards/espressif/esp8684_devkitm/doc/ |
D | index.rst | 83 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/ |
D | index.rst | 106 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/ |
D | index.rst | 87 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/ |
D | index.rst | 87 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/ |
D | index.rst | 209 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/ |
D | index.rst | 111 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/ |
D | uart_sam0.c | 185 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/ |
D | api-usage.rst | 22 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/ |
D | release-notes-3.2.rst | 108 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 …]
|
D | release-notes-3.1.rst | 633 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/ |
D | condvar.rst | 108 * Do some work and fulfill the condition
|
/Zephyr-latest/samples/sensor/fdc2x1x/ |
D | README.rst | 46 console program. It should work with any platform featuring a I2C interface.
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 29 # TODO: How would the linker script dependencies work for non-linker
|
/Zephyr-latest/samples/bluetooth/tmap_bms/src/ |
D | cap_initiator.c | 119 static void audio_timer_timeout(struct k_work *work) in audio_timer_timeout() argument
|
/Zephyr-latest/samples/boards/arc_secure_services/ |
D | README.rst | 30 so the normal zephyr's kernel tick can work correctly.
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | Kconfig | 114 Therefore the feature is to be considered EXPERIMENTAL work in
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | hfp_ag.c | 280 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/ |
D | blob_cli.c | 408 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()
|