|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
Functions | |
| void | reset_mocks (void) |
| void | preface (void) |
| uint32_t | foo1 (uint32_t arg1, uint32_t arg2, uint32_t arg3, uint32_t arg4) |
| void | postface (void) |
| uint32_t | wrap_foo1 (uint32_t arg1, uint32_t arg2, uint32_t arg3, uint32_t arg4) |
| void | test_tz_wrap_func (void) |
| ZTEST_SUITE (tz_wrap_func, NULL, NULL, NULL, NULL, NULL) | |
Variables | |
| static bool | expect_preface |
| static bool | expect_postface |
| static bool | expect_foo1 |
| static bool | preface_called |
| static bool | postface_called |
| static bool | foo1_called |
| static uint32_t | foo1_retval |
| static uint32_t | foo1_arg1 |
| static uint32_t | foo1_arg2 |
| static uint32_t | foo1_arg3 |
| static uint32_t | foo1_arg4 |
| void postface | ( | void | ) |
| void preface | ( | void | ) |
| void reset_mocks | ( | void | ) |
| void test_tz_wrap_func | ( | void | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |