Searched refs:usISRHigh (Results 1 – 1 of 1) sorted by relevance
153 uint16_t usISRHigh; /* High 16 bits of handler address. */ member292 … xInterruptDescriptorTable[ ucNumber ].usISRHigh = ( uint16_t ) ( ( ulBase >> 16UL ) & USHRT_MAX ); in prvSetInterruptGate()312 …ptorTable[ ulNum ].usISRLow == 0x00 ) && ( xInterruptDescriptorTable[ ulNum ].usISRHigh == 0x00 ) ) in vPortSetupIDT()