Home
last modified time | relevance | path

Searched refs:func (Results 1 – 6 of 6) sorted by relevance

/tf-m-tests-3.4.0/test/secure_fw/suites/ps/non_secure/
Dns_test_helpers.c16 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/
Dthread.h34 os_wrapper_thread_func func, void *arg,
/tf-m-tests-3.4.0/app/
Dos_wrapper_cmsis_rtos_v2.c23 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/
Drtx_evr.h417 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
Drtx_os.h144 osTimerFunc_t func; ///< Function Pointer member
/tf-m-tests-3.4.0/CMSIS/RTOS2/Include/
Dcmsis_os2.h371 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…