Lines Matching full:flash
3 BLOB Flash
6 The BLOB Flash Readers and Writers implement BLOB reading to and writing from flash partitions
7 defined in the :ref:`flash map <flash_map_api>`.
10 BLOB Flash Reader
13 The BLOB Flash Reader interacts with the BLOB Transfer Client to read BLOB data directly from flash.
15 BLOB Transfer Client. Each BLOB Flash Reader only supports one transfer at the time.
18 BLOB Flash Writer
21 The BLOB Flash Writer interacts with the BLOB Transfer Server to write BLOB data directly to flash.
23 BLOB Transfer Server. Each BLOB Flash Writer only supports one transfer at the time, and requires a
24 block size that is a multiple of the flash page size. If a transfer is started with a block size
25 lower than the flash page size, the transfer will be rejected.
27 The BLOB Flash Writer copies chunk data into a buffer to accommodate chunks that are unaligned with
28 the flash write block size. The buffer data is padded with ``0xff`` if either the start or length of