mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			NVStore: add comments in header file for Doxygen formatting sake.
							parent
							
								
									af46177a65
								
							
						
					
					
						commit
						f20c54e275
					
				| 
						 | 
					@ -50,6 +50,11 @@ typedef enum {
 | 
				
			||||||
// defines 2 areas - active and nonactive, not configurable
 | 
					// defines 2 areas - active and nonactive, not configurable
 | 
				
			||||||
#define NVSTORE_NUM_AREAS        2
 | 
					#define NVSTORE_NUM_AREAS        2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/** NVStore class
 | 
				
			||||||
 | 
					 *
 | 
				
			||||||
 | 
					 *  Class for storing data by keys in the internal flash
 | 
				
			||||||
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class NVStore : private mbed::NonCopyable<NVStore> {
 | 
					class NVStore : private mbed::NonCopyable<NVStore> {
 | 
				
			||||||
public:
 | 
					public:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -399,6 +404,7 @@ private:
 | 
				
			||||||
    int do_set(uint16_t key, uint16_t buf_size, const void *buf, uint16_t flags);
 | 
					    int do_set(uint16_t key, uint16_t buf_size, const void *buf, uint16_t flags);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					/** @}*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif // NVSTORE_ENABLED
 | 
					#endif // NVSTORE_ENABLED
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue