Searched refs:vPortTickInterruptHandler (Results 1 – 4 of 4) sorted by relevance
| /Kernel-v11.0.1/portable/MPLAB/PIC32MEC14xx/ |
| D | port_asm.S | 47 .global vPortTickInterruptHandler .text 66 .ent vPortTickInterruptHandler 73 vPortTickInterruptHandler: label 82 .end vPortTickInterruptHandler 89 vPortTickInterruptHandler: label 98 .end vPortTickInterruptHandler
|
| /Kernel-v11.0.1/portable/MPLAB/PIC32MZ/ |
| D | port_asm.S | 42 .global vPortTickInterruptHandler 59 .equ __vector_dispatch_0, vPortTickInterruptHandler 63 .equ __vector_dispatch_4, vPortTickInterruptHandler 67 .equ __vector_dispatch_9, vPortTickInterruptHandler 71 .equ __vector_dispatch_14, vPortTickInterruptHandler 75 .equ __vector_dispatch_19, vPortTickInterruptHandler 79 .equ __vector_dispatch_24, vPortTickInterruptHandler 83 .equ __vector_dispatch_28, vPortTickInterruptHandler 87 .equ __vector_dispatch_32, vPortTickInterruptHandler 91 .equ __vector_dispatch_36, vPortTickInterruptHandler [all …]
|
| /Kernel-v11.0.1/portable/MPLAB/PIC32MX/ |
| D | port_asm.S | 44 .global vPortTickInterruptHandler 51 .ent vPortTickInterruptHandler 53 vPortTickInterruptHandler: label 62 .end vPortTickInterruptHandler
|
| D | port.c | 125 …_( (interrupt(IPL1AUTO), vector( configTICK_INTERRUPT_VECTOR ))) vPortTickInterruptHandler( void );
|