Lines Matching refs:to
8 bool "Stream to flash"
10 Enable support of stream to flash API
19 Runs simple check to find whether provided device can be used for
22 worth to disable the option to cut out some unneeded code.
29 stream to device. When callback is not used, disabling the option
30 allows to save some code storage and RAM.
37 to.
39 that requires erase prior to write.
42 bool "Check if device supports erase prior to attempting one"
46 This is used in stream flash code to exclude invocation of erase on devices that do not
47 have such requirement prior to write nor support rase as a way to increase write speed.
49 support erase and some do not. If user is sure to not use Stream Flash with devices that
50 have no support for erase, this option may be disabled to discard small amount of code
58 Enable API for loading and storing the current write progress to flash
60 reset, the API can be used to resume writing from the latest state.