Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/IA32_flat/
Dport.c149 uint16_t usISRLow; /* Low 16 bits of handler address. */ member
291 xInterruptDescriptorTable[ ucNumber ].usISRLow = ( uint16_t ) ( ulBase & USHRT_MAX ); in prvSetInterruptGate()
312 …if( ( xInterruptDescriptorTable[ ulNum ].usISRLow == 0x00 ) && ( xInterruptDescriptorTable[ ulNum … in vPortSetupIDT()