Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/enet_qos/
Dfsl_enet_qos.c211 uint8_t retryTimes = 10U; in ENET_QOS_PollStatusFlag() local
214 while ((readyStatus != (*regAddr & mask)) && (0U != retryTimes)) in ENET_QOS_PollStatusFlag()
216 retryTimes--; in ENET_QOS_PollStatusFlag()
220 if (retryTimes == 0U) in ENET_QOS_PollStatusFlag()
2398 uint8_t retryTimes = 10; in ENET_QOS_ReadFrame() local
2404 if (0U == retryTimes--) in ENET_QOS_ReadFrame()
2985 uint8_t retryTimes = 10; in ENET_QOS_GetRxFrame() local
2995 if (retryTimes-- == 0U) in ENET_QOS_GetRxFrame()
3001 if (retryTimes != 0U) in ENET_QOS_GetRxFrame()