This section contains APIs for SCICLIENT initialization.
◆ appSciclientDmscGetVersion()
int32_t appSciclientDmscGetVersion |
( |
char * |
version_str, |
|
|
uint32_t |
version_str_size |
|
) |
| |
Get DMSC FW version.
- Parameters
-
version_str | [in] When NULL is passed string is logged to console else returned to user |
version_str_size | [in] Max size of string buffer |
◆ appSciclientInit()
int32_t appSciclientInit |
( |
uint32_t |
self_cpu_id | ) |
|
Sciclient init.
- Parameters
-
self_cpu_id | [in] CPU ID of the core that is calling this function |
◆ appSciclientDeInit()
int32_t appSciclientDeInit |
( |
| ) |
|