Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_stm32h7x.c457 const uint8_t ndwords = FLASH_NB_32BITWORD_IN_FLASHWORD / 2; local
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);