Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/flash/
Dflash_stm32l5x.c160 static int write_nwords(const struct device *dev, off_t offset, const uint32_t *buff, size_t n) in write_nwords() function
362 rc = write_nwords(dev, offset + i, ((const uint32_t *) data + (i>>2)), in flash_stm32_write_range()