Searched refs:GICInterface (Results 1 – 1 of 1) sorted by relevance
203 #define GICInterface ((GICInterface_Type *) GIC_INTERFACE_BASE ) /*!< \brief GI… macro732 #ifdef GICInterface738 GICInterface->CTLR |= 1U; //enable interface in GIC_EnableInterface()745 GICInterface->CTLR &=~1U; //disable distributor in GIC_DisableInterface()753 return (IRQn_Type)(GICInterface->IAR); in GIC_AcknowledgePending()761 GICInterface->EOIR = IRQn; in GIC_EndInterrupt()770 GICInterface->PMR = priority & 0xFFUL; //set priority mask in GIC_SetInterfacePriorityMask()778 return GICInterface->PMR; in GIC_GetInterfacePriorityMask()786 GICInterface->BPR = binary_point & 7U; //set binary point in GIC_SetBinaryPoint()794 return GICInterface->BPR; in GIC_GetBinaryPoint()[all …]