mirror of https://github.com/ARMmbed/mbed-os.git
bd: Copy edit BlockDevices
Copy edit SlicingBlockDevice.h Copy edit ReadOnlyBlockDevice.h Copy edit ProfilingBlockDevice.h Copy edit ObservingBlockDevice.h Copy edit MBRBlockDevice.h Copy edit ExhaustibleBlockDevice.h Copy edit ChainingBlockDevice.h Copy edit BlockDevice.h Copy edit files for active voice and consistent tense.pull/5925/head
parent
88aad81345
commit
e6949db802
|
@ -139,11 +139,11 @@ public:
|
||||||
/** Get the value of storage when erased
|
/** Get the value of storage when erased
|
||||||
*
|
*
|
||||||
* If get_erase_value returns a non-negative byte value, the underlying
|
* If get_erase_value returns a non-negative byte value, the underlying
|
||||||
* storage will be set to that value when erased, and storage containing
|
* storage is set to that value when erased, and storage containing
|
||||||
* that value can be programmed without another erase.
|
* that value can be programmed without another erase.
|
||||||
*
|
*
|
||||||
* @return The value of storage when erased, or -1 if the value of
|
* @return The value of storage when erased, or -1 if you can't
|
||||||
* erased storage can't be relied on
|
* rely on the value of erased storage
|
||||||
*/
|
*/
|
||||||
virtual int get_erase_value() const
|
virtual int get_erase_value() const
|
||||||
{
|
{
|
||||||
|
|
|
@ -139,11 +139,11 @@ public:
|
||||||
/** Get the value of storage when erased
|
/** Get the value of storage when erased
|
||||||
*
|
*
|
||||||
* If get_erase_value returns a non-negative byte value, the underlying
|
* If get_erase_value returns a non-negative byte value, the underlying
|
||||||
* storage will be set to that value when erased, and storage containing
|
* storage is set to that value when erased, and storage containing
|
||||||
* that value can be programmed without another erase.
|
* that value can be programmed without another erase.
|
||||||
*
|
*
|
||||||
* @return The value of storage when erased, or -1 if the value of
|
* @return The value of storage when erased, or -1 if you can't
|
||||||
* erased storage can't be relied on
|
* rely on the value of erased storage
|
||||||
*/
|
*/
|
||||||
virtual int get_erase_value() const;
|
virtual int get_erase_value() const;
|
||||||
|
|
||||||
|
|
|
@ -122,11 +122,11 @@ public:
|
||||||
/** Get the value of storage when erased
|
/** Get the value of storage when erased
|
||||||
*
|
*
|
||||||
* If get_erase_value returns a non-negative byte value, the underlying
|
* If get_erase_value returns a non-negative byte value, the underlying
|
||||||
* storage will be set to that value when erased, and storage containing
|
* storage is set to that value when erased, and storage containing
|
||||||
* that value can be programmed without another erase.
|
* that value can be programmed without another erase.
|
||||||
*
|
*
|
||||||
* @return The value of storage when erased, or -1 if the value of
|
* @return The value of storage when erased, or -1 if you can't
|
||||||
* erased storage can't be relied on
|
* rely on the value of erased storage
|
||||||
*/
|
*/
|
||||||
virtual int get_erase_value() const;
|
virtual int get_erase_value() const;
|
||||||
|
|
||||||
|
|
|
@ -193,11 +193,11 @@ public:
|
||||||
/** Get the value of storage when erased
|
/** Get the value of storage when erased
|
||||||
*
|
*
|
||||||
* If get_erase_value returns a non-negative byte value, the underlying
|
* If get_erase_value returns a non-negative byte value, the underlying
|
||||||
* storage will be set to that value when erased, and storage containing
|
* storage is set to that value when erased, and storage containing
|
||||||
* that value can be programmed without another erase.
|
* that value can be programmed without another erase.
|
||||||
*
|
*
|
||||||
* @return The value of storage when erased, or -1 if the value of
|
* @return The value of storage when erased, or -1 if you can't
|
||||||
* erased storage can't be relied on
|
* rely on the value of erased storage
|
||||||
*/
|
*/
|
||||||
virtual int get_erase_value() const;
|
virtual int get_erase_value() const;
|
||||||
|
|
||||||
|
|
|
@ -108,11 +108,11 @@ public:
|
||||||
/** Get the value of storage when erased
|
/** Get the value of storage when erased
|
||||||
*
|
*
|
||||||
* If get_erase_value returns a non-negative byte value, the underlying
|
* If get_erase_value returns a non-negative byte value, the underlying
|
||||||
* storage will be set to that value when erased, and storage containing
|
* storage is set to that value when erased, and storage containing
|
||||||
* that value can be programmed without another erase.
|
* that value can be programmed without another erase.
|
||||||
*
|
*
|
||||||
* @return The value of storage when erased, or -1 if the value of
|
* @return The value of storage when erased, or -1 if you can't
|
||||||
* erased storage can't be relied on
|
* rely on the value of erased storage
|
||||||
*/
|
*/
|
||||||
virtual int get_erase_value() const;
|
virtual int get_erase_value() const;
|
||||||
|
|
||||||
|
|
|
@ -125,11 +125,11 @@ public:
|
||||||
/** Get the value of storage when erased
|
/** Get the value of storage when erased
|
||||||
*
|
*
|
||||||
* If get_erase_value returns a non-negative byte value, the underlying
|
* If get_erase_value returns a non-negative byte value, the underlying
|
||||||
* storage will be set to that value when erased, and storage containing
|
* storage is set to that value when erased, and you can program storage
|
||||||
* that value can be programmed without another erase.
|
* containing that value without another erase.
|
||||||
*
|
*
|
||||||
* @return The value of storage when erased, or -1 if the value of
|
* @return The value of storage when erased, or -1 if you can't
|
||||||
* erased storage can't be relied on
|
* rely on the value of erased storage
|
||||||
*/
|
*/
|
||||||
virtual int get_erase_value() const;
|
virtual int get_erase_value() const;
|
||||||
|
|
||||||
|
|
|
@ -101,11 +101,11 @@ public:
|
||||||
/** Get the value of storage when erased
|
/** Get the value of storage when erased
|
||||||
*
|
*
|
||||||
* If get_erase_value returns a non-negative byte value, the underlying
|
* If get_erase_value returns a non-negative byte value, the underlying
|
||||||
* storage will be set to that value when erased, and storage containing
|
* storage is set to that value when erased, and storage containing
|
||||||
* that value can be programmed without another erase.
|
* that value can be programmed without another erase.
|
||||||
*
|
*
|
||||||
* @return The value of storage when erased, or -1 if the value of
|
* @return The value of storage when erased, or -1 if you can't
|
||||||
* erased storage can't be relied on
|
* rely on the value of erased storage
|
||||||
*/
|
*/
|
||||||
virtual int get_erase_value() const;
|
virtual int get_erase_value() const;
|
||||||
|
|
||||||
|
|
|
@ -131,11 +131,11 @@ public:
|
||||||
/** Get the value of storage when erased
|
/** Get the value of storage when erased
|
||||||
*
|
*
|
||||||
* If get_erase_value returns a non-negative byte value, the underlying
|
* If get_erase_value returns a non-negative byte value, the underlying
|
||||||
* storage will be set to that value when erased, and storage containing
|
* storage is set to that value when erased, and storage containing
|
||||||
* that value can be programmed without another erase.
|
* that value can be programmed without another erase.
|
||||||
*
|
*
|
||||||
* @return The value of storage when erased, or -1 if the value of
|
* @return The value of storage when erased, or -1 if you can't
|
||||||
* erased storage can't be relied on
|
* rely on the value of erased storage
|
||||||
*/
|
*/
|
||||||
virtual int get_erase_value() const;
|
virtual int get_erase_value() const;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue