Searched refs:setIntPriority (Results 1 – 25 of 30) sorted by relevance
12
| /ThreadX-v6.3.0/ports/cortex_a5x/ac6/example_build/sample_threadx/ |
| D | hw_setup.c | 34 setIntPriority(29, 0); in hw_setup() 39 setIntPriority(30, 0); in hw_setup()
|
| D | gic400_gic.h | 68 void setIntPriority(unsigned int ID, unsigned int priority);
|
| D | gic400_gic.c | 119 void setIntPriority(unsigned int ID, unsigned int priority) in setIntPriority() function
|
| /ThreadX-v6.3.0/ports_smp/cortex_a7_smp/ac5/example_build/sample_threadx/ |
| D | MP_GIC.h | 40 void setIntPriority(unsigned int ID, unsigned int priority);
|
| D | MP_GIC.s | 23 ; setIntPriority(X, 0) <-- Set the priority of X to 0 (the max priority)
|
| /ThreadX-v6.3.0/ports/cortex_a8/gnu/example_build/ |
| D | MP_GIC.h | 40 void setIntPriority(unsigned int ID, unsigned int priority);
|
| D | MP_GIC.s | 119 .global setIntPriority 120 .type setIntPriority,function 125 setIntPriority: label
|
| D | tx_initialize_low_level.S | 195 BL setIntPriority
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5_smp/ac5/example_build/sample_threadx/ |
| D | MP_GIC.h | 40 void setIntPriority(unsigned int ID, unsigned int priority);
|
| D | MP_GIC.s | 23 ; setIntPriority(X, 0) <-- Set the priority of X to 0 (the max priority)
|
| /ThreadX-v6.3.0/ports/cortex_a7/gnu/example_build/ |
| D | MP_GIC.h | 40 void setIntPriority(unsigned int ID, unsigned int priority);
|
| D | MP_GIC.s | 119 .global setIntPriority 120 .type setIntPriority,function 125 setIntPriority: label
|
| D | tx_initialize_low_level.S | 195 BL setIntPriority
|
| /ThreadX-v6.3.0/ports_smp/cortex_a7_smp/gnu/example_build/ |
| D | MP_GIC.h | 63 void setIntPriority(unsigned int ID, unsigned int priority);
|
| D | MP_GIC.S | 18 @ ; setIntPriority(X, 0) <-- Set the priority of X to 0 (the max priority)
|
| /ThreadX-v6.3.0/ports/cortex_a9/gnu/example_build/ |
| D | MP_GIC.h | 66 void setIntPriority(unsigned int ID, unsigned int priority);
|
| D | tx_initialize_low_level.S | 199 BL setIntPriority 216 BL setIntPriority
|
| D | MP_GIC.S | 136 .global setIntPriority 141 .type setIntPriority, "function" 143 setIntPriority: label
|
| /ThreadX-v6.3.0/ports_smp/cortex_a9_smp/gnu/example_build/ |
| D | MP_GIC.h | 66 void setIntPriority(unsigned int ID, unsigned int priority);
|
| D | MP_GIC.S | 136 .global setIntPriority 141 .type setIntPriority, "function" 143 setIntPriority: label
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5_smp/gnu/example_build/ |
| D | MP_GIC.h | 66 void setIntPriority(unsigned int ID, unsigned int priority);
|
| D | MP_GIC.S | 136 .global setIntPriority 141 .type setIntPriority, "function" 143 setIntPriority: label
|
| /ThreadX-v6.3.0/ports/cortex_a5/gnu/example_build/ |
| D | MP_GIC.h | 66 void setIntPriority(unsigned int ID, unsigned int priority);
|
| D | MP_GIC.S | 136 .global setIntPriority 141 .type setIntPriority, "function" 143 setIntPriority: label
|
| D | tx_initialize_low_level.S | 199 BL setIntPriority
|
12