Home
last modified time | relevance | path

Searched refs:callback (Results 1 – 25 of 57) sorted by relevance

123

/ThreadX-v6.3.0/ports/cortex_m23/ac6/example_build/demo_secure_zone/
Dinterface.c39 int func2(funcptr callback, int x) __attribute__((cmse_nonsecure_entry)) { in func2() argument
44 callback_NS = (funcptr_NS)cmse_nsfptr_create(callback); in func2()
Dinterface.h31 extern int func2(funcptr callback, int x);
/ThreadX-v6.3.0/ports/cortex_m33/ac6/example_build/demo_secure_zone/
Dinterface.c39 int func2(funcptr callback, int x) __attribute__((cmse_nonsecure_entry)) { in func2() argument
44 callback_NS = (funcptr_NS)cmse_nsfptr_create(callback); in func2()
Dinterface.h31 extern int func2(funcptr callback, int x);
/ThreadX-v6.3.0/ports_module/cortex_m23/ac6/example_build/demo_secure_zone/
Dinterface.c39 int func2(funcptr callback, int x) __attribute__((cmse_nonsecure_entry)) { in func2() argument
44 callback_NS = (funcptr_NS)cmse_nsfptr_create(callback); in func2()
Dinterface.h31 extern int func2(funcptr callback, int x);
/ThreadX-v6.3.0/ports/cortex_m55/ac6/example_build/demo_secure_zone/
Dinterface.c39 int func2(funcptr callback, int x) __attribute__((cmse_nonsecure_entry)) { in func2() argument
44 callback_NS = (funcptr_NS)cmse_nsfptr_create(callback); in func2()
Dinterface.h31 extern int func2(funcptr callback, int x);
/ThreadX-v6.3.0/ports_module/cortex_m33/ac6/example_build/demo_secure_zone/
Dinterface.c39 int func2(funcptr callback, int x) __attribute__((cmse_nonsecure_entry)) { in func2() argument
44 callback_NS = (funcptr_NS)cmse_nsfptr_create(callback); in func2()
Dinterface.h31 extern int func2(funcptr callback, int x);
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c4530 void (*callback)(), UINT Startup, TickType Alarmtime, TickType Cycle ) in CreateAlarm() argument
4576 if((events == 0u) || (task == 0u) || (callback != TX_NULL)) in CreateAlarm()
4603 if((task == 0u) || (events != 0u) || (callback != TX_NULL)) in CreateAlarm()
4629 if((callback == TX_NULL) || (events != 0u) || (task != 0u)) in CreateAlarm()
4711 if(callback != TX_NULL) in CreateAlarm()
4713 this_alarm->alarm_callback = callback; in CreateAlarm()
Dos.h925 … TaskType task, void (*callback)(), UINT Startup, TickType Alarmtime, TickType Cycle);
Dthreadx_osek_readme.txt275 void (*callback)(),
/ThreadX-v6.3.0/ports/rxv1/gnu/
Dreadme_threadx.txt99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.3.0/ports/rxv1/iar/
Dreadme_threadx.txt96 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.3.0/ports/rxv2/iar/
Dreadme_threadx.txt99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h245 TimerCallbackFunction_t callback; member
Dtx_freertos.c2261 p_timer->callback(p_timer); in txfr_timer_callback_wrapper()
2293 p_timer->callback = pxCallbackFunction; in xTimerCreate()
2336 pxTimerBuffer->callback = pxCallbackFunction; in xTimerCreateStatic()
/ThreadX-v6.3.0/ports/rxv1/ccrx/
Dreadme_threadx.txt99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.3.0/ports/rxv2/ccrx/
Dreadme_threadx.txt102 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.3.0/ports/rxv2/gnu/
Dreadme_threadx.txt102 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.3.0/ports/rxv3/gnu/
Dreadme_threadx.txt156 from within the callback of a periodic timer with a period of 100Hz. In the sample projects,
/ThreadX-v6.3.0/ports/rxv3/iar/
Dreadme_threadx.txt156 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.3.0/ports/rxv3/ccrx/
Dreadme_threadx.txt158 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
/ThreadX-v6.3.0/ports/cortex_r4/iar/
Dreadme_threadx.txt123 … timeouts. In addition, all application timer callback

123