Home
last modified time | relevance | path

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

123

/ThreadX-v6.4.1/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.4.1/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.4.1/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.4.1/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.4.1/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.4.1/utility/rtos_compatibility_layers/OSEK/
Dtx_osek.c4529 void (*callback)(), UINT Startup, TickType Alarmtime, TickType Cycle ) in CreateAlarm() argument
4575 if((events == 0u) || (task == 0u) || (callback != TX_NULL)) in CreateAlarm()
4602 if((task == 0u) || (events != 0u) || (callback != TX_NULL)) in CreateAlarm()
4628 if((callback == TX_NULL) || (events != 0u) || (task != 0u)) in CreateAlarm()
4710 if(callback != TX_NULL) in CreateAlarm()
4712 this_alarm->alarm_callback = callback; in CreateAlarm()
Dos.h924 … TaskType task, void (*callback)(), UINT Startup, TickType Alarmtime, TickType Cycle);
Dthreadx_osek_readme.txt275 void (*callback)(),
/ThreadX-v6.4.1/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.4.1/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.4.1/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.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h244 TimerCallbackFunction_t callback; member
Dtx_freertos.c2271 p_timer->callback(p_timer); in txfr_timer_callback_wrapper()
2303 p_timer->callback = pxCallbackFunction; in xTimerCreate()
2346 pxTimerBuffer->callback = pxCallbackFunction; in xTimerCreateStatic()
/ThreadX-v6.4.1/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.4.1/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.4.1/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.4.1/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.4.1/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.4.1/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.4.1/ports/cortex_r4/iar/
Dreadme_threadx.txt123 … timeouts. In addition, all application timer callback

123