Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ethif.c974 uint32_t u32InterruptEn = 0; in Cy_ETHIF_EnableInterrupts() local
978 u32InterruptEn |= ((uint32_t)CEDI_EV_TSU_TIME_MATCH); in Cy_ETHIF_EnableInterrupts()
982 u32InterruptEn |= ((uint32_t)CEDI_EV_WOL_RX); in Cy_ETHIF_EnableInterrupts()
986 u32InterruptEn |= ((uint32_t)CEDI_EV_LPI_CH_RX); in Cy_ETHIF_EnableInterrupts()
990 u32InterruptEn |= ((uint32_t)CEDI_EV_TSU_SEC_INC); in Cy_ETHIF_EnableInterrupts()
994 u32InterruptEn |= ((uint32_t)CEDI_EV_PTP_TX_PDLY_RSP); in Cy_ETHIF_EnableInterrupts()
998 u32InterruptEn |= ((uint32_t)CEDI_EV_PTP_TX_PDLY_REQ); in Cy_ETHIF_EnableInterrupts()
1002 u32InterruptEn |= ((uint32_t)CEDI_EV_PTP_RX_PDLY_RSP); in Cy_ETHIF_EnableInterrupts()
1006 u32InterruptEn |= ((uint32_t)CEDI_EV_PTP_RX_PDLY_REQ); in Cy_ETHIF_EnableInterrupts()
1010 u32InterruptEn |= ((uint32_t)CEDI_EV_PTP_TX_SYNC); in Cy_ETHIF_EnableInterrupts()
[all …]