![]() |
![]() |
|
TI-OpenThread API Documentation
1.04.00.15
|
Functions | |
| void * | ncp_task (void *arg0) |
| void | ncp_taskCreate (void) |
| void | otPlatLog (otLogLevel aLogLevel, otLogRegion aLogRegion, const char *aFormat,...) |
Variables | |
| static char | ncp_stack [TASK_CONFIG_NCP_TASK_STACK_SIZE] |
| void * ncp_task | ( | void * | arg0 | ) |
Main thread starting the NCP example within OpenThread.
References OtInstance_get(), OtRtosApi_lock(), OtRtosApi_unlock(), and OtStack_taskCreate().
Referenced by ncp_taskCreate().
| void ncp_taskCreate | ( | void | ) |
Create the task for the ncp application.
References ncp_stack, ncp_task(), TASK_CONFIG_NCP_TASK_PRIORITY, and TASK_CONFIG_NCP_TASK_STACK_SIZE.
Referenced by main().
| void otPlatLog | ( | otLogLevel | aLogLevel, |
| otLogRegion | aLogRegion, | ||
| const char * | aFormat, | ||
| ... | |||
| ) |
|
static |
Referenced by ncp_taskCreate().