Home
last modified time | relevance | path

Searched refs:work (Results 826 – 850 of 991) sorted by relevance

1...<<31323334353637383940

/Zephyr-latest/boards/ite/it82xx2_evb/doc/
Dindex.rst191 it will work if you turn on the ITE board. You can use a terminal program
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
DKconfig117 Configures the gPTP stack to work with the given number of ports.
/Zephyr-latest/boards/96boards/argonkey/doc/
Dindex.rst29 - 1.8V work voltage
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/
Dindex.rst34 default board configuration is set to work as "Generic SPI, CRC enabled",
/Zephyr-latest/boards/arduino/due/doc/
Dindex.rst156 work with Arduino Due.
/Zephyr-latest/boards/96boards/nitrogen/doc/
Dindex.rst47 - 1.8V work voltage
/Zephyr-latest/boards/ezurio/pinnacle_100_dvk/doc/
Dindex.rst178 Many of the Bluetooth examples will work on the Pinnacle 100 DVK.
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.c397 static void bt_mesh_net_local(struct k_work *work) in bt_mesh_net_local() argument
953 static void ivu_refresh(struct k_work *work) in ivu_refresh() argument
/Zephyr-latest/subsys/bluetooth/audio/
Dpacs.c107 static void deferred_nfy_work_handler(struct k_work *work);
924 static void deferred_nfy_work_handler(struct k_work *work) in deferred_nfy_work_handler() argument
Dhas.c182 static void notify_work_handler(struct k_work *work);
428 static void notify_work_handler(struct k_work *work) in notify_work_handler() argument
430 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in notify_work_handler()
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c442 static void eth_nxp_enet_rx_thread(struct k_work *work) in eth_nxp_enet_rx_thread() argument
445 CONTAINER_OF(work, struct nxp_enet_mac_data, rx_work); in eth_nxp_enet_rx_thread()
/Zephyr-latest/doc/kernel/usermode/
Dkernelobjects.rst17 Kernel objects are completely opaque to user threads. User threads work
27 has sufficient permissions to work with it.
/Zephyr-latest/doc/releases/
Drelease-notes-1.5.rst198 * ``ZEP-158`` - PWM Set Duty Cycle API does not work
239 * ``ZEP-595`` - UART: usb simulated uart doesn't work in poll mode
/Zephyr-latest/subsys/net/l2/ppp/
Dfsm.c96 static void ppp_fsm_timeout(struct k_work *work) in ppp_fsm_timeout() argument
98 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in ppp_fsm_timeout()
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/
Dindex.rst20 functionality. The A board can work independently, without the board B
414 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
522 The usual ``flash`` target will work with the ``esp32_ethernet_kit`` board
/Zephyr-latest/boards/espressif/esp_wrover_kit/doc/
Dindex.rst194 among onboard and external peripheral devices. Certain combinations of peripherals cannot work
490 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
597 The usual ``flash`` target will work with the ``esp_wrover_kit`` board
/Zephyr-latest/drivers/sensor/st/lsm6dsl/
Dlsm6dsl.h681 struct k_work work; member
/Zephyr-latest/doc/kernel/services/synchronization/
Dmutexes.rst68 thread to complete its work and release the mutex more rapidly by executing
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig85 Configures the PTP stack to work with the given number of ports.
/Zephyr-latest/drivers/spi/
Dspi_max32.c778 void spi_max32_async_work_handler(struct k_work *work) in spi_max32_async_work_handler() argument
780 struct max32_spi_data *data = CONTAINER_OF(work, struct max32_spi_data, async_work); in spi_max32_async_work_handler()
/Zephyr-latest/drivers/ethernet/
Deth_xlnx_gem.c1209 static void eth_xlnx_gem_poll_phy(struct k_work *work) in eth_xlnx_gem_poll_phy() argument
1211 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in eth_xlnx_gem_poll_phy()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Daccess.rst155 schedule a work item with delay defined by the
156 :kconfig:option:`CONFIG_BT_MESH_STORE_TIMEOUT` option. When the work item is
/Zephyr-latest/lib/posix/options/
Dpthread.c455 static void posix_thread_recycle_work_handler(struct k_work *work) in posix_thread_recycle_work_handler() argument
457 ARG_UNUSED(work); in posix_thread_recycle_work_handler()
/Zephyr-latest/modules/hostap/src/
Dsupp_main.c466 static void iface_work_handler(struct k_work *work) in iface_work_handler() argument
468 struct supplicant_context *ctx = CONTAINER_OF(work, struct supplicant_context, in iface_work_handler()
/Zephyr-latest/doc/project/
Drelease_process.rst7 one. Zephyr releases represent an aggregation of the work of many contributors,
206 - v[Major].[Minor].99 - A tag applied to main branch to signify that work on
210 work-in-progress main branch version. Presence of this tag allows generation of

1...<<31323334353637383940