Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/IA32_flat/
Dport.c70 #define portAPIC_LVT_ERROR_VECTOR ( 0xfe ) macro
364 …prvSetInterruptGate( ( uint8_t ) portAPIC_LVT_ERROR_VECTOR, vPortAPICErrorHandlerWrapper, portIDT_… in prvSetupTimerInterrupt()
376 portAPIC_LVT_ERROR = portAPIC_LVT_ERROR_VECTOR; in prvSetupTimerInterrupt()
659 else if( ulVectorNumber == portAPIC_LVT_ERROR_VECTOR ) in prvCheckValidityOfVectorNumber()