Home
last modified time | relevance | path

Searched refs:work (Results 276 – 300 of 991) sorted by relevance

1...<<11121314151617181920>>...40

/Zephyr-latest/drivers/sensor/tdk/mpu6050/
Dmpu6050.h75 struct k_work work; member
/Zephyr-latest/arch/common/
Drom_start_offset.ld11 * Simple assignment doesn't work for LLVM LLD, because the dot inside section
/Zephyr-latest/boards/kincony/kincony_kc868_a32/doc/
Dindex.rst29 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
51 The usual ``flash`` target will work with the ``kincony_kc868_a32`` board
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_msg.h41 struct k_work work; member
Dsettings.c183 static void store_pending(struct k_work *work) in store_pending() argument
244 store_pending(&pending_store.work); in bt_mesh_settings_store_pending()
/Zephyr-latest/drivers/sensor/st/hts221/
Dhts221.h54 struct k_work work; member
/Zephyr-latest/drivers/sensor/st/lis2de12/
Dlis2de12.h82 struct k_work work; member
/Zephyr-latest/drivers/sensor/tdk/mpu9250/
Dmpu9250.h52 struct k_work work; member
/Zephyr-latest/drivers/serial/
Duart_bt.c115 static void cb_work_handler(struct k_work *work) in cb_work_handler() argument
117 struct uart_bt_data *dev_data = CONTAINER_OF(work, struct uart_bt_data, uart.cb_work); in cb_work_handler()
126 static void tx_work_handler(struct k_work *work) in tx_work_handler() argument
128 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in tx_work_handler()
/Zephyr-latest/subsys/net/ip/
DKconfig.mgmt18 (ip address change for instance) to trigger some related work.
34 bool "System work queue"
36 Submit work to the system work queue to schedule calling network
/Zephyr-latest/drivers/input/
Dinput_gpio_qdec.c212 static void gpio_qdec_event_worker(struct k_work *work) in gpio_qdec_event_worker() argument
215 work, struct gpio_qdec_data, event_work); in gpio_qdec_event_worker()
231 static void gpio_qdec_idle_worker(struct k_work *work) in gpio_qdec_idle_worker() argument
233 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in gpio_qdec_idle_worker()
/Zephyr-latest/doc/hardware/peripherals/sensor/
Dread_and_decode.rst25 functions that work on vectors of data to be done (e.g. low-pass filters, FFT,
37 thread needed saving precious stack space. No work queue needed introducing
39 single call context (interrupt/thread/work queue).
87 this might work with multiple temperature sensors with multiple temperature
/Zephyr-latest/drivers/sensor/microchip/tcn75a/
Dtcn75a.h50 struct k_work work; member
/Zephyr-latest/drivers/sensor/st/iis2dh/
Diis2dh.h75 struct k_work work; member
/Zephyr-latest/drivers/sensor/st/lis2du12/
Dlis2du12.h85 struct k_work work; member
/Zephyr-latest/drivers/sensor/ti/tmp108/
DKconfig23 see TMP108 spec sheet for more information on how these work.
/Zephyr-latest/submanifests/
Dexample.yaml.sample3 # To make this work, copy this file's contents to a new file,
/Zephyr-latest/drivers/sensor/adi/adt7420/
Dadt7420.h76 struct k_work work; member
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/src/
Dbluetooth.c29 static void advertise(struct k_work *work) in advertise() argument
/Zephyr-latest/cmake/toolchain/armclang/
Dgeneric.cmake10 "doesn't work properly for target object files on CMake version: "
/Zephyr-latest/drivers/flash/
Dflash_stm32wba_fm.c53 void FM_BackgroundProcess_Entry(struct k_work *work) in FM_BackgroundProcess_Entry() argument
55 ARG_UNUSED(work); in FM_BackgroundProcess_Entry()
/Zephyr-latest/drivers/gpio/
Dgpio_nct38xx_alert.c99 static void nct38xx_alert_worker(struct k_work *work) in nct38xx_alert_worker() argument
102 CONTAINER_OF(work, struct nct38xx_alert_data, alert_worker); in nct38xx_alert_worker()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_advertiser.c131 static void free_conn_object_work_fn(struct k_work *work) in free_conn_object_work_fn() argument
133 ARG_UNUSED(work); in free_conn_object_work_fn()
/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_common.c223 void zperf_async_work_submit(struct k_work *work) in zperf_async_work_submit() argument
225 k_work_submit_to_queue(&zperf_work_q, work); in zperf_async_work_submit()
/Zephyr-latest/drivers/usb/uvb/
Duvb.c19 static void uvb_work_handler(struct k_work *work);
287 static void uvb_work_handler(struct k_work *work) in uvb_work_handler() argument
316 (void)k_work_submit(work); in uvb_work_handler()

1...<<11121314151617181920>>...40