Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
Dport.c74 #define portMMCR_JTVIC_GIRQ24_PRIA *((volatile uint32_t *)(0xBFFFC400ul)) macro
268 portMMCR_JTVIC_GIRQ24_PRIA &= ~(0xF0ul); in xPortStartScheduler()
269 portMMCR_JTVIC_GIRQ24_PRIA |= ( portIPL_TO_CODE( configKERNEL_INTERRUPT_PRIORITY ) << 4 ); in xPortStartScheduler()