/Kernel-v11.1.0/portable/MPLAB/PIC24_dsPIC/ |
D | port.c | 50 #ifndef configKERNEL_INTERRUPT_PRIORITY 51 #define configKERNEL_INTERRUPT_PRIORITY 1 macro 66 #if configKERNEL_INTERRUPT_PRIORITY != 1 67 …configKERNEL_INTERRUPT_PRIORITY is not 1 then the #32 in the following macros needs changing to eq… 289 IPC0bits.T1IP = configKERNEL_INTERRUPT_PRIORITY; in vApplicationSetupTickTimerInterrupt()
|
D | portmacro.h | 84 #define portDISABLE_INTERRUPTS() SET_CPU_IPL( configKERNEL_INTERRUPT_PRIORITY ); __asm volatile …
|
/Kernel-v11.1.0/portable/GCC/RX600/ |
D | port.c | 65 …S_FROM_KERNEL_ISR() __asm volatile ( "MVTIPL %0" ::"i" ( configKERNEL_INTERRUPT_PRIORITY ) ) 199 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 346 ::"i" ( configMAX_SYSCALL_INTERRUPT_PRIORITY ), "i" ( configKERNEL_INTERRUPT_PRIORITY ) in vSoftwareInterruptISR()
|
/Kernel-v11.1.0/portable/GCC/RX200/ |
D | port.c | 64 …TS_FROM_KERNEL_ISR() __asm volatile ( "MVTIPL %0" ::"i" ( configKERNEL_INTERRUPT_PRIORITY ) ) 207 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 395 ::"i" ( configMAX_SYSCALL_INTERRUPT_PRIORITY ), "i" ( configKERNEL_INTERRUPT_PRIORITY ) in vSoftwareInterruptISR()
|
/Kernel-v11.1.0/portable/GCC/RX600v2/ |
D | port.c | 64 …TS_FROM_KERNEL_ISR() __asm volatile ( "MVTIPL %0" ::"i" ( configKERNEL_INTERRUPT_PRIORITY ) ) 201 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 389 ::"i" ( configMAX_SYSCALL_INTERRUPT_PRIORITY ), "i" ( configKERNEL_INTERRUPT_PRIORITY ) in vSoftwareInterruptISR()
|
/Kernel-v11.1.0/portable/Softune/MB91460/ |
D | portmacro.h | 74 #if configKERNEL_INTERRUPT_PRIORITY != 30 75 …#error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in t…
|
/Kernel-v11.1.0/portable/Softune/MB96340/ |
D | portmacro.h | 80 #if configKERNEL_INTERRUPT_PRIORITY != 6 81 …#error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in t…
|
/Kernel-v11.1.0/portable/IAR/RX700v3_DPFPU/ |
D | port.c | 289 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 543 …NO_PARSE( ::) "i" ( configMAX_SYSCALL_INTERRUPT_PRIORITY ), "i" ( configKERNEL_INTERRUPT_PRIORITY ) in vSoftwareInterruptISR() 563 __set_interrupt_level( configKERNEL_INTERRUPT_PRIORITY ); in vTickISR()
|
/Kernel-v11.1.0/portable/IAR/RX600/ |
D | port.c | 157 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 183 __set_interrupt_level( configKERNEL_INTERRUPT_PRIORITY ); in vTickISR()
|
/Kernel-v11.1.0/portable/IAR/RXv2/ |
D | port.c | 165 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 191 __set_interrupt_level( configKERNEL_INTERRUPT_PRIORITY ); in vTickISR()
|
/Kernel-v11.1.0/portable/Renesas/RX200/ |
D | port.c | 176 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 229 set_ipl( configKERNEL_INTERRUPT_PRIORITY ); in vTickISR() 292 MVTIPL #configKERNEL_INTERRUPT_PRIORITY in prvYieldHandler()
|
/Kernel-v11.1.0/portable/GCC/RX100/ |
D | port.c | 80 …S_FROM_KERNEL_ISR() __asm volatile ( "MVTIPL %0" ::"i" ( configKERNEL_INTERRUPT_PRIORITY ) ) 273 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 420 ::"i" ( configMAX_SYSCALL_INTERRUPT_PRIORITY ), "i" ( configKERNEL_INTERRUPT_PRIORITY ) in vPortSoftwareInterruptISR() 528 _IPR( _CMT0_CMI0 ) = configKERNEL_INTERRUPT_PRIORITY; in prvSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/GCC/RX700v3_DPFPU/ |
D | port.c | 80 …RUPTS_FROM_KERNEL_ISR() __asm volatile ( "MVTIPL %0" ::"i" ( configKERNEL_INTERRUPT_PRIORITY ) ) 315 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 565 ::"i" ( configMAX_SYSCALL_INTERRUPT_PRIORITY ), "i" ( configKERNEL_INTERRUPT_PRIORITY ) in vSoftwareInterruptISR()
|
/Kernel-v11.1.0/portable/Renesas/RX600/ |
D | port.c | 175 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 230 set_ipl( configKERNEL_INTERRUPT_PRIORITY ); in vTickISR() 295 MVTIPL #configKERNEL_INTERRUPT_PRIORITY in prvYieldHandler()
|
/Kernel-v11.1.0/portable/Renesas/RX600v2/ |
D | port.c | 187 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 250 set_ipl( configKERNEL_INTERRUPT_PRIORITY ); in vTickISR() 322 MVTIPL #configKERNEL_INTERRUPT_PRIORITY in prvYieldHandler()
|
/Kernel-v11.1.0/portable/Renesas/RX100/ |
D | port.c | 251 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 312 set_ipl( configKERNEL_INTERRUPT_PRIORITY ); in prvTickISR() 387 MVTIPL #configKERNEL_INTERRUPT_PRIORITY in prvYieldHandler() 464 _IPR( _CMT0_CMI0 ) = configKERNEL_INTERRUPT_PRIORITY; in prvSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/IAR/RX100/ |
D | port.c | 235 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 269 __set_interrupt_level( configKERNEL_INTERRUPT_PRIORITY ); in prvTickISR() 337 _IPR( _CMT0_CMI0 ) = configKERNEL_INTERRUPT_PRIORITY; in prvSetupTimerInterrupt()
|
D | port_asm.s | 130 MVTIPL #configKERNEL_INTERRUPT_PRIORITY
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/ |
D | port.c | 223 IPC1bits.T1IP = configKERNEL_INTERRUPT_PRIORITY; in vApplicationSetupTickTimerInterrupt() 261 IPC0SET = ( configKERNEL_INTERRUPT_PRIORITY << _IPC0_CS0IP_POSITION ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/ |
D | port.c | 235 portMMCR_JTVIC_GIRQ23_PRIA |= ( ( portIPL_TO_CODE( configKERNEL_INTERRUPT_PRIORITY ) ) << 16 ); in vApplicationSetupTickTimerInterrupt() 269 portMMCR_JTVIC_GIRQ24_PRIA |= ( portIPL_TO_CODE( configKERNEL_INTERRUPT_PRIORITY ) << 4 ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/ |
D | port.c | 240 IPC1bits.T1IP = configKERNEL_INTERRUPT_PRIORITY; in vApplicationSetupTickTimerInterrupt() 278 IPC0SET = ( configKERNEL_INTERRUPT_PRIORITY << _IPC0_CS0IP_POSITION ); in xPortStartScheduler()
|
/Kernel-v11.1.0/portable/Renesas/RX700v3_DPFPU/ |
D | port.c | 305 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler() 506 MVTIPL # configKERNEL_INTERRUPT_PRIORITY in prvYieldHandler() 589 set_ipl( configKERNEL_INTERRUPT_PRIORITY ); in vTickISR()
|
/Kernel-v11.1.0/examples/coverity/ |
D | FreeRTOSConfig.h | 84 #define configKERNEL_INTERRUPT_PRIORITY 0U macro
|
/Kernel-v11.1.0/portable/GCC/TriCore_1782/ |
D | port.c | 273 if( 0 != _install_int_handler( configKERNEL_INTERRUPT_PRIORITY, prvSystemTickHandler, 0 ) ) in prvSetupTimerInterrupt() 276 STM_SRC0.reg = ( configKERNEL_INTERRUPT_PRIORITY | 0x00005000UL ); in prvSetupTimerInterrupt()
|
/Kernel-v11.1.0/examples/template_configuration/ |
D | FreeRTOSConfig.h | 311 #define configKERNEL_INTERRUPT_PRIORITY 0 macro
|