/ThreadX-v6.4.1/ports_module/cortex_m23/ac6/example_build/demo_secure_zone/ |
D | interface.c | 39 int func2(funcptr callback, int x) __attribute__((cmse_nonsecure_entry)) { in func2() argument 44 callback_NS = (funcptr_NS)cmse_nsfptr_create(callback); in func2()
|
D | interface.h | 31 extern int func2(funcptr callback, int x);
|
/ThreadX-v6.4.1/ports_module/cortex_m33/ac6/example_build/demo_secure_zone/ |
D | interface.c | 39 int func2(funcptr callback, int x) __attribute__((cmse_nonsecure_entry)) { in func2() argument 44 callback_NS = (funcptr_NS)cmse_nsfptr_create(callback); in func2()
|
D | interface.h | 31 extern int func2(funcptr callback, int x);
|
/ThreadX-v6.4.1/ports/cortex_m23/ac6/example_build/demo_secure_zone/ |
D | interface.c | 39 int func2(funcptr callback, int x) __attribute__((cmse_nonsecure_entry)) { in func2() argument 44 callback_NS = (funcptr_NS)cmse_nsfptr_create(callback); in func2()
|
D | interface.h | 31 extern int func2(funcptr callback, int x);
|
/ThreadX-v6.4.1/ports/cortex_m33/ac6/example_build/demo_secure_zone/ |
D | interface.c | 39 int func2(funcptr callback, int x) __attribute__((cmse_nonsecure_entry)) { in func2() argument 44 callback_NS = (funcptr_NS)cmse_nsfptr_create(callback); in func2()
|
D | interface.h | 31 extern int func2(funcptr callback, int x);
|
/ThreadX-v6.4.1/ports/cortex_m55/ac6/example_build/demo_secure_zone/ |
D | interface.c | 39 int func2(funcptr callback, int x) __attribute__((cmse_nonsecure_entry)) { in func2() argument 44 callback_NS = (funcptr_NS)cmse_nsfptr_create(callback); in func2()
|
D | interface.h | 31 extern int func2(funcptr callback, int x);
|
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/ |
D | tx_osek.c | 4529 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()
|
D | os.h | 924 … TaskType task, void (*callback)(), UINT Startup, TickType Alarmtime, TickType Cycle);
|
D | threadx_osek_readme.txt | 275 void (*callback)(),
|
/ThreadX-v6.4.1/ports/rxv1/gnu/ |
D | readme_threadx.txt | 99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
/ThreadX-v6.4.1/ports/rxv1/iar/ |
D | readme_threadx.txt | 96 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
/ThreadX-v6.4.1/ports/rxv2/iar/ |
D | readme_threadx.txt | 99 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/ |
D | FreeRTOS.h | 244 TimerCallbackFunction_t callback; member
|
D | tx_freertos.c | 2271 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/ |
D | readme_threadx.txt | 99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
/ThreadX-v6.4.1/ports/rxv2/ccrx/ |
D | readme_threadx.txt | 102 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
/ThreadX-v6.4.1/ports/rxv2/gnu/ |
D | readme_threadx.txt | 102 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
/ThreadX-v6.4.1/ports/rxv3/gnu/ |
D | readme_threadx.txt | 156 from within the callback of a periodic timer with a period of 100Hz. In the sample projects,
|
/ThreadX-v6.4.1/ports/rxv3/iar/ |
D | readme_threadx.txt | 156 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
/ThreadX-v6.4.1/ports/rxv3/ccrx/ |
D | readme_threadx.txt | 158 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/ |
D | readme_threadx.txt | 123 … timeouts. In addition, all application timer callback
|