Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_io_flash.c59 static inline int erase_device_block(const struct flash_area *fa, off_t start, size_t size) in erase_device_block() function
107 return erase_device_block(flash->area, flash->offset + block->offset, block->size); in block_start()