Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_stm32wbax.c108 static int write_qword(const struct device *dev, off_t offset, const uint32_t *buff) in write_qword() function
258 rc = write_qword(dev, offset + i, ((const uint32_t *) data + (i>>2))); in flash_stm32_write_range()