Home
last modified time | relevance | path

Searched refs:configKERNEL_INTERRUPT_PRIORITY (Results 1 – 25 of 41) sorted by relevance

12

/Kernel-v11.1.0/portable/MPLAB/PIC24_dsPIC/
Dport.c50 #ifndef configKERNEL_INTERRUPT_PRIORITY
51 #define configKERNEL_INTERRUPT_PRIORITY 1 macro
66 #if configKERNEL_INTERRUPT_PRIORITY != 1
67configKERNEL_INTERRUPT_PRIORITY is not 1 then the #32 in the following macros needs changing to eq…
289 IPC0bits.T1IP = configKERNEL_INTERRUPT_PRIORITY; in vApplicationSetupTickTimerInterrupt()
Dportmacro.h84 #define portDISABLE_INTERRUPTS() SET_CPU_IPL( configKERNEL_INTERRUPT_PRIORITY ); __asm volatile …
/Kernel-v11.1.0/portable/GCC/RX600/
Dport.c65 …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/
Dport.c64 …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/
Dport.c64 …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/
Dportmacro.h74 #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/
Dportmacro.h80 #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/
Dport.c289 _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/
Dport.c157 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler()
183 __set_interrupt_level( configKERNEL_INTERRUPT_PRIORITY ); in vTickISR()
/Kernel-v11.1.0/portable/IAR/RXv2/
Dport.c165 _IPR( _ICU_SWINT ) = configKERNEL_INTERRUPT_PRIORITY; in xPortStartScheduler()
191 __set_interrupt_level( configKERNEL_INTERRUPT_PRIORITY ); in vTickISR()
/Kernel-v11.1.0/portable/Renesas/RX200/
Dport.c176 _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/
Dport.c80 …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/
Dport.c80 …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/
Dport.c175 _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/
Dport.c187 _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/
Dport.c251 _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/
Dport.c235 _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()
Dport_asm.s130 MVTIPL #configKERNEL_INTERRUPT_PRIORITY
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dport.c223 IPC1bits.T1IP = configKERNEL_INTERRUPT_PRIORITY; in vApplicationSetupTickTimerInterrupt()
261 IPC0SET = ( configKERNEL_INTERRUPT_PRIORITY << _IPC0_CS0IP_POSITION ); in xPortStartScheduler()
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
Dport.c235 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/
Dport.c240 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/
Dport.c305 _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/
DFreeRTOSConfig.h84 #define configKERNEL_INTERRUPT_PRIORITY 0U macro
/Kernel-v11.1.0/portable/GCC/TriCore_1782/
Dport.c273 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/
DFreeRTOSConfig.h311 #define configKERNEL_INTERRUPT_PRIORITY 0 macro

12