Home
last modified time | relevance | path

Searched defs:dst_offset (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_util.c125 off_t dst_offset, off_t size, uint8_t *buf, size_t buf_size) in z_impl_flash_copy()
196 off_t dst_offset, off_t size, uint8_t *buf, size_t buf_size) in z_vrfy_flash_copy()
Dflash_shell.c187 uint32_t dst_offset = 0; in cmd_copy() local
/Zephyr-latest/tests/drivers/flash/common/src/
Dmain.c394 const struct device *dst_dev, off_t dst_offset, off_t size, in test_flash_copy_inner()