Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.c1764 u32 interrupts = 0; in synopGMAC_get_interrupt_type() local
1768 if(data & DmaIntErrorMask) interrupts |= synopGMACDmaError; in synopGMAC_get_interrupt_type()
1769 if(data & DmaIntRxNormMask) interrupts |= synopGMACDmaRxNormal; in synopGMAC_get_interrupt_type()
1770 if(data & DmaIntRxAbnMask) interrupts |= synopGMACDmaRxAbnormal; in synopGMAC_get_interrupt_type()
1771 if(data & DmaIntRxStoppedMask) interrupts |= synopGMACDmaRxStopped; in synopGMAC_get_interrupt_type()
1772 if(data & DmaIntTxNormMask) interrupts |= synopGMACDmaTxNormal; in synopGMAC_get_interrupt_type()
1773 if(data & DmaIntTxAbnMask) interrupts |= synopGMACDmaTxAbnormal; in synopGMAC_get_interrupt_type()
1774 if(data & DmaIntTxStoppedMask) interrupts |= synopGMACDmaTxStopped; in synopGMAC_get_interrupt_type()
1781 return interrupts; in synopGMAC_get_interrupt_type()
1792 void synopGMAC_enable_interrupt(synopGMACdevice *gmacdev, u32 interrupts) in synopGMAC_enable_interrupt() argument
[all …]
DsynopGMAC_Dev.h1433 void synopGMAC_enable_interrupt(synopGMACdevice *gmacdev, u32 interrupts);
1435 void synopGMAC_disable_interrupt(synopGMACdevice *gmacdev, u32 interrupts);