Sample SPI drivers for a number of the Adesto Technologies flash devices.
Functions
test.h File Reference

Detailed Description

Test layer declarations exist here.

Definition in file test.h.

#include "cmd_defs.h"

Go to the source code of this file.

Functions

uint32_t test ()
 A user defined test function. Calls to the Adesto Layer and any test sequences can be written here. More...
 
uint32_t defaultTest ()
 The default test function can be called by the user to perform the default test prepared for each device. The default tests are declared and defined in the test layer (test.h test.c). More...
 

Function Documentation

◆ defaultTest()

uint32_t defaultTest ( )

The default test function can be called by the user to perform the default test prepared for each device. The default tests are declared and defined in the test layer (test.h test.c).

Return values
uint32_tThe number of errors in a given test.

◆ test()

uint32_t test ( )

A user defined test function. Calls to the Adesto Layer and any test sequences can be written here.

Return values
uint32_tThe number of errors in a given test.