Home
last modified time | relevance | path

Searched refs:priority (Results 376 – 400 of 488) sorted by relevance

1...<<11121314151617181920

/ThreadX-v6.4.1/ports/cortex_m7/ghs/example_build/
Dtx_initialize_low_level.arm122 ; Note: SVC must be lowest priority, which is 0xFF
126 ; Note: PnSV must be lowest priority, which is 0xFF
/ThreadX-v6.4.1/ports/rxv1/ccrx/src/
Dtx_thread_schedule.src184 ; The priority of this interrupt is set to the lowest priority within
Dtx_initialize_low_level.src89 ; /* Set priority of SWINT to 1. */
/ThreadX-v6.4.1/ports/rxv2/ccrx/src/
Dtx_thread_schedule.src191 ; The priority of this interrupt is set to the lowest priority within
Dtx_initialize_low_level.src89 ; /* Set priority of SWINT to 1. */
/ThreadX-v6.4.1/ports/cortex_m4/ghs/example_build/
Dtx_initialize_low_level.arm122 ; Note: SVC must be lowest priority, which is 0xFF
126 ; Note: PnSV must be lowest priority, which is 0xFF
/ThreadX-v6.4.1/ports_arch/ARMv7-M/threadx/ghs/example_build/
Dtx_initialize_low_level.arm122 ; Note: SVC must be lowest priority, which is 0xFF
126 ; Note: PnSV must be lowest priority, which is 0xFF
/ThreadX-v6.4.1/ports/rxv1/iar/src/
Dtx_thread_context_restore.s185 MVTC #0, PSW ; Reset interrupt priority level to 0
/ThreadX-v6.4.1/ports/rxv3/ccrx/src/
Dtx_initialize_low_level.src89 ; /* Set priority of SWINT to 1. */
Dtx_thread_schedule.src201 ; The priority of this interrupt is set to the lowest priority within
/ThreadX-v6.4.1/ports/arc_em/metaware/
Dreadme_threadx.txt167 should be higher priority than all ThreadX-managed ISRs.
178 timer 0, which generates low priority interrupts on interrupt vector 16.
179 It is easy to change the timer interrupt source and priority by changing the
218 tx_thread_schedule.s fixed interrupt priority overwritting bug,
/ThreadX-v6.4.1/ports/arc_hs/metaware/
Dreadme_threadx.txt172 should be higher priority than all ThreadX-managed ISRs.
181 must have priority 0 and the application must call the following ThreadX API
216 timer 0, which generates low priority interrupts on interrupt vector 16.
217 It is easy to change the timer interrupt source and priority by changing the
/ThreadX-v6.4.1/ports/rxv1/gnu/src/
Dtx_thread_context_restore.S198 MVTC #0, PSW ; Reset interrupt priority level to 0
/ThreadX-v6.4.1/ports/rxv2/gnu/src/
Dtx_thread_context_restore.S205 MVTC #0, PSW ; Reset interrupt priority level to 0
/ThreadX-v6.4.1/ports/rxv2/iar/src/
Dtx_thread_context_restore.s203 MVTC #0, PSW ; Reset interrupt priority level to 0
/ThreadX-v6.4.1/ports_module/rxv2/iar/module_manager/src/
Dtx_thread_context_restore.s199 MVTC #0, PSW ; Reset interrupt priority level to 0
/ThreadX-v6.4.1/ports/rxv3/gnu/src/
Dtx_thread_context_restore.S215 MVTC #0, PSW ; Reset interrupt priority level to 0
/ThreadX-v6.4.1/ports/rxv3/iar/src/
Dtx_thread_context_restore.s213 MVTC #0, PSW ; Reset interrupt priority level to 0
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c607 UINT priority; in uxTaskPriorityGet() local
616 ret = tx_thread_info_get(p_thread, NULL, NULL, NULL, &priority, NULL, NULL, NULL, NULL); in uxTaskPriorityGet()
622 priority = txfr_prio_tx_to_fr(priority); in uxTaskPriorityGet()
624 return priority; in uxTaskPriorityGet()
638 UINT priority; in vTaskPrioritySet() local
650 priority = uxNewPriority; in vTaskPrioritySet()
651 priority = txfr_prio_fr_to_tx(priority); in vTaskPrioritySet()
653 ret = tx_thread_priority_change(p_thread, priority, &old_priority); in vTaskPrioritySet()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/
Dthreadx_osek_readme.txt117 Minimum OSEK task priority: 0
118 Maximum OSEK task priority: 23
196 UINT priority,
/ThreadX-v6.4.1/ports/linux/gnu/
Dreadme_threadx.txt57 itself is a Linux pthread. The ThreadX scheduler is the highest priority
107 /* Set up the ISR priority */
/ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/
Dreadme_threadx.txt173 should be higher priority than all ThreadX-managed ISRs.
184 timer 0, which generates low priority interrupts on interrupt vector 16.
185 It is easy to change the timer interrupt source and priority by changing the
/ThreadX-v6.4.1/ports/cortex_m33/ac6/example_build/
DARMCM33_DSP_FP_TZ_config.txt10 … # (int , init-time) default = '0x3' : Number of bits of interrupt priority : [0x3..0x8]
/ThreadX-v6.4.1/ports_module/cortex_m33/ac6/example_build/
DARMCM33_DSP_FP_TZ_config.txt10 … # (int , init-time) default = '0x3' : Number of bits of interrupt priority : [0x3..0x8]
/ThreadX-v6.4.1/ports/cortex_r5/iar/
Dreadme_threadx.txt106 TX_MAX_PRIORITIES Defines the priority levels for ThreadX.
109 by 32. Increasing the number of priority levels
113 default, this value is set to 32 priority levels.
127 TX_TIMER_THREAD_PRIORITY Defines the priority of the internal ThreadX timer
128 … thread. The default value is priority 0 - the highest
129 priority in ThreadX. The default value is defined

1...<<11121314151617181920