![]() |
PDK API Guide for J721E
|
This file contains prototypes for APIs contained as a part of SCISERVER as well as the structures of their arguments for building an TI-RTOS Application.
Go to the source code of this file.
Data Structures | |
struct | Sciserver_TirtosCfgPrms_t |
Sciserver App Configuration Parameters. More... | |
Macros | |
#define | SCISERVER_DEBUG_LOG_LEVEL_0 (0U) |
#define | SCISERVER_DEBUG_LOG_LEVEL_1 (1U) |
#define | SCISERVER_EN_DEBUG_LOG_LEVEL (SCISERVER_DEBUG_LOG_LEVEL_0) |
Functions | |
int32_t | Sciserver_tirtosInit (Sciserver_TirtosCfgPrms_t *pPrms) |
Sciserver TI-RTOS Application Init. More... | |
void | Sciserver_tirtosDeinit (void) |
Sciserver TI-RTOS Application Deinit. More... | |
static int32_t | Sciserver_tirtosInitPrms_Init (Sciserver_TirtosCfgPrms_t *pPrms) |
Initialize the init params for SCISERVER. More... | |