Lines Matching defs:handle
75 void NVSRAM_close(NVS_Handle handle) in NVSRAM_close()
83 int_fast16_t NVSRAM_control(NVS_Handle handle, uint_fast16_t cmd, in NVSRAM_control()
92 int_fast16_t NVSRAM_erase(NVS_Handle handle, size_t offset, size_t size) in NVSRAM_erase()
108 void NVSRAM_getAttrs(NVS_Handle handle, NVS_Attrs *attrs) in NVSRAM_getAttrs()
150 int_fast16_t NVSRAM_lock(NVS_Handle handle, uint32_t timeout) in NVSRAM_lock()
163 NVS_Handle handle; in NVSRAM_open() local
226 int_fast16_t NVSRAM_read(NVS_Handle handle, size_t offset, void *buffer, in NVSRAM_read()
252 void NVSRAM_unlock(NVS_Handle handle) in NVSRAM_unlock()
260 int_fast16_t NVSRAM_write(NVS_Handle handle, size_t offset, void *buffer, in NVSRAM_write()
322 static int_fast16_t checkEraseRange(NVS_Handle handle, size_t offset, size_t size) in checkEraseRange()
353 static int_fast16_t doErase(NVS_Handle handle, size_t offset, size_t size) in doErase()