Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/ThreadX-v6.3.0/ports_module/cortex_m23/ac6/example_build/
DARMCM23_TZ_config.txt4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En…
5 idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
6 cpu0.SECEXT=1 # (bool , init-time) default = '1' : Wh…
8 cpu0.SAU=0x8 # (int , init-time) default = '0x4' : Nu…
10 fvp_mps2.platform_type=0x0 # (int , init-time) default = '0x0' : 0:…
11 fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Di…
12 fvp_mps2.UART2.out_file="" # (string, init-time) default = '' : Ou…
13 fvp_mps2.UART2.in_file="" # (string, init-time) default = '' : In…
14 fvp_mps2.UART2.unbuffered_output=0 # (bool , init-time) default = '0' : Un…
15 fvp_mps2.UART2.in_file_escape_sequence="##" # (string, init-time) default = '##' : In…
[all …]
/ThreadX-v6.3.0/ports/cortex_m33/ac6/example_build/
DARMCM33_DSP_FP_TZ_config.txt4 cpu0.FPU=1 # (bool , init-time) default = '1' : Se…
5 cpu0.DSP=1 # (bool , init-time) default = '1' : Se…
6 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En…
7 cpu0.MPU_S=0x8 # (int , init-time) default = '0x8' : Nu…
8 cpu0.MPU_NS=0x8 # (int , init-time) default = '0x8' : Nu…
9 cpu0.ITM=0 # (bool , init-time) default = '1' : Le…
10 cpu0.IRQLVL=0x3 # (int , init-time) default = '0x3' : Nu…
11 cpu0.BIGENDINIT=0 # (bool , init-time) default = '0' : In…
12 cpu0.INITSVTOR=0x00000000 # (int , init-time) default = '0x10000000' …
13 cpu0.INITNSVTOR=0x0 # (int , init-time) default = '0x0' : No…
[all …]
/ThreadX-v6.3.0/ports_module/cortex_m33/ac6/example_build/
DARMCM33_DSP_FP_TZ_config.txt4 cpu0.FPU=1 # (bool , init-time) default = '1' : Se…
5 cpu0.DSP=1 # (bool , init-time) default = '1' : Se…
6 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En…
7 cpu0.MPU_S=0x8 # (int , init-time) default = '0x8' : Nu…
8 cpu0.MPU_NS=0x8 # (int , init-time) default = '0x8' : Nu…
9 cpu0.ITM=0 # (bool , init-time) default = '1' : Le…
10 cpu0.IRQLVL=0x3 # (int , init-time) default = '0x3' : Nu…
11 cpu0.BIGENDINIT=0 # (bool , init-time) default = '0' : In…
12 cpu0.INITSVTOR=0x00000000 # (int , init-time) default = '0x10000000' …
13 cpu0.INITNSVTOR=0x0 # (int , init-time) default = '0x0' : No…
[all …]
/ThreadX-v6.3.0/ports/cortex_m55/ac6/example_build/
DCS300_config.txt4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En…
5 #cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : d…
6 #cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : m…
7 #cpu0.min_sync_level=3 # (int , run-time ) default = '0x0' : f…
8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se…
9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se…
10 #cpu0.SAU=8 # (int , init-time) default = '0x8' : N…
11 #cpu0.SECEXT=1 # (bool , init-time) default = '1' : W…
12 #cpu0.INITSVTOR=0x10000000 # (int , init-time) default = '0x10000000'…
13 #cpu0.INITNSVTOR=0x00000000 # (int , init-time) default = '0x0' : N…
[all …]
/ThreadX-v6.3.0/ports/cortex_m23/ac6/example_build/
DARMCM23_TZ_config.txt4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En…
5 idau.NUM_IDAU_REGION=0x0 # (int , init-time) default = '0xA' :
6 cpu0.SECEXT=1 # (bool , init-time) default = '1' : Wh…
7 fvp_mps2.platform_type=0x0 # (int , init-time) default = '0x0' : 0:…
8 fvp_mps2.DISABLE_GATING=1 # (bool , init-time) default = '0' : Di…
/ThreadX-v6.3.0/ports_module/rxv2/iar/module_manager/src/
Dtx_timer_interrupt.s115 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
116 MOV.L [R1], R2 ; Pickup the current time slice
117 CMP #0, R2 ; Is a time slice active?
123 SUB #1, R2 ; Decrement the time-slice
124 MOV.L R2, [R1] ; Store time-slice
130 BNE __tx_timer_no_time_slice ; No, time-slice has not expired
135 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
137 MOV.L R2, [R1] ; Set expired time slice variable
/ThreadX-v6.3.0/ports/rxv1/iar/src/
Dtx_timer_interrupt.s117 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
118 MOV.L [R1], R2 ; Pickup the current time slice
119 CMP #0, R2 ; Is a time slice active?
125 SUB #1, R2 ; Decrement the time-slice
126 MOV.L R2, [R1] ; Store time-slice
132 BNE __tx_timer_no_time_slice ; No, time-slice has not expired
137 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
139 MOV.L R2, [R1] ; Set expired time slice variable
/ThreadX-v6.3.0/ports/rxv2/iar/src/
Dtx_timer_interrupt.s117 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
118 MOV.L [R1], R2 ; Pickup the current time slice
119 CMP #0, R2 ; Is a time slice active?
125 SUB #1, R2 ; Decrement the time-slice
126 MOV.L R2, [R1] ; Store time-slice
132 BNE __tx_timer_no_time_slice ; No, time-slice has not expired
137 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
139 MOV.L R2, [R1] ; Set expired time slice variable
/ThreadX-v6.3.0/ports/rxv3/iar/src/
Dtx_timer_interrupt.s118 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
119 MOV.L [R1], R2 ; Pickup the current time slice
120 CMP #0, R2 ; Is a time slice active?
126 SUB #1, R2 ; Decrement the time-slice
127 MOV.L R2, [R1] ; Store time-slice
133 BNE __tx_timer_no_time_slice ; No, time-slice has not expired
138 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
140 MOV.L R2, [R1] ; Set expired time slice variable
/ThreadX-v6.3.0/ports/rxv1/gnu/src/
Dtx_timer_interrupt.S118 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
119 MOV.L [R1], R2 ; Pickup the current time slice
120 CMP #0, R2 ; Is a time slice active?
126 SUB #1, R2 ; Decrement the time-slice
127 MOV.L R2, [R1] ; Store time-slice
133 BNE __tx_timer_no_time_slice ; No, time-slice has not expired
138 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
140 MOV.L R2, [R1] ; Set expired time slice variable
/ThreadX-v6.3.0/ports/rxv2/gnu/src/
Dtx_timer_interrupt.S131 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
132 MOV.L [R1], R2 ; Pickup the current time slice
133 CMP #0, R2 ; Is a time slice active?
139 SUB #1, R2 ; Decrement the time-slice
140 MOV.L R2, [R1] ; Store time-slice
146 BNE __tx_timer_no_time_slice ; No, time-slice has not expired
151 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
153 MOV.L R2, [R1] ; Set expired time slice variable
/ThreadX-v6.3.0/ports/rxv3/gnu/src/
Dtx_timer_interrupt.S130 MOV.L #__tx_timer_time_slice, R1 ; Pickup address of time slice
131 MOV.L [R1], R2 ; Pickup the current time slice
132 CMP #0, R2 ; Is a time slice active?
138 SUB #1, R2 ; Decrement the time-slice
139 MOV.L R2, [R1] ; Store time-slice
145 BNE __tx_timer_no_time_slice ; No, time-slice has not expired
150 MOV.L #__tx_timer_expired_time_slice, R1 ; Pickup address of expired time-slice
152 MOV.L R2, [R1] ; Set expired time slice variable
/ThreadX-v6.3.0/ports/cortex_a9/iar/src/
Dtx_timer_interrupt.s112 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
113 LDR r2, [r3, #0] ; Pickup time-slice
115 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
120 SUB r2, r2, #1 ; Decrement the time-slice
121 STR r2, [r3, #0] ; Store new time-slice value
134 STR r0, [r3, #0] ; Set time-slice expiration flag
195 LDR r2, [r3, #0] ; Pickup time-slice expired flag
196 CMP r2, #0 ; Did a time-slice expire?
197 BNE __tx_something_expired ; If non-zero, time-slice expired
230 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports_module/cortex_r4/iar/module_manager/src/
Dtx_timer_interrupt.s103 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
104 LDR r2, [r3, #0] ; Pickup time-slice
106 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
111 SUB r2, r2, #1 ; Decrement the time-slice
112 STR r2, [r3, #0] ; Store new time-slice value
125 STR r0, [r3, #0] ; Set time-slice expiration flag
186 LDR r2, [r3, #0] ; Pickup time-slice expired flag
187 CMP r2, #0 ; Did a time-slice expire?
188 BNE __tx_something_expired ; If non-zero, time-slice expired
221 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports_module/cortex_a7/iar/module_manager/src/
Dtx_timer_interrupt.s109 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
110 LDR r2, [r3, #0] ; Pickup time-slice
112 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
117 SUB r2, r2, #1 ; Decrement the time-slice
118 STR r2, [r3, #0] ; Store new time-slice value
131 STR r0, [r3, #0] ; Set time-slice expiration flag
192 LDR r2, [r3, #0] ; Pickup time-slice expired flag
193 CMP r2, #0 ; Did a time-slice expire?
194 BNE __tx_something_expired ; If non-zero, time-slice expired
227 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports/cortex_r4/ac5/src/
Dtx_timer_interrupt.s111 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
112 LDR r2, [r3, #0] ; Pickup time-slice
114 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
119 SUB r2, r2, #1 ; Decrement the time-slice
120 STR r2, [r3, #0] ; Store new time-slice value
133 STR r0, [r3, #0] ; Set time-slice expiration flag
194 LDR r2, [r3, #0] ; Pickup time-slice expired flag
195 CMP r2, #0 ; Did a time-slice expire?
196 BNE __tx_something_expired ; If non-zero, time-slice expired
229 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports/cortex_r4/iar/src/
Dtx_timer_interrupt.s112 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
113 LDR r2, [r3, #0] ; Pickup time-slice
115 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
120 SUB r2, r2, #1 ; Decrement the time-slice
121 STR r2, [r3, #0] ; Store new time-slice value
134 STR r0, [r3, #0] ; Set time-slice expiration flag
195 LDR r2, [r3, #0] ; Pickup time-slice expired flag
196 CMP r2, #0 ; Did a time-slice expire?
197 BNE __tx_something_expired ; If non-zero, time-slice expired
230 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports/cortex_r5/ac5/src/
Dtx_timer_interrupt.s111 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
112 LDR r2, [r3, #0] ; Pickup time-slice
114 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
119 SUB r2, r2, #1 ; Decrement the time-slice
120 STR r2, [r3, #0] ; Store new time-slice value
133 STR r0, [r3, #0] ; Set time-slice expiration flag
194 LDR r2, [r3, #0] ; Pickup time-slice expired flag
195 CMP r2, #0 ; Did a time-slice expire?
196 BNE __tx_something_expired ; If non-zero, time-slice expired
229 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports/cortex_a8/ac5/src/
Dtx_timer_interrupt.s111 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
112 LDR r2, [r3, #0] ; Pickup time-slice
114 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
119 SUB r2, r2, #1 ; Decrement the time-slice
120 STR r2, [r3, #0] ; Store new time-slice value
133 STR r0, [r3, #0] ; Set time-slice expiration flag
194 LDR r2, [r3, #0] ; Pickup time-slice expired flag
195 CMP r2, #0 ; Did a time-slice expire?
196 BNE __tx_something_expired ; If non-zero, time-slice expired
229 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports/cortex_a8/iar/src/
Dtx_timer_interrupt.s112 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
113 LDR r2, [r3, #0] ; Pickup time-slice
115 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
120 SUB r2, r2, #1 ; Decrement the time-slice
121 STR r2, [r3, #0] ; Store new time-slice value
134 STR r0, [r3, #0] ; Set time-slice expiration flag
195 LDR r2, [r3, #0] ; Pickup time-slice expired flag
196 CMP r2, #0 ; Did a time-slice expire?
197 BNE __tx_something_expired ; If non-zero, time-slice expired
230 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports/cortex_a9/ac5/src/
Dtx_timer_interrupt.s111 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
112 LDR r2, [r3, #0] ; Pickup time-slice
114 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
119 SUB r2, r2, #1 ; Decrement the time-slice
120 STR r2, [r3, #0] ; Store new time-slice value
133 STR r0, [r3, #0] ; Set time-slice expiration flag
194 LDR r2, [r3, #0] ; Pickup time-slice expired flag
195 CMP r2, #0 ; Did a time-slice expire?
196 BNE __tx_something_expired ; If non-zero, time-slice expired
229 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports/cortex_r5/iar/src/
Dtx_timer_interrupt.s112 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
113 LDR r2, [r3, #0] ; Pickup time-slice
115 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
120 SUB r2, r2, #1 ; Decrement the time-slice
121 STR r2, [r3, #0] ; Store new time-slice value
134 STR r0, [r3, #0] ; Set time-slice expiration flag
195 LDR r2, [r3, #0] ; Pickup time-slice expired flag
196 CMP r2, #0 ; Did a time-slice expire?
197 BNE __tx_something_expired ; If non-zero, time-slice expired
230 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports/cortex_a7/ac5/src/
Dtx_timer_interrupt.s111 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
112 LDR r2, [r3, #0] ; Pickup time-slice
114 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
119 SUB r2, r2, #1 ; Decrement the time-slice
120 STR r2, [r3, #0] ; Store new time-slice value
133 STR r0, [r3, #0] ; Set time-slice expiration flag
194 LDR r2, [r3, #0] ; Pickup time-slice expired flag
195 CMP r2, #0 ; Did a time-slice expire?
196 BNE __tx_something_expired ; If non-zero, time-slice expired
229 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports/cortex_a7/iar/src/
Dtx_timer_interrupt.s112 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
113 LDR r2, [r3, #0] ; Pickup time-slice
115 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
120 SUB r2, r2, #1 ; Decrement the time-slice
121 STR r2, [r3, #0] ; Store new time-slice value
134 STR r0, [r3, #0] ; Set time-slice expiration flag
195 LDR r2, [r3, #0] ; Pickup time-slice expired flag
196 CMP r2, #0 ; Did a time-slice expire?
197 BNE __tx_something_expired ; If non-zero, time-slice expired
230 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]
/ThreadX-v6.3.0/ports/cortex_a5/iar/src/
Dtx_timer_interrupt.s112 LDR r3, =_tx_timer_time_slice ; Pickup address of time-slice
113 LDR r2, [r3, #0] ; Pickup time-slice
115 BEQ __tx_timer_no_time_slice ; Yes, skip time-slice processing
120 SUB r2, r2, #1 ; Decrement the time-slice
121 STR r2, [r3, #0] ; Store new time-slice value
134 STR r0, [r3, #0] ; Set time-slice expiration flag
195 LDR r2, [r3, #0] ; Pickup time-slice expired flag
196 CMP r2, #0 ; Did a time-slice expire?
197 BNE __tx_something_expired ; If non-zero, time-slice expired
230 LDR r3, =_tx_timer_expired_time_slice ; Pickup addr of time-slice expired
[all …]

12345678910>>...17