Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/MPLAB/PIC32MEC14xx/
HDport.c64 #define portGIRQ23_RTOS_TIMER_MASK ( 1ul << ( portGIRQ23_RTOS_TIMER_BITPOS ) ) macro
91 … #define configCLEAR_TICK_TIMER_INTERRUPT() portMMCR_JTVIC_GIRQ23_SRC = portGIRQ23_RTOS_TIMER_MASK
233 portMMCR_JTVIC_GIRQ23_SRC = ( portGIRQ23_RTOS_TIMER_MASK ); in vApplicationSetupTickTimerInterrupt()
236 portMMCR_JTVIC_GIRQ23_SETEN = ( portGIRQ23_RTOS_TIMER_MASK ); in vApplicationSetupTickTimerInterrupt()