Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dsoc_flash_nios2_qspi.c189 uint32_t write_offset = mem_offset; /* offset into flash to write too */ in flash_nios2_qspi_write_block() local
285 uint32_t write_offset = offset; /* address of next byte to write */ in flash_nios2_qspi_write() local
Dflash_ifx_cat1.c80 uint32_t write_offset = dev_config->base_addr + (uint32_t)offset; in ifx_cat1_flash_write() local
/Zephyr-latest/drivers/eeprom/
Deeprom_emulator.c92 off_t write_offset; member