/Zephyr-latest/samples/posix/eventfd/ |
D | sample.yaml | 19 - "Writing 1 to efd" 20 - "Writing 2 to efd" 21 - "Writing 3 to efd" 22 - "Writing 4 to efd"
|
D | README.rst | 39 Writing 1 to efd 40 Writing 2 to efd 41 Writing 3 to efd 42 Writing 4 to efd
|
/Zephyr-latest/samples/userspace/prod_consumer/ |
D | README.rst | 72 I:writing processed data blob back to the sample device 76 I:writing processed data blob back to the sample device 80 I:writing processed data blob back to the sample device 84 I:writing processed data blob back to the sample device 88 I:writing processed data blob back to the sample device 92 I:writing processed data blob back to the sample device 94 I:writing processed data blob back to the sample device 96 I:writing processed data blob back to the sample device 98 I:writing processed data blob back to the sample device 100 I:writing processed data blob back to the sample device
|
/Zephyr-latest/subsys/net/lib/prometheus/ |
D | formatter.c | 60 LOG_ERR("Error writing to buffer"); in prometheus_format_one_metric() 71 LOG_ERR("Error writing counter"); in prometheus_format_one_metric() 81 LOG_ERR("Error writing gauge"); in prometheus_format_one_metric() 91 LOG_ERR("Error writing histogram"); in prometheus_format_one_metric() 101 LOG_ERR("Error writing summary"); in prometheus_format_one_metric() 111 LOG_ERR("Error writing untyped"); in prometheus_format_one_metric() 132 LOG_ERR("Error writing counter"); in prometheus_format_one_metric() 152 LOG_ERR("Error writing gauge"); in prometheus_format_one_metric() 173 LOG_ERR("Error writing histogram"); in prometheus_format_one_metric() 181 LOG_ERR("Error writing histogram"); in prometheus_format_one_metric() [all …]
|
/Zephyr-latest/include/zephyr/modem/ |
D | ppp.h | 44 /* Writing bytes to network packet */ 46 /* Unescaping next byte before writing to network packet */ 53 /* Writing header */ 58 /* Writing protocol */ 63 /* Writing data */ 66 /* Writing FCS */ 71 /* Writing end of frame */
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688_common.c | 136 LOG_ERR("Error writing FIFO_CONFIG"); in icm42688_configure() 160 LOG_ERR("Error writing PWR_MGMT0"); in icm42688_configure() 175 LOG_ERR("Error writing ACCEL_CONFIG0"); in icm42688_configure() 185 LOG_ERR("Error writing GYRO_CONFIG0"); in icm42688_configure() 201 LOG_ERR("Error writing FIFO_CONFIG"); in icm42688_configure() 210 LOG_ERR("Error writing FSYNC_CONFIG"); in icm42688_configure() 220 LOG_ERR("Error writing TMST_CONFIG"); in icm42688_configure() 232 LOG_ERR("Error writing to INT_CONFIG"); in icm42688_configure() 246 LOG_ERR("Error writing to INT_CONFIG1"); in icm42688_configure() 264 LOG_ERR("Error writing FIFO_CONFIG1"); in icm42688_configure() [all …]
|
/Zephyr-latest/drivers/misc/ft8xx/ |
D | ft8xx_common.c | 17 __ASSERT(err == 0, "Writing FT8xx data at 0x%x failed", address); in ft8xx_wr8() 27 __ASSERT(err == 0, "Writing FT8xx data at 0x%x failed", address); in ft8xx_wr16() 37 __ASSERT(err == 0, "Writing FT8xx data at 0x%x failed", address); in ft8xx_wr32()
|
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/ |
D | sample.yaml | 21 - "Writing data to UID1: .*" 26 - "Got expected error \\(PSA_ERROR_NOT_PERMITTED\\) when writing to protected\
|
D | README.rst | 58 Writing data to UID1: The quick brown fox jumps over the lazy dog 66 Writing data to UID2 with overwrite protection: The quick brown fox jumps over the lazy dog 68 Got expected error (PSA_ERROR_NOT_PERMITTED) when writing to protected UID
|
/Zephyr-latest/doc/hardware/peripherals/eeprom/ |
D | shell.rst | 54 Writing Data 58 least three arguments; the EEPROM device name, the offset to start writing to, and at least one data 65 Writing 8 bytes to EEPROM... 76 Writing 16 bytes of 0xaa to EEPROM...
|
/Zephyr-latest/samples/tfm_integration/psa_protected_storage/src/ |
D | main.c | 24 printk("Writing data to UID1: %s\n", TEST_STRING_1); in main() 65 printk("Writing data to UID2 with overwrite protection: %s\n", TEST_STRING_1); in main() 81 printk("Got expected error (PSA_ERROR_NOT_PERMITTED) when writing to protected UID\n"); in main()
|
/Zephyr-latest/doc/services/storage/fcb/ |
D | fcb.rst | 29 block of data, thereby freeing up some space, or stop writing new data 35 writing entry to flash completed ok. It will skip over entries which 48 - Call :c:func:`fcb_append_finish` when done. This completes the writing of the
|
/Zephyr-latest/tests/posix/eventfd/src/ |
D | ioctl.c | 29 /* Try writing and reading. Should not fail. */ in ZTEST_F() 50 /* Try writing and reading again. */ in ZTEST_F() 71 /* Try writing and reading again. */ in ZTEST_F()
|
/Zephyr-latest/samples/drivers/spi_flash_at45/ |
D | sample.yaml | 50 - "Writing the first half of the test region... OK" 51 - "Writing the second half of the test region... OK"
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_realtek_rtl8211f.c | 147 LOG_ERR("Error writing phy (%d) basic control register", config->addr); in phy_rt_rtl8211f_reset() 197 LOG_ERR("Error writing phy (%d) basic control register", config->addr); in phy_rt_rtl8211f_restart_autonegotiation() 352 LOG_ERR("Error writing phy (%d) advertising register", config->addr); in phy_rt_rtl8211f_cfg_link() 359 LOG_ERR("Error writing phy (%d) 1000Base-T control register", config->addr); in phy_rt_rtl8211f_cfg_link() 517 LOG_ERR("Error writing phy (%d) page select register", config->addr); in phy_rt_rtl8211f_init() 530 LOG_ERR("Error writing phy (%d) mii control register1", config->addr); in phy_rt_rtl8211f_init() 543 LOG_ERR("Error writing phy (%d) mii control register2", config->addr); in phy_rt_rtl8211f_init() 550 LOG_ERR("Error writing phy (%d) page select register", config->addr); in phy_rt_rtl8211f_init() 566 LOG_ERR("Error writing phy (%d) page select register", config->addr); in phy_rt_rtl8211f_init() 574 LOG_ERR("Error writing phy (%d) interrupt pin setting register", in phy_rt_rtl8211f_init() [all …]
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.mcux | 102 Copy the data to a RAM buffer before writing it to the flash. 111 Copy the data to a RAM buffer before writing it to the flash.
|
D | Kconfig.nrf_mram | 18 Note that MRAM words are auto-erased when written to, but writing to a
|
/Zephyr-latest/tests/bluetooth/host/id/bt_id_set_adv_own_addr/ |
D | prj.conf | 12 # Reason is (at the time of writing) unknown.
|
/Zephyr-latest/samples/boards/espressif/flash_memory_mapped/ |
D | README.rst | 12 contents of flash memory by writing to a mapped memory region. 47 Both readings should return the same value. Important to notice that writing using memory-mapped po… 58 [00:00:01.122,000] <inf> flash_memory_mapped: writing 32-bytes data using flash API
|
/Zephyr-latest/samples/subsys/portability/cmsis_rtos_v1/timer_synchronization/src/ |
D | main.c | 69 /* Writing to message queue failed */ in main() 77 /* Writing to message queue failed */ in main()
|
/Zephyr-latest/dts/bindings/flash_controller/ |
D | nordic,rram-controller.yaml | 10 The resistive random access memory controller (RRAMC) is used for writing
|
/Zephyr-latest/tests/drivers/flash/erase_blocks/ |
D | README.rst | 4 Testing of erasing and writing all pages of the tested partition.
|
/Zephyr-latest/scripts/coredump/gdbstubs/ |
D | gdbstub.py | 139 # the 'G' packet for writing to a group of registers 141 # We don't support writing so return error 149 # the 'P' packet for writing to registers 151 # We don't support writing so return error 172 # the 'M' packet for writing to memory 174 # We don't support writing so return error
|
/Zephyr-latest/doc/services/storage/nvs/ |
D | nvs.rst | 35 A write of data to nvs always starts with writing the data, followed by a write 42 NVS checks the id-data pair before writing data to flash. If the id-data pair 75 When writing data to flash a study of the flash wear is important. Flash has a 94 writes, with two sectors writing every 171 minutes, the device should last
|
/Zephyr-latest/tests/kernel/msgq/msgq_api/src/ |
D | test_msgq_fail.c | 48 * @brief Test returned error code during writing in msgq 59 * @brief Test returned error code during writing in msgq
|