Home
last modified time | relevance | path

Searched refs:portIPL_TO_CODE (Results 1 – 2 of 2) sorted by relevance

/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()
Dportmacro.h86 #define portIPL_TO_CODE( iplNumber ) ( ( iplNumber >> 1 ) & 0x03ul ) macro