Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dport.c76 #define configCLEAR_TICK_TIMER_INTERRUPT() IFS0CLR = _IFS0_T1IF_MASK macro
78 #ifndef configCLEAR_TICK_TIMER_INTERRUPT
79 …igTICK_INTERRUPT_VECTOR is defined in application code then configCLEAR_TICK_TIMER_INTERRUPT must …
304 configCLEAR_TICK_TIMER_INTERRUPT(); in vPortIncrementTick()
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
Dport.c91 … #define configCLEAR_TICK_TIMER_INTERRUPT() portMMCR_JTVIC_GIRQ23_SRC = portGIRQ23_RTOS_TIMER_MASK macro
93 #ifndef configCLEAR_TICK_TIMER_INTERRUPT
94 …igTICK_INTERRUPT_VECTOR is defined in application code then configCLEAR_TICK_TIMER_INTERRUPT must …
314 configCLEAR_TICK_TIMER_INTERRUPT(); in vPortIncrementTick()
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/
Dport.c98 #define configCLEAR_TICK_TIMER_INTERRUPT() IFS0CLR = _IFS0_T1IF_MASK macro
100 #ifndef configCLEAR_TICK_TIMER_INTERRUPT
101 …igTICK_INTERRUPT_VECTOR is defined in application code then configCLEAR_TICK_TIMER_INTERRUPT must …
321 configCLEAR_TICK_TIMER_INTERRUPT(); in vPortIncrementTick()