/Zephyr-latest/boards/native/doc/ |
D | arch_soc.rst | 61 The POSIX architecture is known to **not** work on macOS due to 66 The 32 bit version of this port does not directly work in the old Windows Subsystem 73 should be possible to make it work. 124 work as expected. For example, code such as shown below, will likely not 125 work as expected: 161 In the previous example, modifying the code as follows would work: 296 Some instruction set simulators work with gdb, and may 462 Busy waits work thanks to logic provided by the board and native simulator. 464 :ref:`nrf*bsim boards<bsim boards>` work similarly through the combination of a board specific
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | proxy_srv.c | 54 static void proxy_send_beacons(struct k_work *work); 349 static void proxy_send_beacons(struct k_work *work) in proxy_send_beacons() argument 353 client = CONTAINER_OF(work, struct bt_mesh_proxy_client, send_beacons); in proxy_send_beacons() 960 static void svc_reg_work_handler(struct k_work *work); 964 static void svc_reg_work_handler(struct k_work *work) in svc_reg_work_handler() argument
|
D | health_srv.c | 407 static void attention_off(struct k_work *work) in attention_off() argument 409 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in attention_off()
|
/Zephyr-latest/subsys/lorawan/services/ |
D | clock_sync.c | 206 static void clock_sync_resync_handler(struct k_work *work) in clock_sync_resync_handler() argument
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | bmm150.h | 180 struct k_work work; member
|
/Zephyr-latest/drivers/sensor/bosch/bmg160/ |
D | bmg160.h | 197 struct k_work work; member
|
/Zephyr-latest/doc/project/ |
D | index.rst | 27 community members work together to review these Issues and PRs, managing
|
/Zephyr-latest/drivers/ethernet/dwc_xgmac/ |
D | Kconfig | 27 bool "IRQ Bottom Half work Queue"
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv6_fragment.c | 43 static void reassembly_timeout(struct k_work *work); 214 static void reassembly_timeout(struct k_work *work) in reassembly_timeout() argument 216 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in reassembly_timeout()
|
/Zephyr-latest/drivers/serial/ |
D | uart_renesas_ra8_sci_b.c | 579 static inline void uart_ra_sci_b_async_timer_start(struct k_work_delayable *work, size_t timeout) in uart_ra_sci_b_async_timer_start() argument 583 k_work_reschedule(work, K_USEC(timeout)); in uart_ra_sci_b_async_timer_start() 693 static void uart_ra_sci_b_async_tx_timeout(struct k_work *work) in uart_ra_sci_b_async_tx_timeout() argument 695 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_ra_sci_b_async_tx_timeout() 779 static void uart_ra_sci_b_async_rx_timeout(struct k_work *work) in uart_ra_sci_b_async_rx_timeout() argument 781 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_ra_sci_b_async_rx_timeout()
|
D | uart_xmc4xxx.c | 106 static inline void async_timer_start(struct k_work_delayable *work, int32_t timeout) in async_timer_start() argument 109 k_work_reschedule(work, K_USEC(timeout)); in async_timer_start() 511 static void uart_xmc4xxx_async_rx_timeout(struct k_work *work) in uart_xmc4xxx_async_rx_timeout() argument 513 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_xmc4xxx_async_rx_timeout() 565 static void uart_xmc4xxx_async_tx_timeout(struct k_work *work) in uart_xmc4xxx_async_tx_timeout() argument 567 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_xmc4xxx_async_tx_timeout()
|
/Zephyr-latest/drivers/counter/ |
D | maxim_ds3231.c | 663 static void alarm_worker(struct k_work *work) in alarm_worker() argument 665 struct ds3231_data *data = CONTAINER_OF(work, struct ds3231_data, in alarm_worker() 731 static void sqw_worker(struct k_work *work) in sqw_worker() argument 733 struct ds3231_data *data = CONTAINER_OF(work, struct ds3231_data, sqw_work); in sqw_worker() 928 static void sync_worker(struct k_work *work) in sync_worker() argument 930 struct ds3231_data *data = CONTAINER_OF(work, struct ds3231_data, sync_work); in sync_worker()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | settings.c | 426 static void do_store_id(struct k_work *work) in do_store_id() argument 449 static void do_store_irk(struct k_work *work) in do_store_irk() argument
|
/Zephyr-latest/drivers/stepper/ |
D | gpio_stepper_controller.c | 160 static void stepper_work_step_handler(struct k_work *work) in stepper_work_step_handler() argument 162 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in stepper_work_step_handler()
|
/Zephyr-latest/drivers/sensor/ti/ina23x/ |
D | ina237.c | 283 static void ina237_trigger_work_handler(struct k_work *work) in ina237_trigger_work_handler() argument 285 struct ina23x_trigger *trigg = CONTAINER_OF(work, struct ina23x_trigger, conversion_work); in ina237_trigger_work_handler()
|
/Zephyr-latest/drivers/input/ |
D | input_paw32xx.c | 195 static void paw32xx_motion_work_handler(struct k_work *work) in paw32xx_motion_work_handler() argument 198 work, struct paw32xx_data, motion_work); in paw32xx_motion_work_handler()
|
/Zephyr-latest/drivers/usb_c/ppc/ |
D | nxp_nx20p3483.c | 291 static void nx20p3483_irq_worker(struct k_work *work) in nx20p3483_irq_worker() argument 293 struct nx20p3483_data *data = CONTAINER_OF(work, struct nx20p3483_data, irq_work); in nx20p3483_irq_worker()
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | apds9960.c | 34 k_work_submit(&drv_data->work); in apds9960_handle_cb() 383 drv_data->work.handler = apds9960_work_cb; in apds9960_init_interrupt()
|
/Zephyr-latest/samples/net/cloud/mqtt_azure/src/ |
D | main.c | 331 static void publish_timeout(struct k_work *work) in publish_timeout() argument 454 static void check_network_connection(struct k_work *work) in check_network_connection() argument
|
/Zephyr-latest/boards/m5stack/m5stack_stamps3/doc/ |
D | index.rst | 123 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 145 The usual ``flash`` target will work with the ``m5stack_stamps3`` board
|
/Zephyr-latest/drivers/adc/ |
D | adc_mcux_gau_adc.c | 130 static void mcux_gau_adc_read_samples(struct k_work *work) in mcux_gau_adc_read_samples() argument 133 CONTAINER_OF(work, struct mcux_gau_adc_data, in mcux_gau_adc_read_samples()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | ipso_timer.c | 256 static void timer_work_cb(struct k_work *work) in timer_work_cb() argument 258 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in timer_work_cb()
|
D | lwm2m_pull_context.c | 53 static void pull_service(struct k_work *work) in pull_service() argument 55 ARG_UNUSED(work); in pull_service()
|
/Zephyr-latest/drivers/stepper/adi_tmc/ |
D | adi_tmc5041_stepper_controller.c | 149 static void stallguard_work_handler(struct k_work *work) in stallguard_work_handler() argument 151 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in stallguard_work_handler() 181 static void rampstat_work_handler(struct k_work *work) in rampstat_work_handler() argument 183 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in rampstat_work_handler()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | csip_set_member.c | 85 static void deferred_nfy_work_handler(struct k_work *work); 445 static void set_lock_timer_handler(struct k_work *work) in set_lock_timer_handler() argument 450 delayable = k_work_delayable_from_work(work); in set_lock_timer_handler() 786 static void deferred_nfy_work_handler(struct k_work *work) in deferred_nfy_work_handler() argument
|