Searched refs:retry_count (Results 1 – 3 of 3) sorted by relevance
63 UINT16 retry_count = 3; in drv_pipe_xfer() local106 retry_count = 1000; in drv_pipe_xfer()109 for (i = 0; i < retry_count; i++) in drv_pipe_xfer()
1182 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count);1271 static status_t trng_SetRetryCount(TRNG_Type *base, uint8_t retry_count) in trng_SetRetryCount() argument1275 if ((retry_count >= 1u) && (retry_count <= 15u)) in trng_SetRetryCount()1278 TRNG_WR_SCMISC_RTY_CT(base, retry_count); in trng_SetRetryCount()
700 uint32_t retry_count = 0; in cy_eth_driver_initialization() local727 …og_msg( CYLF_MIDDLEWARE, CY_LOG_DEBUG, "%s():retry_count:[%d] END \n", __FUNCTION__, retry_count ); in cy_eth_driver_initialization()
Completed in 13 milliseconds