DM9161_Init
Default mainpageat91libcomponentsethernetdm9161DM9161_Init
Description Source Call Graph
Start Line: 186
void DM9161_Init(Dm9161 *pDm, unsigned char phyAddress)
{
    ASSERT(pDm , "-F- DM9161_Init\n\r");

    pDm->phyAddress = phyAddress;

    // Initialize timeout by default
    pDm->retryMax = DM9161_RETRY_MAX;
}