include/drivers/flash: document on the unrestricted source buffers
Document unrestricted source buffer location while writing to the flash. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
This commit is contained in:
parent
1d8cf859db
commit
4d4455b174
|
@ -120,6 +120,10 @@ static inline int z_impl_flash_read(struct device *dev, off_t offset, void *data
|
|||
/**
|
||||
* @brief Write buffer into flash memory.
|
||||
*
|
||||
* All flash drivers support a source buffer located either in RAM or
|
||||
* SoC flash, without alignment restrictions on the source address, or
|
||||
* write size or offset.
|
||||
*
|
||||
* Prior to the invocation of this API, the flash_write_protection_set needs
|
||||
* to be called first to disable the write protection.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue