/Zephyr-latest/boards/ite/it82xx2_evb/doc/ |
D | index.rst | 191 it will work if you turn on the ITE board. You can use a terminal program
|
/Zephyr-latest/subsys/net/l2/ethernet/gptp/ |
D | Kconfig | 117 Configures the gPTP stack to work with the given number of ports.
|
/Zephyr-latest/boards/96boards/argonkey/doc/ |
D | index.rst | 29 - 1.8V work voltage
|
/Zephyr-latest/boards/adi/eval_adin2111ebz/doc/ |
D | index.rst | 34 default board configuration is set to work as "Generic SPI, CRC enabled",
|
/Zephyr-latest/boards/arduino/due/doc/ |
D | index.rst | 156 work with Arduino Due.
|
/Zephyr-latest/boards/96boards/nitrogen/doc/ |
D | index.rst | 47 - 1.8V work voltage
|
/Zephyr-latest/boards/ezurio/pinnacle_100_dvk/doc/ |
D | index.rst | 178 Many of the Bluetooth examples will work on the Pinnacle 100 DVK.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | net.c | 397 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/ |
D | pacs.c | 107 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
|
D | has.c | 182 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/ |
D | eth_nxp_enet.c | 442 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/ |
D | kernelobjects.rst | 17 Kernel objects are completely opaque to user threads. User threads work 27 has sufficient permissions to work with it.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.5.rst | 198 * ``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/ |
D | fsm.c | 96 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/ |
D | index.rst | 20 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/ |
D | index.rst | 194 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/ |
D | lsm6dsl.h | 681 struct k_work work; member
|
/Zephyr-latest/doc/kernel/services/synchronization/ |
D | mutexes.rst | 68 thread to complete its work and release the mutex more rapidly by executing
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 85 Configures the PTP stack to work with the given number of ports.
|
/Zephyr-latest/drivers/spi/ |
D | spi_max32.c | 778 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/ |
D | eth_xlnx_gem.c | 1209 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/ |
D | access.rst | 155 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/ |
D | pthread.c | 455 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/ |
D | supp_main.c | 466 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/ |
D | release_process.rst | 7 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
|