Searched refs:func (Results 1 – 6 of 6) sorted by relevance
/tf-m-tests-3.4.0/test/secure_fw/suites/ps/non_secure/ |
D | ns_test_helpers.c | 16 test_func_t *func; member 33 test->func(test->ret); in test_task_runner() 49 struct test_task_t test_task = { .func = test_func, .ret = ret }; in tfm_ps_run_test()
|
/tf-m-tests-3.4.0/ns_interface/os_wrapper/ |
D | thread.h | 34 os_wrapper_thread_func func, void *arg,
|
/tf-m-tests-3.4.0/app/ |
D | os_wrapper_cmsis_rtos_v2.c | 23 os_wrapper_thread_func func, void *arg, in os_wrapper_thread_new() argument 41 return (void *)osThreadNew(func, arg, &task_attribs); in os_wrapper_thread_new()
|
/tf-m-tests-3.4.0/CMSIS/RTOS2/RTX/Include/ |
D | rtx_evr.h | 417 extern void EvrRtxThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr); 419 #define EvrRtxThreadNew(func, argument, attr) argument 920 extern void EvrRtxTimerCallback (osTimerFunc_t func, void *argument); 922 #define EvrRtxTimerCallback(func, argument) argument 933 extern void EvrRtxTimerNew (osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAt… 935 #define EvrRtxTimerNew(func, type, argument, attr) argument
|
D | rtx_os.h | 144 osTimerFunc_t func; ///< Function Pointer member
|
/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/ |
D | cmsis_os2.h | 371 osThreadId_t osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr); 497 osTimerId_t osTimerNew (osTimerFunc_t func, osTimerType_t type, void *argument, const osTimerAttr_t…
|