SmartSnippets DA1459x SDK
ad_nvms_ves.h
Go to the documentation of this file.
1 
51 #ifndef AD_NVMS_VES_H_
52 #define AD_NVMS_VES_H_
53 
54 #if dg_configNVMS_VES
55 
56 #include <ad_nvms.h>
57 
58 #if dg_configNVMS_VES
59 /*
60  */
61 extern const partition_driver_t ad_nvms_ves_driver;
62 #endif
63 
68 void ad_nvms_ves_init(void);
69 
73 #ifndef AD_NVMS_VES_CONTAINER_SIZE
74 #define AD_NVMS_VES_CONTAINER_SIZE 64
75 #endif
76 
86 #ifndef AD_NVMS_VES_MULTIPLIER
87 #define AD_NVMS_VES_MULTIPLIER 8
88 #endif
89 
95 #ifndef AD_NVMS_MAX_SECTOR_COUNT
96 #define AD_NVMS_MAX_SECTOR_COUNT 256
97 #endif
98 
119 #ifndef AD_NVMS_VES_GC_THRESHOLD
120 #define AD_NVMS_VES_GC_THRESHOLD -1
121 #endif
122 
123 #endif /* dg_configNVMS_VES */
124 
125 #endif /* AD_NVMS_VES_H_ */
126 
ad_nvms_ves_init
void ad_nvms_ves_init(void)
Initialize NVMS Virtual EEPROM Storage driver.
ad_nvms.h
NVMS adapter API.
driver_t
Partition driver functions.
Definition: ad_nvms.h:165