Home
last modified time | relevance | path

Searched refs:work (Results 426 – 450 of 991) sorted by relevance

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

/Zephyr-latest/doc/project/
Dmodifying_contributions.rst61 * submit the modified patches as their *own* work (i.e. with their
64 submitted work is based on (mentioning, for example, the original PR
/Zephyr-latest/doc/hardware/peripherals/edac/
Dibecc.rst13 error detection and correction. IBECC can work for all or for specific regions
76 "protected" by a lock with an NMI, because the protection does not work. The
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst18 10 meters length are expected to work solid. Optimized timing parameters and
44 which should work on most Zephyr platforms.
/Zephyr-latest/subsys/fs/ext2/
DKconfig52 in order for DMA to work correctly. Devices should change default of
/Zephyr-latest/drivers/timer/
DKconfig.gecko26 work, k_sleep, will issue thread wake ups less precisely than when
/Zephyr-latest/drivers/sensor/st/lps2xdf/
Dlps2xdf.h125 struct k_work work; member
/Zephyr-latest/doc/develop/getting_started/
Dinstallation_win.rst17 Windows 10 version 1803 has an issue that will cause CMake to not work
/Zephyr-latest/cmake/modules/
Dbasic_settings.cmake15 # For this to work, sysbuild manages other Zephyr CMake build systems by setting
/Zephyr-latest/lib/os/zvfs/
DKconfig13 and more. It is designed to be used by all Zephyr subsystems that need to work with files.
/Zephyr-latest/boards/nxp/lpcxpresso11u68/support/
Dopenocd.cfg22 # work correctly.
/Zephyr-latest/tests/application_development/code_relocation/
DCMakeLists.txt41 # (this and test_file2.c in RAM) should work fine.
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dreel_board.c417 static void epd_update(struct k_work *work) in epd_update() argument
432 static void long_press(struct k_work *work) in long_press() argument
528 static void led_timeout(struct k_work *work) in led_timeout() argument
/Zephyr-latest/drivers/smbus/
Dsmbus_stm32.c42 static void smbus_stm32_smbalert_work(struct k_work *work) in smbus_stm32_smbalert_work() argument
44 struct smbus_stm32_data *data = CONTAINER_OF(work, struct smbus_stm32_data, smbalert_work); in smbus_stm32_smbalert_work()
/Zephyr-latest/drivers/input/
Dinput_pat912x.c79 static void pat912x_motion_work_handler(struct k_work *work) in pat912x_motion_work_handler() argument
82 work, struct pat912x_data, motion_work); in pat912x_motion_work_handler()
/Zephyr-latest/samples/subsys/smf/smf_calculator/
DREADME.rst39 The GUI should work with any touchscreen display supported by Zephyr. The shield
49 The demo should also work on STM32 Discovery Kits with built-in touchscreens e.g.
/Zephyr-latest/boards/st/stm32g081b_eval/
Dstm32g081b_eval.dts167 * designed to work in freq ranges of 6 <--> 18 MHz, however recommended
198 * designed to work in freq ranges of 6 <--> 18 MHz, however recommended
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/
Deth_nxp_enet_qos_mac.c131 static void tx_dma_done(struct k_work *work) in tx_dma_done() argument
134 CONTAINER_OF(work, struct nxp_enet_qos_tx_data, tx_done_work); in tx_dma_done()
162 static void eth_nxp_enet_qos_rx(struct k_work *work) in eth_nxp_enet_qos_rx() argument
165 CONTAINER_OF(work, struct nxp_enet_qos_rx_data, rx_work); in eth_nxp_enet_qos_rx()
/Zephyr-latest/drivers/disk/
Dsdmmc_stm32.c81 struct k_work work; member
576 work); in stm32_sdmmc_cd_handler()
596 k_work_submit(&priv->work); in stm32_sdmmc_cd_callback()
711 k_work_init(&priv->work, stm32_sdmmc_cd_handler); in disk_stm32_sdmmc_init()
/Zephyr-latest/drivers/espi/
Despi_taf_npcx.c54 struct k_work work; member
541 struct espi_taf_npcx_data *info = CONTAINER_OF(item, struct espi_taf_npcx_data, work); in espi_taf_work()
595 k_work_submit(&npcx_espi_taf_data.work); in espi_taf_event_handler()
605 k_work_init(&npcx_espi_taf_data.work, espi_taf_work); in npcx_init_taf()
/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c338 static void retx_timeout(struct k_work *work) in retx_timeout() argument
340 struct k_work_delayable *delayable = k_work_delayable_from_work(work); in retx_timeout()
372 static void ack_timeout(struct k_work *work) in ack_timeout() argument
374 struct k_work_delayable *delayable = k_work_delayable_from_work(work); in ack_timeout()
/Zephyr-latest/scripts/dts/
DREADME.txt12 Links related to the work making this standalone:
/Zephyr-latest/drivers/sdhc/
DKconfig33 in order to DMA to work correctly. Devices should change default of
/Zephyr-latest/samples/drivers/display/
DREADME.rst21 As this is a generic sample it should work with any display supported by Zephyr.
/Zephyr-latest/samples/drivers/misc/grove_display/
DREADME.rst40 This sample should work on any board that has I2C enabled and has an Arduino
/Zephyr-latest/doc/develop/sca/
Dcpptest.rst32 To import and generate a report file, something like the following should work.

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