Home
last modified time | relevance | path

Searched refs:work (Results 701 – 725 of 991) sorted by relevance

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

/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_scan_delegator_test.c111 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/
Dindex.rst123 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/
DKconfig.vm80 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/
Dindex.rst129 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/
Dindex.rst123 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/
Duart_stm32.c1197 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/
Dfriend.c36 #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/
Dtarget.cmake32 # set_ifndef() does not work with empty string.
/Zephyr-latest/samples/drivers/spi_flash_at45/
DREADME.rst98 for the sample to work. If the other chip is not connected, the following
/Zephyr-latest/doc/safety/
Dsafety_requirements.rst61 #. After completing work on the new requirements execute: ``strictDoc manage auto-uid .``
/Zephyr-latest/modules/nrf_wifi/os/
DCMakeLists.txt183 work.c
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/src/
Dmain.c136 static void audio_timer_timeout(struct k_work *work) in audio_timer_timeout() argument
/Zephyr-latest/boards/gaisler/generic_leon3/doc/
Dindex.rst6 This board configuration is designed to work with LEON3 processor template
/Zephyr-latest/doc/hardware/peripherals/
Di3c.rst244 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/
Davdtp.c46 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/
Dgpio_pca_series.c1603 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/
Ddev_env_and_tools.rst71 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/
Drelease-notes-1.11.rst255 * :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/
Dicm42688.h329 struct k_work work; member
/Zephyr-latest/drivers/sensor/ti/tmp108/
Dtmp108.c373 drv_data->scheduled_work.work.handler = tmp108_trigger_handle_one_shot; in tmp108_init()
/Zephyr-latest/drivers/input/
Dinput_gpio_kbd_matrix.c304 static void gpio_kbd_matrix_idle_poll_handler_##n(struct k_work *work) \
/Zephyr-latest/drivers/lora/
Dsx126x.c412 static void sx126x_dio1_irq_work_handler(struct k_work *work) in sx126x_dio1_irq_work_handler() argument
/Zephyr-latest/share/zephyr-package/cmake/
Dzephyr_package_search.cmake1 # The purpose of this file is to provide search mechanism for locating Zephyr in-work-tree package
/Zephyr-latest/samples/subsys/usb/hid-mouse/
DREADME.rst26 but not work as expected.
/Zephyr-latest/drivers/sensor/adi/adxl367/
Dadxl367.h357 struct k_work work; member

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