Home
last modified time | relevance | path

Searched refs:pucFirstUserPriorityRegister (Results 1 – 19 of 19) sorted by relevance

/Kernel-v10.6.2/portable/IAR/ARM_CM3/
Dport.c215 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( portNVIC_IP… in xPortStartScheduler() local
224 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
228 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
231 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
291 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/CCS/ARM_CM3/
Dport.c223 …volatile uint8_t * const pucFirstUserPriorityRegister = ( uint8_t * ) ( portNVIC_IP_REGISTERS_OFFS… in xPortStartScheduler() local
232 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
236 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
239 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
299 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/IAR/ARM_CM4F/
Dport.c253 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( portNVIC_IP… in xPortStartScheduler() local
262 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
266 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
269 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
329 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/IAR/ARM_CM7/r0p1/
Dport.c241 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( portNVIC_IP… in xPortStartScheduler() local
250 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
254 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
257 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
317 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/GCC/ARM_CM3/
Dport.c266 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( portNVIC_IP… in xPortStartScheduler() local
275 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
279 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
282 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
342 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/CCS/ARM_CM4F/
Dport.c242 …volatile uint8_t * const pucFirstUserPriorityRegister = ( uint8_t * ) ( portNVIC_IP_REGISTERS_OFFS… in xPortStartScheduler() local
251 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
255 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
258 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
318 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/GCC/ARM_CM7/r0p1/
Dport.c297 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( portNVIC_IP… in xPortStartScheduler() local
306 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
310 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
313 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
373 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/GCC/ARM_CA53_64_BIT/
Dport.c274 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( configINTER… in xPortStartScheduler() local
280 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
284 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
287 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
303 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/GCC/ARM_CM4F/
Dport.c309 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( portNVIC_IP… in xPortStartScheduler() local
318 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
322 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
325 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
385 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/GCC/ARM_CA9/
Dport.c333 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( configINTER… in xPortStartScheduler() local
339 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
343 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
346 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
360 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/RVDS/ARM_CM3/
Dport.c268 …volatile uint8_t * const pucFirstUserPriorityRegister = ( uint8_t * ) ( portNVIC_IP_REGISTERS_OFFS… in xPortStartScheduler() local
277 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
281 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
284 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
344 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/GCC/ARM_CR5/
Dport.c415 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( configINTER… in xPortStartScheduler() local
422 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
428 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
431 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
460 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/MikroC/ARM_CM4F/
Dport.c303 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( portNVIC_IP… in xPortStartScheduler() local
312 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
316 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
319 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
379 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/RVDS/ARM_CM4F/
Dport.c334 …volatile uint8_t * const pucFirstUserPriorityRegister = ( uint8_t * ) ( portNVIC_IP_REGISTERS_OFFS… in xPortStartScheduler() local
343 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
347 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
350 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
410 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/RVDS/ARM_CM7/r0p1/
Dport.c318 …volatile uint8_t * const pucFirstUserPriorityRegister = ( uint8_t * ) ( portNVIC_IP_REGISTERS_OFFS… in xPortStartScheduler() local
327 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
331 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
334 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
394 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/GCC/ARM_CM3_MPU/
Dport.c740 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( portNVIC_IP… in xPortStartScheduler() local
749 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
753 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
756 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
816 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/
Dport.c827 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( portNVIC_IP… in xPortStartScheduler() local
836 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
840 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
843 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
903 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/IAR/ARM_CM4F_MPU/
Dport.c705 …volatile uint8_t * const pucFirstUserPriorityRegister = ( volatile uint8_t * const ) ( portNVIC_IP… in xPortStartScheduler() local
714 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
718 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
721 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
781 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()
/Kernel-v10.6.2/portable/RVDS/ARM_CM4_MPU/
Dport.c821 …volatile uint8_t * const pucFirstUserPriorityRegister = ( uint8_t * ) ( portNVIC_IP_REGISTERS_OFFS… in xPortStartScheduler() local
830 ucOriginalPriority = *pucFirstUserPriorityRegister; in xPortStartScheduler()
834 *pucFirstUserPriorityRegister = portMAX_8_BIT_VALUE; in xPortStartScheduler()
837 ucMaxPriorityValue = *pucFirstUserPriorityRegister; in xPortStartScheduler()
897 *pucFirstUserPriorityRegister = ucOriginalPriority; in xPortStartScheduler()