![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "ns_test_helpers.h"
#include "os_wrapper/thread.h"
#include "os_wrapper/semaphore.h"
#include "tfm_nspm_api.h"
Go to the source code of this file.
Data Structures | |
struct | test_task_t |
Macros | |
#define | PS_TEST_TASK_STACK_SIZE (768) |
Functions | |
void | tfm_ps_run_test (const char *thread_name, struct test_result_t *ret, test_func_t *test_func) |
Executes the given test function from the specified thread context. More... | |
#define PS_TEST_TASK_STACK_SIZE (768) |
Definition at line 15 of file ns_test_helpers.c.
void tfm_ps_run_test | ( | const char * | thread_name, |
struct test_result_t * | ret, | ||
test_func_t * | test_func | ||
) |
Executes the given test function from the specified thread context.
[in] | thread_name | Name of the thread to be created for test |
[out] | ret | Result of the test |
[in] | test_func | Test function to be run in the new thread |
Definition at line 48 of file ns_test_helpers.c.