/Zephyr-latest/doc/project/ |
D | modifying_contributions.rst | 61 * 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/ |
D | ibecc.rst | 13 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/ |
D | w1.rst | 18 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/ |
D | Kconfig | 52 in order for DMA to work correctly. Devices should change default of
|
/Zephyr-latest/drivers/timer/ |
D | Kconfig.gecko | 26 work, k_sleep, will issue thread wake ups less precisely than when
|
/Zephyr-latest/drivers/sensor/st/lps2xdf/ |
D | lps2xdf.h | 125 struct k_work work; member
|
/Zephyr-latest/doc/develop/getting_started/ |
D | installation_win.rst | 17 Windows 10 version 1803 has an issue that will cause CMake to not work
|
/Zephyr-latest/cmake/modules/ |
D | basic_settings.cmake | 15 # For this to work, sysbuild manages other Zephyr CMake build systems by setting
|
/Zephyr-latest/lib/os/zvfs/ |
D | Kconfig | 13 and more. It is designed to be used by all Zephyr subsystems that need to work with files.
|
/Zephyr-latest/boards/nxp/lpcxpresso11u68/support/ |
D | openocd.cfg | 22 # work correctly.
|
/Zephyr-latest/tests/application_development/code_relocation/ |
D | CMakeLists.txt | 41 # (this and test_file2.c in RAM) should work fine.
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | reel_board.c | 417 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/ |
D | smbus_stm32.c | 42 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/ |
D | input_pat912x.c | 79 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/ |
D | README.rst | 39 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/ |
D | stm32g081b_eval.dts | 167 * 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/ |
D | eth_nxp_enet_qos_mac.c | 131 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/ |
D | sdmmc_stm32.c | 81 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/ |
D | espi_taf_npcx.c | 54 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/ |
D | h5.c | 338 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/ |
D | README.txt | 12 Links related to the work making this standalone:
|
/Zephyr-latest/drivers/sdhc/ |
D | Kconfig | 33 in order to DMA to work correctly. Devices should change default of
|
/Zephyr-latest/samples/drivers/display/ |
D | README.rst | 21 As this is a generic sample it should work with any display supported by Zephyr.
|
/Zephyr-latest/samples/drivers/misc/grove_display/ |
D | README.rst | 40 This sample should work on any board that has I2C enabled and has an Arduino
|
/Zephyr-latest/doc/develop/sca/ |
D | cpptest.rst | 32 To import and generate a report file, something like the following should work.
|