Listing 2-4. lwip_sysboot_threadtype_RunFunction()
Implementation
2-14
Getting Started with ADSP-BF537 EZ-KIT Lite
}
VDK_ThreadCreationBlock TCB = {
kCaesar_Cipher_ThreadType,
(VDK_ThreadID)0,
0,
(VDK_Priority)0,
(void *) iSocket,
0
};
if ( UINT_MAX == VDK_CreateThreadEx ( &TCB ) )
{
printf( "Call to VDK_CreateThreadEx()failed.\n" );
abort();
}
}
}
/* Put the thread's exit from "main" HERE */
/* A thread is automatically Destroyed when it exits its run
function */
}
www.BDTIC.com/ADI
Содержание EZ-KIT Lite ADSP-BF537
Страница 4: ...www BDTIC com ADI ...
Страница 8: ...CONTENTS viii Getting Started with ADSP BF537 EZ KIT Lite www BDTIC com ADI ...
Страница 52: ...Listing 1 3 Exercise 1 Part 3 1 30 Getting Started with ADSP BF537 EZ KIT Lite www BDTIC com ADI ...
Страница 88: ...What s Next 3 22 Getting Started with ADSP BF537 EZ KIT Lite www BDTIC com ADI ...