| /ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/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.3.0/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.3.0/utility/rtos_compatibility_layers/OSEK/ |
| D | tx_osek.c | 4530 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()
|
| D | os.h | 925 … TaskType task, void (*callback)(), UINT Startup, TickType Alarmtime, TickType Cycle);
|
| D | threadx_osek_readme.txt | 275 void (*callback)(),
|
| /ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | FreeRTOS.h | 245 TimerCallbackFunction_t callback; member
|
| D | tx_freertos.c | 2261 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/ |
| D | readme_threadx.txt | 99 from within the callback of a periodic timer with a period of 100Hz. In the sample projects
|
| /ThreadX-v6.3.0/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.3.0/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.3.0/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.3.0/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.3.0/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.3.0/ports/cortex_r4/iar/ |
| D | readme_threadx.txt | 123 … timeouts. In addition, all application timer callback
|