Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/IA32_flat/
Dport.c153 uint16_t usISRHigh; /* High 16 bits of handler address. */ member
292 … xInterruptDescriptorTable[ ucNumber ].usISRHigh = ( uint16_t ) ( ( ulBase >> 16UL ) & USHRT_MAX ); in prvSetInterruptGate()
312 …ptorTable[ ulNum ].usISRLow == 0x00 ) && ( xInterruptDescriptorTable[ ulNum ].usISRHigh == 0x00 ) ) in vPortSetupIDT()