![]() |
CI130X SDK API手册
2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
|
#include <romlib_runtime.h>
成员变量 | |
| void(* | NEWLib_Set_Func_p )(void *f1, void *f2, void *f3) |
| int(* | memcmp_p )(const void *, const void *, size_t) |
| void *(* | memcpy_p )(void *__restrict, const void *__restrict, size_t) |
| void *(* | memmove_p )(void *, const void *, size_t) |
| void *(* | memset_p )(void *, int, size_t) |
| char *(* | strcat_p )(char *__restrict, const char *__restrict) |
| int(* | strcmp_p )(const char *, const char *) |
| char *(* | strcpy_p )(char *__restrict, const char *__restrict) |
| size_t(* | strlen_p )(const char *) |
| char *(* | strncat_p )(char *__restrict, const char *__restrict, size_t) |
| int(* | strncmp_p )(const char *, const char *, size_t) |
| char *(* | strncpy_p )(char *__restrict, const char *__restrict, size_t) |
| char *(* | strstr_p )(const char *, const char *) |
| char *(* | stpcpy_p )(char *__restrict, const char *__restrict) |
| char *(* | stpncpy_p )(char *__restrict, const char *__restrict, size_t) |
| size_t(* | strnlen_p )(const char *, size_t) |
| unsigned long(* | strtoul_p )(const char *__restrict __n, char **__restrict __end_PTR, int __base) |
| long(* | atol_p )(const char *__nptr) |
| void(* | qsort_p )(void *__base, size_t __nmemb, size_t __size, __compar_fn_t _compar) |
| void *(* | malloc_p )(size_t __size) |
| void(* | free_p )(void *) |
| int(* | vsnprintf_p )(char *__restrict, size_t, const char *__restrict, __VALIST) |
| int(* | sprintf_p )(char *__restrict, const char *__restrict,...) |
| int(* | sscanf_p )(const char *__restrict, const char *__restrict,...) |
| int(* | abs_p )(int) |
| int(* | isnan_p )(double) |
| int(* | isinf_p )(double) |
| float(* | cosf_p )(float) |
| float(* | sinf_p )(float) |
| float(* | tanf_p )(float) |
| float(* | expf_p )(float) |
| float(* | sqrtf_p )(float) |
| float(* | fabsf_p )(float) |
| float(* | logf_p )(float) |
| float(* | log10f_p )(float) |
| int(* abs_p) (int) |
| long(* atol_p) (const char *__nptr) |
| float(* cosf_p) (float) |
| float(* expf_p) (float) |
| float(* fabsf_p) (float) |
| void(* free_p) (void *) |
| int(* isinf_p) (double) |
| int(* isnan_p) (double) |
| float(* log10f_p) (float) |
| float(* logf_p) (float) |
| void*(* malloc_p) (size_t __size) |
| int(* memcmp_p) (const void *, const void *, size_t) |
| void*(* memcpy_p) (void *__restrict, const void *__restrict, size_t) |
| void*(* memmove_p) (void *, const void *, size_t) |
| void*(* memset_p) (void *, int, size_t) |
| void(* NEWLib_Set_Func_p) (void *f1, void *f2, void *f3) |
| void(* qsort_p) (void *__base, size_t __nmemb, size_t __size, __compar_fn_t _compar) |
| float(* sinf_p) (float) |
| int(* sprintf_p) (char *__restrict, const char *__restrict,...) |
| float(* sqrtf_p) (float) |
| int(* sscanf_p) (const char *__restrict, const char *__restrict,...) |
| char*(* stpcpy_p) (char *__restrict, const char *__restrict) |
| char*(* stpncpy_p) (char *__restrict, const char *__restrict, size_t) |
| char*(* strcat_p) (char *__restrict, const char *__restrict) |
| int(* strcmp_p) (const char *, const char *) |
| char*(* strcpy_p) (char *__restrict, const char *__restrict) |
| size_t(* strlen_p) (const char *) |
| char*(* strncat_p) (char *__restrict, const char *__restrict, size_t) |
| int(* strncmp_p) (const char *, const char *, size_t) |
| char*(* strncpy_p) (char *__restrict, const char *__restrict, size_t) |
| size_t(* strnlen_p) (const char *, size_t) |
| char*(* strstr_p) (const char *, const char *) |
| unsigned long(* strtoul_p) (const char *__restrict __n, char **__restrict __end_PTR, int __base) |
| float(* tanf_p) (float) |
| int(* vsnprintf_p) (char *__restrict, size_t, const char *__restrict, __VALIST) |
1.8.14