Home
last modified time | relevance | path

Searched refs:write_ndwords (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_stm32h7x.c396 static int write_ndwords(const struct device *dev, off_t offset, const uint64_t *data, uint8_t n) function
462 rc = write_ndwords(dev, offset, (const uint64_t *)data + (i >> 3), ndwords);
476 rc = write_ndwords(dev, offset, (const uint64_t *)unaligned_datas, ndwords);