/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | bap_scan_delegator_test.c | 111 static void pa_timer_handler(struct k_work *work) in pa_timer_handler() argument 113 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in pa_timer_handler()
|
/Zephyr-latest/boards/espressif/esp32s3_devkitc/doc/ |
D | index.rst | 123 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 230 The usual ``flash`` target will work with the ``esp32s3_devkitc`` board
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 80 implement a notion of "high" memory in Zephyr to work around physical 141 will cause a kernel panic. Such code must work with exclusively pinned
|
/Zephyr-latest/boards/espressif/esp32c6_devkitc/doc/ |
D | index.rst | 129 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 236 The usual ``flash`` target will work with the ``esp32c6_devkitc`` board
|
/Zephyr-latest/boards/espressif/esp32s3_devkitm/doc/ |
D | index.rst | 123 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 230 The usual ``flash`` target will work with the ``esp32s3_devkitm`` board
|
/Zephyr-latest/drivers/serial/ |
D | uart_stm32.c | 1197 static inline void async_timer_start(struct k_work_delayable *work, in async_timer_start() argument 1203 k_work_reschedule(work, K_USEC(timeout)); in async_timer_start() 1711 static void uart_stm32_async_rx_timeout(struct k_work *work) in uart_stm32_async_rx_timeout() argument 1713 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_stm32_async_rx_timeout() 1729 static void uart_stm32_async_tx_timeout(struct k_work *work) in uart_stm32_async_tx_timeout() argument 1731 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_stm32_async_tx_timeout()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | friend.c | 36 #warning Frienship feature may work unstable when non-deferred log mode is selected. Use the \ 834 static void clear_timeout(struct k_work *work) in clear_timeout() argument 836 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in clear_timeout() 1232 static void friend_timeout(struct k_work *work) in friend_timeout() argument 1234 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in friend_timeout()
|
/Zephyr-latest/cmake/compiler/gcc/ |
D | target.cmake | 32 # set_ifndef() does not work with empty string.
|
/Zephyr-latest/samples/drivers/spi_flash_at45/ |
D | README.rst | 98 for the sample to work. If the other chip is not connected, the following
|
/Zephyr-latest/doc/safety/ |
D | safety_requirements.rst | 61 #. After completing work on the new requirements execute: ``strictDoc manage auto-uid .``
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | CMakeLists.txt | 183 work.c
|
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/src/ |
D | main.c | 136 static void audio_timer_timeout(struct k_work *work) in audio_timer_timeout() argument
|
/Zephyr-latest/boards/gaisler/generic_leon3/doc/ |
D | index.rst | 6 This board configuration is designed to work with LEON3 processor template
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 244 only work with I\ :sup:`2`\ C controllers, define the node under 272 can work with high frequency on SCL. 277 cannot work with high frequency on SCL.
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp.c | 46 CONTAINER_OF(CONTAINER_OF(_work, struct k_work_delayable, work), struct bt_avdtp, \ 943 static void avdtp_timeout(struct k_work *work) in avdtp_timeout() argument 945 struct bt_avdtp_req *req = (AVDTP_KWORK(work))->req; in avdtp_timeout() 968 AVDTP_KWORK(work)->req = NULL; in avdtp_timeout()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_pca_series.c | 1603 static void gpio_pca_series_interrupt_worker_standard(struct k_work *work) in gpio_pca_series_interrupt_worker_standard() argument 1606 CONTAINER_OF(work, struct gpio_pca_series_data, int_work); in gpio_pca_series_interrupt_worker_standard() 1612 static void gpio_pca_series_interrupt_worker_extended(struct k_work *work) in gpio_pca_series_interrupt_worker_extended() argument 1615 CONTAINER_OF(work, struct gpio_pca_series_data, int_work); in gpio_pca_series_interrupt_worker_extended()
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 71 daily work, for example CI breakage, Test breakage, Minor documentation fixes 251 daily and long-term work and contributions to the Zephyr project. We use 337 - This PR should not be merged (Do Not Merge). For work in progress, GitHub 409 - For PRs: is work in progress and should not be merged yet. For issues: Is being
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.11.rst | 255 * :github:`3667` - _IsInIsr doesn't work properly on Cortex M0 335 * :github:`5282` - net: IPv6 DAD is incorrect, wouldn't work ("always succeed") on mcast medium lik… 370 * :github:`5493` - NFFS does not work with STM32L4 devices due to flash restrictions 382 * :github:`5576` - None of the :github:'XYZ' links work in the 1.10 release notes 400 * :github:`5717` - CONTRIBUTING instructions are Linux-specific and don't work for Windows 491 * :github:`6339` - samples/drivers/gpio Sample doesn't work on ESP32 after SMP support was added
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688.h | 329 struct k_work work; member
|
/Zephyr-latest/drivers/sensor/ti/tmp108/ |
D | tmp108.c | 373 drv_data->scheduled_work.work.handler = tmp108_trigger_handle_one_shot; in tmp108_init()
|
/Zephyr-latest/drivers/input/ |
D | input_gpio_kbd_matrix.c | 304 static void gpio_kbd_matrix_idle_poll_handler_##n(struct k_work *work) \
|
/Zephyr-latest/drivers/lora/ |
D | sx126x.c | 412 static void sx126x_dio1_irq_work_handler(struct k_work *work) in sx126x_dio1_irq_work_handler() argument
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | zephyr_package_search.cmake | 1 # The purpose of this file is to provide search mechanism for locating Zephyr in-work-tree package
|
/Zephyr-latest/samples/subsys/usb/hid-mouse/ |
D | README.rst | 26 but not work as expected.
|
/Zephyr-latest/drivers/sensor/adi/adxl367/ |
D | adxl367.h | 357 struct k_work work; member
|