Exemplo n.º 1
0
int platform_interrupt_disable(unsigned int vector) {
	XScuGic_DisableIntr(XPAR_SCUGIC_0_DIST_BASEADDR,vector);
	return (vector);
}
Exemplo n.º 2
0
void EmacDisableIntr(void)
{
	XScuGic_DisableIntr(INTC_DIST_BASE_ADDR, EmacIntrNum);
}
Exemplo n.º 3
0
void emac_disable_intr(void)
{
	XScuGic_DisableIntr(INTC_DIST_BASE_ADDR, emac_intr_num);
}
Exemplo n.º 4
0
void EmacDisableIntr(void)
{
	XScuGic_DisableIntr(INTC_DIST_BASE_ADDR, xXTopology.scugic_emac_intr);
}