TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
platform_tests_common.h File Reference
#include "test_framework.h"
Include dependency graph for platform_tests_common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INVALID_REQUEST   0xffffffff
 

Functions

void tfm_platform_test_common_001 (struct test_result_t *ret)
 Call the platform service with an invalid request. More...
 

Macro Definition Documentation

#define INVALID_REQUEST   0xffffffff

Definition at line 17 of file platform_tests_common.h.

Function Documentation

void tfm_platform_test_common_001 ( struct test_result_t ret)

Call the platform service with an invalid request.

Parameters
[out]retTest results

Definition at line 14 of file platform_tests_common.c.

Here is the call graph for this function: