Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ethif.c104 static void Cy_ETHIF_EventPtp(void* pcy_privatedata, uint32_t u32type, struct CEDI_1588TimerVal* ti…
1881 static void Cy_ETHIF_EventPtp (void* pcy_privatedata, uint32_t u32type, struct CEDI_1588TimerVal* t… in Cy_ETHIF_EventPtp() argument
1883 if (0UL != (u32type & ((uint32_t)CEDI_EV_PTP_TX_SYNC))) in Cy_ETHIF_EventPtp()
1888 if (0UL != (u32type & ((uint32_t)CEDI_EV_PTP_TX_PDLY_REQ))) in Cy_ETHIF_EventPtp()
1893 if (0UL != (u32type & ((uint32_t)CEDI_EV_PTP_TX_PDLY_RSP))) in Cy_ETHIF_EventPtp()
1898 if (0UL != (u32type & ((uint32_t)CEDI_EV_PTP_RX_SYNC))) in Cy_ETHIF_EventPtp()
1903 if (0UL != (u32type & ((uint32_t)CEDI_EV_PTP_RX_PDLY_REQ))) in Cy_ETHIF_EventPtp()
1908 if (0UL != (u32type & ((uint32_t)CEDI_EV_PTP_RX_PDLY_RSP))) in Cy_ETHIF_EventPtp()