Home
last modified time | relevance | path

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

/hal_nuvoton-latest/m46x/StdDriver/drv_emac/
DsynopGMAC_Dev.h1105 DmaIntErrorMask = DmaIntBusError, /* Error */ enumerator
1113 DmaIntEnable = DmaIeNormal | DmaIeAbnormal | DmaIntErrorMask
DsynopGMAC_Dev.c1768 if(data & DmaIntErrorMask) interrupts |= synopGMACDmaError; in synopGMAC_get_interrupt_type()