Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/MicroBlaze/
Dport.c293 static XIntc_Config * pxConfig; in vTaskISRHandler() local
299 pxConfig = &XIntc_ConfigTable[ ( uint32_t ) XPAR_INTC_SINGLE_DEVICE_ID ]; in vTaskISRHandler()
301 pxTablePtr = &( pxConfig->HandlerTable[ ulPending ] ); in vTaskISRHandler()
303 if( pxConfig->AckBeforeService & ( ulInterruptMask ) ) in vTaskISRHandler()
305 XIntc_mAckIntr( pxConfig->BaseAddress, ulInterruptMask ); in vTaskISRHandler()
311 XIntc_mAckIntr( pxConfig->BaseAddress, ulInterruptMask ); in vTaskISRHandler()