Rtos API example

Embed: (wiki syntax)

« Back to documentation index

read.cpp File Reference

read.cpp File Reference

Test cases to read KVs in the CFSTORE using the drv->Read() API call. More...

Go to the source code of this file.

Functions

control_t cfstore_read_test_01_end (const size_t call_count)
control_t cfstore_read_test_02_end (const size_t call_count)

Detailed Description

Test cases to read KVs in the CFSTORE using the drv->Read() API call.

Please consult the documentation under the test-case functions for a description of the individual test case.

Definition in file read.cpp.


Function Documentation

control_t cfstore_read_test_01_end ( const size_t  call_count )
Returns:
on success returns CaseNext to continue to next test case, otherwise will assert on errors.

Definition at line 102 of file read.cpp.

control_t cfstore_read_test_02_end ( const size_t  call_count )
Returns:
on success returns CaseNext to continue to next test case, otherwise will assert on errors.

Definition at line 152 of file read.cpp.