Home
last modified time | relevance | path

Searched full:writes (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/Zephyr-latest/tests/drivers/disk/disk_access/
DREADME.txt23 follows the same flow as the read test, but at each step writes data to the
24 disk and reads it back to verify correctness. The test first performs writes
26 writes that would be outside the bounds of the disk), then performs multiple
27 writes to the same location.
/Zephyr-latest/tests/subsys/sd/mmc/
DREADME.txt23 * Write test: verify that single block writes work, followed by multiple
24 block writes. Ensure the subsystem will reject writes beyond the end of
/Zephyr-latest/tests/subsys/sd/sdmmc/
DREADME.txt23 * Write test: verify that single block writes work, followed by multiple
24 block writes. Ensure the subsystem will reject writes beyond the end of
/Zephyr-latest/doc/services/storage/stream/
Dstream_flash.rst7 buffer fills (or stream ends) writes it to a raw flash partition. It supports
14 There are several reasons why one might want to use buffered writes instead of
16 limitations which does not allow flash writes to be performed in parallel with
/Zephyr-latest/include/zephyr/logging/
Dlog.h36 * @brief Writes an ERROR level message to the log.
47 * @brief Writes a WARNING level message to the log.
58 * @brief Writes an INFO level message to the log.
68 * @brief Writes a DEBUG level message to the log.
78 * @brief Writes a WARNING level message to the log on the first execution only.
117 * @brief Writes an ERROR level message associated with the instance to the log.
132 * @brief Writes a WARNING level message associated with the instance to the
148 * @brief Writes an INFO level message associated with the instance to the log.
163 * @brief Writes a DEBUG level message associated with the instance to the log.
178 * @brief Writes an ERROR level hexdump message to the log.
[all …]
/Zephyr-latest/tests/drivers/disk/disk_performance/
DREADME.txt17 * Sequential write test: This test performs sequential writes, first only over
20 * Random write test: This test performs random writes across the disk, each one
/Zephyr-latest/drivers/ieee802154/
Dieee802154_rf2xx_iface.h41 * @brief Writes data into a transceiver register
43 * This function writes a value into transceiver register.
98 * @brief Writes data into frame buffer of the transceiver
100 * This function writes data into the frame buffer of the transceiver
/Zephyr-latest/cmake/makefile_exports/
DCMakeLists.txt23 # file(GENERATE writes a file at Generation time. Also, it writes one
/Zephyr-latest/include/zephyr/sd/
Dsdio.h80 * Writes byte to SDIO register
94 * Writes byte to SDIO register, and reads the register after write
127 * Writes bytes to SDIO register, treating it as a fifo. Writes will
161 * Writes blocks from SDIO register, treating it as a fifo. Writes will
/Zephyr-latest/drivers/pcie/endpoint/
Dpcie_ep_common.c14 * PCIe writes (posted) have reached Host, i.e. to flush PCIe writes,
111 /* Flush the PCIe writes upon successful memcpy */ in pcie_ep_xfer_data_memcpy()
156 /* Flush the PCIe writes upon successful memcpy */ in pcie_ep_xfer_data_memcpy()
195 /* Flush the PCIe writes upon successful DMA */ in pcie_ep_xfer_data_dma()
205 * Explicit PCIe read to flush PCIe writes for 32-bit system in pcie_ep_xfer_data_dma()
254 /* Flush the PCIe writes upon successful DMA */ in pcie_ep_xfer_data_dma()
264 * Explicit PCIe read to flush PCIe writes for 32-bit system in pcie_ep_xfer_data_dma()
/Zephyr-latest/subsys/fs/zms/
DKconfig38 bool "Customize the size of the buffer used internally for reads and writes"
57 unncessary writes should be avoided.
/Zephyr-latest/dts/bindings/watchdog/
Dnxp,s32-swt.yaml42 - fixed: writes a fixed sequence as defined by hardware.
43 - keyed: writes two pseudo-random key values based on an initial key.
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform.h22 * Writes the supplied byte buffer to the device
46 * Writes a single byte to the device
56 * Writes a single word (16-bit unsigned) to the device
66 * Writes a single dword (32-bit unsigned) to the device
/Zephyr-latest/dts/bindings/mtd/
Deeprom-base.yaml14 description: Disable writes to the EEPROM
/Zephyr-latest/soc/nordic/nrf92/
DCMakeLists.txt10 # Ensure that image size aligns with 16 bytes so that MRAMC finalizes all writes
/Zephyr-latest/subsys/logging/backends/
DKconfig.adsp_mtrace9 Provide a logging backend which writes to SRAM window
/Zephyr-latest/drivers/eeprom/
DKconfig.eeprom_emu11 EEPROM on a flash partition. The number of writes that can be
/Zephyr-latest/soc/nordic/nrf54h/
DCMakeLists.txt15 # Ensure that image size aligns with 16 bytes so that MRAMC finalizes all writes
/Zephyr-latest/tests/subsys/sd/mmc/src/
Dmain.c95 /* Try simple writes from start of SD card */ in ZTEST()
107 zassert_equal(ret, 0, "Multiple writes to same addr failed"); in ZTEST()
118 /* Verify that unaligned writes work */ in ZTEST()
124 /* Test reads and writes interleaved, to verify data is making it on disk */
155 /* Verify that unaligned writes work */ in ZTEST()
/Zephyr-latest/include/zephyr/sys/
Dsys_io.h29 * This function writes a byte to the given port.
50 * This function writes a 16 bits to the given port.
71 * This function writes 32 bits to the given port.
153 * This function writes a byte to the given memory mapped register.
174 * This function writes 16 bits to the given memory mapped register.
196 * This function writes 32 bits to the given memory mapped register.
218 * This function writes 64 bits to the given memory mapped register.
/Zephyr-latest/drivers/serial/
DKconfig.native_posix48 When ``--wait_uart`` is used, writes to the UART will be held until a
50 Otherwise writes are sent irrespectively.
/Zephyr-latest/drivers/watchdog/
Dwdt_intel_adsp.h41 * field. Clear when FW writes a 1 to the bit.
50 * watch dog timer. Clear when DSPCCTL.CPA = 0. Set when FW writes a 1 to the bit.
137 * watch dog timer. Clear when DSPCCTL.CPA = 0. Set when FW writes a 1 to the bit.
/Zephyr-latest/tests/subsys/sd/sdmmc/src/
Dmain.c101 /* Try simple writes from start of SD card */ in ZTEST()
113 zassert_equal(ret, 0, "Multiple writes to same addr failed"); in ZTEST()
124 /* Verify that unaligned writes work */ in ZTEST()
131 /* Test reads and writes interleaved, to verify data is making it on disk */
164 /* Verify that unaligned writes work */ in ZTEST()
/Zephyr-latest/doc/_scripts/
Dgen_helpers.py13 Writes 's' as the contents of <out_dir>/<filename>, but only if it
/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_kbc.h73 * SETGA20L - writes of any data to this register causes
81 * RSTGA20L - writes of any data to this register causes

12345678910>>...12