void DM9161_SetupTimeout(Dm9161 *pDm, unsigned int toMax) { ASSERT(pDm, "-F- DM9161_SetupTimeout\n\r"); pDm->retryMax = toMax; }